fermaat commited on
Commit
7ad4041
1 Parent(s): e8d5a3a

Upload model_card.yaml

Browse files
Files changed (1) hide show
  1. model_card.yaml +30 -0
model_card.yaml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - {es}
4
+ license: {apache-2.0} # Example: apache-2.0 or any license from https://huggingface.co/docs/hub/model-repos#list-of-license-identifiers
5
+ tags:
6
+ - {Text2Text Generation} # Example: audio
7
+ - {Inclussive Language} # Example: automatic-speech-recognition
8
+ - {Text Neutralization} # Example: speech
9
+ - {pytorch} # Example to specify a library: allennlp
10
+ datasets:
11
+ - {Pending} # Example: common_voice. Use dataset id from https://hf.co/datasets
12
+ metrics:
13
+ - {sacrebleu} # Example: wer. Use metric id from https://hf.co/metrics
14
+
15
+ model-index:
16
+ - name: {model_id}
17
+ results:
18
+ - task:
19
+ type: {Text2Text Generation} # Required. Example: automatic-speech-recognition
20
+ name: {Neutralization of texts in Spanish} # Optional. Example: Speech Recognition
21
+ dataset:
22
+ type: {Pending} # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
23
+ name: {handcrafted dataset} # Optional. Example: Common Voice zh-CN
24
+ args: {es} # Optional. Example: zh-CN
25
+ metrics:
26
+ - type: {sacrebleu} # Required. Example: wer
27
+ value: {93.8347} # Required. Example: 20.90
28
+ name: {DiffBleu} # Optional. Example: Test WER
29
+ args: {0.38} # Optional. Example for BLEU: max_order
30
+ ---