mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-22 00:07:58 +01:00
Updated Metadata Override (markdown)
parent
88e0d3f618
commit
f700ab37e0
@ -87,13 +87,18 @@ https://github.com/ggerganov/llama.cpp/pull/7499 was added which adds `--metadat
|
||||
As for how this may corresponds with Hugging Face style model cards... consider:
|
||||
|
||||
```yaml
|
||||
|
||||
|
||||
|
||||
# Model Card Fields
|
||||
model_name: Example Model Six
|
||||
# Licensing details
|
||||
license: apache-2.0
|
||||
license_name: Apache License Version 2.0, January 2004
|
||||
license_link: https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md
|
||||
# Model Parents (Merges, Pre-tuning, etc...)
|
||||
# Simple Model (singular or list of hugging face model ids)
|
||||
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
||||
# Detailed Model Parents (Merges, Pre-tuning, etc...) (list of dicts)
|
||||
base_model_sources:
|
||||
- name: GPT-3
|
||||
author: OpenAI
|
||||
@ -113,7 +118,9 @@ base_model_sources:
|
||||
doi: 10.5555/bertdoi789012
|
||||
uuid: 987e6543-e21a-43f3-a356-527614173999
|
||||
repo_url: 'https://github.com/google-research/bert'
|
||||
# Model Datasets Used (Training data...)
|
||||
# Simple Dataset (singular or list of hugging face dataset ids)
|
||||
datasets: common_voice
|
||||
# Detailed Model Datasets Used (Training data...) (list of dicts)
|
||||
dataset_sources:
|
||||
- name: Wikipedia Corpus
|
||||
author: Wikimedia Foundation
|
||||
|
Loading…
Reference in New Issue
Block a user