lewtun HF staff autoevaluator HF staff commited on
Commit
d7c65f9
1 Parent(s): 19fccfa

Add evaluation results on acronym_identification dataset (#1)

Browse files

- Add evaluation results on acronym_identification dataset (6641b53348576f90748bbd07bba380b7b5c4d1b3)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  tags: autotrain
3
  language: en
4
  widget:
5
- - text: "I love AutoTrain 🤗"
6
  datasets:
7
  - lewtun/autotrain-data-acronym-identification
8
  - acronym_identification
@@ -21,6 +21,35 @@ model-index:
21
  - name: Accuracy
22
  type: accuracy
23
  value: 0.9708090976211485
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Model Trained Using AutoTrain
 
2
  tags: autotrain
3
  language: en
4
  widget:
5
+ - text: "I love AutoTrain \U0001F917"
6
  datasets:
7
  - lewtun/autotrain-data-acronym-identification
8
  - acronym_identification
 
21
  - name: Accuracy
22
  type: accuracy
23
  value: 0.9708090976211485
24
+ - task:
25
+ type: token-classification
26
+ name: Token Classification
27
+ dataset:
28
+ name: acronym_identification
29
+ type: acronym_identification
30
+ config: default
31
+ split: train
32
+ metrics:
33
+ - name: Accuracy
34
+ type: accuracy
35
+ value: 0.9790777669399117
36
+ verified: true
37
+ - name: Precision
38
+ type: precision
39
+ value: 0.9197835301644851
40
+ verified: true
41
+ - name: Recall
42
+ type: recall
43
+ value: 0.946479027789208
44
+ verified: true
45
+ - name: F1
46
+ type: f1
47
+ value: 0.9329403493591477
48
+ verified: true
49
+ - name: loss
50
+ type: loss
51
+ value: 0.06360606849193573
52
+ verified: true
53
  ---
54
 
55
  # Model Trained Using AutoTrain