SheldonSides
commited on
Commit
•
fbe18df
1
Parent(s):
0922378
Fine-tuning Complete
Browse files- README.md +12 -14
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -23,10 +23,10 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
-
value: 0.
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
36 |
|
37 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
-
- Loss: 0.
|
40 |
-
- Accuracy: 0.
|
41 |
-
- F1: 0.
|
42 |
|
43 |
## Model description
|
44 |
|
@@ -57,23 +57,21 @@ More information needed
|
|
57 |
### Training hyperparameters
|
58 |
|
59 |
The following hyperparameters were used during training:
|
60 |
-
- learning_rate:
|
61 |
-
- train_batch_size:
|
62 |
-
- eval_batch_size:
|
63 |
- seed: 42
|
64 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
- lr_scheduler_type: linear
|
66 |
-
- num_epochs:
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
72 |
-
| 1.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.1722 | 4.0 | 1036 | 0.1826 | 0.9285 | 0.9286 |
|
76 |
-
| 0.1485 | 5.0 | 1295 | 0.1771 | 0.9295 | 0.9299 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.9225
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.922592096883482
|
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 emotion dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
+
- Loss: 0.2122
|
40 |
+
- Accuracy: 0.9225
|
41 |
+
- F1: 0.9226
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
57 |
### Training hyperparameters
|
58 |
|
59 |
The following hyperparameters were used during training:
|
60 |
+
- learning_rate: 2e-05
|
61 |
+
- train_batch_size: 128
|
62 |
+
- eval_batch_size: 128
|
63 |
- seed: 42
|
64 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
- lr_scheduler_type: linear
|
66 |
+
- num_epochs: 3
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
72 |
+
| 1.0761 | 1.0 | 125 | 0.4942 | 0.8605 | 0.8469 |
|
73 |
+
| 0.3519 | 2.0 | 250 | 0.2466 | 0.919 | 0.9190 |
|
74 |
+
| 0.2221 | 3.0 | 375 | 0.2122 | 0.9225 | 0.9226 |
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267867821
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6d48ad798f60d4a79c5fb52a38d2347bbc8745d5ac8ce9985a48d0cf92bd2c0
|
3 |
size 267867821
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0540c8fcbe65ab4643a244cb7ae0f653f3c9e99704f96e2f4f4756dade291ef4
|
3 |
size 4155
|