edumunozsala mhyatt000 commited on
Commit
6a506e8
1 Parent(s): da5dfed

Fix Metric Typos (#1)

Browse files

- Fix Metric Typos (a85199ed3c8fcdf1d8c5e57ae97e7cf993826195)


Co-authored-by: Matt Hyatt <mhyatt000@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -20,17 +20,17 @@ model-index:
20
  name: "IMDb Reviews in Spanish"
21
  type: IMDbreviews_es
22
  metrics:
23
- - name: Accuracy,
24
- type: accuracy,
25
  value: 0.9106666666666666
26
- - name: F1 Score,
27
- type: f1,
28
  value: 0.9090909090909091
29
- - name: Precision,
30
- type: precision,
31
  value: 0.9063852813852814
32
- - name: Recall,
33
- type: recall,
34
  value: 0.9118127381600436
35
  widget:
36
  - text: "Se trata de una película interesante, con un solido argumento y un gran interpretación de su actor principal"
 
20
  name: "IMDb Reviews in Spanish"
21
  type: IMDbreviews_es
22
  metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
  value: 0.9106666666666666
26
+ - name: F1 Score
27
+ type: f1
28
  value: 0.9090909090909091
29
+ - name: Precision
30
+ type: precision
31
  value: 0.9063852813852814
32
+ - name: Recall
33
+ type: recall
34
  value: 0.9118127381600436
35
  widget:
36
  - text: "Se trata de una película interesante, con un solido argumento y un gran interpretación de su actor principal"