update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
@@ -17,15 +18,15 @@ model-index:
|
|
17 |
name: imdb
|
18 |
type: imdb
|
19 |
config: plain_text
|
20 |
-
split:
|
21 |
args: plain_text
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
-
value: 0.
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
-
- Accuracy: 0.
|
40 |
-
- F1: 0.
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -70,7 +71,7 @@ The following hyperparameters were used during training:
|
|
70 |
|
71 |
### Framework versions
|
72 |
|
73 |
-
- Transformers 4.
|
74 |
-
- Pytorch
|
75 |
-
- Datasets 2.4
|
76 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
|
|
18 |
name: imdb
|
19 |
type: imdb
|
20 |
config: plain_text
|
21 |
+
split: test
|
22 |
args: plain_text
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.8666666666666667
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.8684210526315789
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
36 |
|
37 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
+
- Loss: 0.3193
|
40 |
+
- Accuracy: 0.8667
|
41 |
+
- F1: 0.8684
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
71 |
|
72 |
### Framework versions
|
73 |
|
74 |
+
- Transformers 4.31.0
|
75 |
+
- Pytorch 2.0.1+cu118
|
76 |
+
- Datasets 2.14.4
|
77 |
+
- Tokenizers 0.13.3
|