ugursa commited on
Commit
659e6c2
·
1 Parent(s): c9dcda0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -11,11 +11,14 @@ datasets:
11
  language:
12
  - en
13
  metrics:
14
- - name: Recall
 
15
  value: 0.8077
16
- - name: Precision
 
17
  value: 0.8106
18
- - name: F1 Score
 
19
  value: 0.8076
20
  pipeline_tag: text-classification
21
  ---
 
11
  language:
12
  - en
13
  metrics:
14
+ - type: recall
15
+ name: Recall
16
  value: 0.8077
17
+ - type: precision
18
+ name: Precision
19
  value: 0.8106
20
+ - type: f1
21
+ name: F1 Score
22
  value: 0.8076
23
  pipeline_tag: text-classification
24
  ---