osanseviero HF staff librarian-bot commited on
Commit
b8ddebe
1 Parent(s): 9b71ef8

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (00aabd80d6c97c66d5bccb2c1487563c93fd6b18)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +13 -15
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  language:
3
  - es
4
- license: apache-2.0
5
  tags:
6
  - Text2Text Generation
7
  - Inclusive Language
@@ -11,28 +11,26 @@ datasets:
11
  - hackathon-pln-es/neutral-es
12
  metrics:
13
  - sacrebleu
14
-
15
-
16
-
17
  model-index:
18
  - name: es_text_neutralizer
19
  results:
20
- - task:
21
  type: Text2Text Generation
22
  name: Neutralization of texts in Spanish
23
  dataset:
24
- type: hackathon-pln-es/neutral-es
25
  name: neutral-es
 
26
  metrics:
27
- - type: sacrebleu
28
- value: 0.96
29
- name: sacrebleu # Optional. Example: Test WER
30
- - type: bertscore # Required. Example: wer
31
- value: 0.98
32
- name: BertScoreF1 # Optional. Example: Test WER
33
- - type: DiffBleu # Required. Example: wer
34
- value: 0.35
35
- name: DiffBleu # Optional. Example: Test WER
36
  ---
37
 
38
  ## Model objective
 
1
  ---
2
  language:
3
  - es
4
+ license: apache-2.0
5
  tags:
6
  - Text2Text Generation
7
  - Inclusive Language
 
11
  - hackathon-pln-es/neutral-es
12
  metrics:
13
  - sacrebleu
14
+ base_model: spanish-t5-small
 
 
15
  model-index:
16
  - name: es_text_neutralizer
17
  results:
18
+ - task:
19
  type: Text2Text Generation
20
  name: Neutralization of texts in Spanish
21
  dataset:
 
22
  name: neutral-es
23
+ type: hackathon-pln-es/neutral-es
24
  metrics:
25
+ - type: sacrebleu
26
+ value: 0.96
27
+ name: sacrebleu
28
+ - type: bertscore
29
+ value: 0.98
30
+ name: BertScoreF1
31
+ - type: DiffBleu
32
+ value: 0.35
33
+ name: DiffBleu
34
  ---
35
 
36
  ## Model objective