fermaat commited on
Commit
bc31490
1 Parent(s): 6faf7b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## Model objective
2
 
3
  ## Data used
 
1
+ ---
2
+ language:
3
+ - es
4
+ license: apache-2.0
5
+ tags:
6
+ - Text2Text Generation
7
+ - Inclusive Language
8
+ - Text Neutralization
9
+ - pytorch
10
+ # datasets:
11
+ #- {Pending} # Example: common_voice. Use dataset id from https://hf.co/datasets
12
+ metrics:
13
+ - sacrebleu
14
+
15
+ model-index:
16
+ - name: es_nlp_text_neutralizer
17
+ results:
18
+ - task:
19
+ type: Text2Text Generation
20
+ name: Neutralization of texts in Spanish
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
+ ---
31
  ## Model objective
32
 
33
  ## Data used