keefezowie
commited on
Commit
•
87c3447
1
Parent(s):
ce4b3a9
End of training
Browse files- README.md +19 -18
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
@@ -20,7 +21,7 @@ model-index:
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
-
value: 0.
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -28,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
28 |
|
29 |
# my_awesome_model
|
30 |
|
31 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on the emotion dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
-
- Loss: 0.
|
34 |
-
- Accuracy: 0.
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -51,8 +52,8 @@ More information needed
|
|
51 |
|
52 |
The following hyperparameters were used during training:
|
53 |
- learning_rate: 5e-05
|
54 |
-
- train_batch_size:
|
55 |
-
- eval_batch_size:
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
@@ -61,18 +62,18 @@ The following hyperparameters were used during training:
|
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
-
| Training Loss | Epoch | Step
|
65 |
-
|
66 |
-
| 1.
|
67 |
-
|
|
68 |
-
|
|
69 |
-
|
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: keefezowie/my_awesome_model
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.8295
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# my_awesome_model
|
31 |
|
32 |
+
This model is a fine-tuned version of [keefezowie/my_awesome_model](https://huggingface.co/keefezowie/my_awesome_model) on the emotion dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.7587
|
35 |
+
- Accuracy: 0.8295
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
- learning_rate: 5e-05
|
55 |
+
- train_batch_size: 16
|
56 |
+
- eval_batch_size: 32
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
|
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
67 |
+
| 1.3711 | 1.0 | 1000 | 1.1335 | 0.5795 |
|
68 |
+
| 0.7516 | 2.0 | 2000 | 0.6239 | 0.8065 |
|
69 |
+
| 0.5061 | 3.0 | 3000 | 0.5523 | 0.823 |
|
70 |
+
| 0.4381 | 4.0 | 4000 | 0.5857 | 0.8245 |
|
71 |
+
| 0.3637 | 5.0 | 5000 | 0.5661 | 0.839 |
|
72 |
+
| 0.3287 | 6.0 | 6000 | 0.5662 | 0.839 |
|
73 |
+
| 0.296 | 7.0 | 7000 | 0.6437 | 0.835 |
|
74 |
+
| 0.26 | 8.0 | 8000 | 0.6875 | 0.831 |
|
75 |
+
| 0.2344 | 9.0 | 9000 | 0.7239 | 0.8255 |
|
76 |
+
| 0.1989 | 10.0 | 10000 | 0.7587 | 0.8295 |
|
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 99529152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1f76a6051f66bbc5da1876aee37b6465250a2f34eebceb8dc655576d4f72917
|
3 |
size 99529152
|