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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -9
README.md CHANGED
@@ -11,15 +11,9 @@ datasets:
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
  ---
25
 
 
11
  language:
12
  - en
13
  metrics:
14
+ - f1 = 0.8076
15
+ - recall = 0.8077
16
+ - precision = 0.8106
 
 
 
 
 
 
17
  pipeline_tag: text-classification
18
  ---
19