| # 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: | |
| - fr | |
| - en | |
| license: apache-2.0 | |
| library_name: allennlp | |
| tags: | |
| - audio | |
| - automatic-speech-recognition | |
| - speech | |
| - allennlp | |
| model-index: | |
| - name: small_model | |
| results: | |
| - task: | |
| type: test_model_type | |
| dataset: | |
| type: any_dataset_type | |
| name: any_dataset_name | |
| metrics: | |
| - type: metric_type | |
| value: metric_name | |
| This markdown file contains the spec for the modelcard metadata regarding evaluation parameters. When present, and only then, 'model-index', 'datasets' and 'license' contents will be verified when git pushing changes to your README.md file. | |
| Valid license identifiers can be found in [our docs](https://huggingface.co/docs/hub/repositories-licenses). | |
| For the full model card template, see: [https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md). | |