End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the imdb dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -52,20 +52,28 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate:
|
56 |
- train_batch_size: 16
|
57 |
- eval_batch_size: 16
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
-
- num_epochs:
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
-
| Training Loss | Epoch | Step
|
66 |
-
|
67 |
-
| 0.
|
68 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.85588
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the imdb dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.8771
|
36 |
+
- Accuracy: 0.8559
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 1e-05
|
56 |
- train_batch_size: 16
|
57 |
- eval_batch_size: 16
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 10
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
67 |
+
| 0.3564 | 1.0 | 1563 | 0.3677 | 0.8426 |
|
68 |
+
| 0.2878 | 2.0 | 3126 | 0.3378 | 0.8588 |
|
69 |
+
| 0.2124 | 3.0 | 4689 | 0.4398 | 0.8550 |
|
70 |
+
| 0.1556 | 4.0 | 6252 | 0.5750 | 0.8555 |
|
71 |
+
| 0.1075 | 5.0 | 7815 | 0.6733 | 0.8558 |
|
72 |
+
| 0.0831 | 6.0 | 9378 | 0.7218 | 0.8561 |
|
73 |
+
| 0.0652 | 7.0 | 10941 | 0.7331 | 0.8564 |
|
74 |
+
| 0.0458 | 8.0 | 12504 | 0.8166 | 0.8538 |
|
75 |
+
| 0.0415 | 9.0 | 14067 | 0.8619 | 0.8568 |
|
76 |
+
| 0.0357 | 10.0 | 15630 | 0.8771 | 0.8559 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a33d5cae5564cd33d1c414722abf124aefce13990c6762fa845aa399dc62d31
|
3 |
size 267832560
|
runs/Mar10_10-27-50_4898862b1567/events.out.tfevents.1710066470.4898862b1567.34.3
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cd6bd19c99826a418e2b89ffe92043dbd09ebd5a6974d97aaf6ce4c4179507c
|
3 |
+
size 14716
|