eugenecamus
commited on
Commit
•
82392d4
1
Parent(s):
422d2c5
update model card README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 0.
|
33 |
-
- Accuracy: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -49,7 +49,7 @@ More information needed
|
|
49 |
### Training hyperparameters
|
50 |
|
51 |
The following hyperparameters were used during training:
|
52 |
-
- learning_rate:
|
53 |
- train_batch_size: 8
|
54 |
- eval_batch_size: 8
|
55 |
- seed: 1337
|
@@ -62,11 +62,11 @@ The following hyperparameters were used during training:
|
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
64 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
19 |
metrics:
|
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
|
|
|
29 |
|
30 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.4328
|
33 |
+
- Accuracy: 0.928
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
49 |
### Training hyperparameters
|
50 |
|
51 |
The following hyperparameters were used during training:
|
52 |
+
- learning_rate: 2e-05
|
53 |
- train_batch_size: 8
|
54 |
- eval_batch_size: 8
|
55 |
- seed: 1337
|
|
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
64 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
65 |
+
| 0.3459 | 1.0 | 2657 | 0.2362 | 0.9091 |
|
66 |
+
| 0.1612 | 2.0 | 5314 | 0.2668 | 0.9248 |
|
67 |
+
| 0.0186 | 3.0 | 7971 | 0.3274 | 0.9323 |
|
68 |
+
| 0.1005 | 4.0 | 10628 | 0.3978 | 0.9277 |
|
69 |
+
| 0.0006 | 5.0 | 13285 | 0.4328 | 0.928 |
|
70 |
|
71 |
|
72 |
### Framework versions
|