Add evaluation results on the plain_text config of imdb
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the plain_text config of the [imdb](https://huggingface.co./datasets/imdb) dataset by
@lvwerra
, using the predictions stored [here](https://huggingface.co./datasets/autoevaluate/autoeval-staging-eval-project-imdb-ed2a920e-12445656).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co./spaces/autoevaluate/leaderboards?dataset=imdb).\
Evaluate your model on more datasets [here](https://huggingface.co./spaces/autoevaluate/model-evaluator?dataset=imdb).
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
|