Christabel
commited on
Commit
•
458548f
1
Parent(s):
46d47b4
update model card README.md
Browse files
README.md
CHANGED
@@ -22,10 +22,10 @@ model-index:
|
|
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 +35,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 |
|
@@ -57,8 +57,8 @@ More information needed
|
|
57 |
|
58 |
The following hyperparameters were used during training:
|
59 |
- learning_rate: 2e-05
|
60 |
-
- train_batch_size:
|
61 |
-
- eval_batch_size:
|
62 |
- seed: 42
|
63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
64 |
- lr_scheduler_type: linear
|
@@ -70,7 +70,7 @@ The following hyperparameters were used during training:
|
|
70 |
|
71 |
### Framework versions
|
72 |
|
73 |
-
- Transformers 4.21.
|
74 |
- Pytorch 1.12.0+cu113
|
75 |
- Datasets 2.4.0
|
76 |
- Tokenizers 0.12.1
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.86
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
+
value: 0.8636363636363636
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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.3093
|
39 |
+
- Accuracy: 0.86
|
40 |
+
- F1: 0.8636
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
57 |
|
58 |
The following hyperparameters were used during training:
|
59 |
- learning_rate: 2e-05
|
60 |
+
- train_batch_size: 32
|
61 |
+
- eval_batch_size: 32
|
62 |
- seed: 42
|
63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
64 |
- lr_scheduler_type: linear
|
|
|
70 |
|
71 |
### Framework versions
|
72 |
|
73 |
+
- Transformers 4.21.1
|
74 |
- Pytorch 1.12.0+cu113
|
75 |
- Datasets 2.4.0
|
76 |
- Tokenizers 0.12.1
|