Add evaluation results on the plain_text config of imdb

#4
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -20,6 +20,39 @@ model-index:
20
  - name: Accuracy
21
  type: accuracy
22
  value: 0.928
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
20
  - name: Accuracy
21
  type: accuracy
22
  value: 0.928
23
+ - task:
24
+ type: text-classification
25
+ name: Text Classification
26
+ dataset:
27
+ name: imdb
28
+ type: imdb
29
+ config: plain_text
30
+ split: test
31
+ metrics:
32
+ - name: Accuracy
33
+ type: accuracy
34
+ value: 0.928
35
+ verified: true
36
+ - name: Precision
37
+ type: precision
38
+ value: 0.9296498554449084
39
+ verified: true
40
+ - name: Recall
41
+ type: recall
42
+ value: 0.92608
43
+ verified: true
44
+ - name: AUC
45
+ type: auc
46
+ value: 0.9791032256000001
47
+ verified: true
48
+ - name: F1
49
+ type: f1
50
+ value: 0.9278614940686116
51
+ verified: true
52
+ - name: loss
53
+ type: loss
54
+ value: 0.19032225012779236
55
+ verified: true
56
  ---
57
 
58
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You