SheldonSides
commited on
Commit
•
f62e7cb
1
Parent(s):
c219b8e
Training Complete
Browse files- README.md +16 -11
- 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 |
|
@@ -63,17 +63,22 @@ The following hyperparameters were used during training:
|
|
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 |
-
|
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.9405
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.9405428930790032
|
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.2602
|
40 |
+
- Accuracy: 0.9405
|
41 |
+
- F1: 0.9405
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
63 |
- seed: 42
|
64 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
- lr_scheduler_type: linear
|
66 |
+
- num_epochs: 10
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
72 |
+
| 0.04 | 1.0 | 125 | 0.2096 | 0.9385 | 0.9386 |
|
73 |
+
| 0.041 | 2.0 | 250 | 0.2138 | 0.9395 | 0.9396 |
|
74 |
+
| 0.0323 | 3.0 | 375 | 0.2165 | 0.94 | 0.9401 |
|
75 |
+
| 0.024 | 4.0 | 500 | 0.2315 | 0.941 | 0.9412 |
|
76 |
+
| 0.0229 | 5.0 | 625 | 0.2263 | 0.9375 | 0.9374 |
|
77 |
+
| 0.0179 | 6.0 | 750 | 0.2561 | 0.9415 | 0.9418 |
|
78 |
+
| 0.0149 | 7.0 | 875 | 0.2518 | 0.943 | 0.9433 |
|
79 |
+
| 0.0144 | 8.0 | 1000 | 0.2574 | 0.941 | 0.9409 |
|
80 |
+
| 0.011 | 9.0 | 1125 | 0.2598 | 0.943 | 0.9430 |
|
81 |
+
| 0.009 | 10.0 | 1250 | 0.2602 | 0.9405 | 0.9405 |
|
82 |
|
83 |
|
84 |
### 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:f74fe2b6b7bd16bd35b988af08999e66d0d83767841600f4cb20d77014276018
|
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 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c09ffc6b8dc7e0f99285b8a5d039e62e046b08adca160a1c8e96e22f1d87074
|
3 |
size 4091
|