End of training
Browse files
README.md
CHANGED
@@ -21,10 +21,10 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
25 |
- name: F1
|
26 |
type: f1
|
27 |
-
value: 0.
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,9 +34,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model was trained from scratch on the imdb dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Accuracy: 0.
|
39 |
-
- F1: 0.
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -70,6 +70,6 @@ The following hyperparameters were used during training:
|
|
70 |
### Framework versions
|
71 |
|
72 |
- Transformers 4.34.1
|
73 |
-
- Pytorch 2.0
|
74 |
-
- Datasets 2.14.
|
75 |
- Tokenizers 0.14.1
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.8609271523178809
|
25 |
- name: F1
|
26 |
type: f1
|
27 |
+
value: 0.8609271523178809
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
|
35 |
This model was trained from scratch on the imdb dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.3194
|
38 |
+
- Accuracy: 0.8609
|
39 |
+
- F1: 0.8609
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
70 |
### Framework versions
|
71 |
|
72 |
- Transformers 4.34.1
|
73 |
+
- Pytorch 2.1.0+cu118
|
74 |
+
- Datasets 2.14.6
|
75 |
- Tokenizers 0.14.1
|