File size: 1,158 Bytes
ab80cb1
6b980c5
 
 
 
 
ab80cb1
6b980c5
 
 
 
 
 
16ba607
 
 
 
 
 
 
 
 
 
 
ab80cb1
6b980c5
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
# 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).