Example metadata to be added to a model card.
Full model card template at https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md
language:
- {de} # Example: fr
- {en} # Example: en license: {apache-2.0} # Example: apache-2.0 or any license from https://hf.co/docs/hub/repositories-licenses tags:
- {tag_0} # Example: audio
- {tag_1} # Example: automatic-speech-recognition
- {tag_2} # Example: speech
- {tag_3} # Example to specify a library: allennlp datasets:
- {pmeyhoefer/jobrouter} # Example: common_voice. Use dataset id from https://hf.co/datasets base_model: {unsloth/mistral-7b-v0.2} # Example: stabilityai/stable-diffusion-xl-base-1.0. Can also be a list (for merges)
Trained with JobRouter dataset.