End of training
Browse files- README.md +11 -11
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -6,20 +6,20 @@ tags:
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
17 |
|
18 |
-
This model is a fine-tuned version of [michellejieli/emotion_text_classifier](https://huggingface.co/michellejieli/emotion_text_classifier) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
-
- F1-score: 0.
|
23 |
- Num Input Tokens Seen: 114874880
|
24 |
|
25 |
## Model description
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Input Tokens Seen |
|
55 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:-----------------:|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
+
- name: emotion_predictor_for_emotion_chat_bot
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
+
# emotion_predictor_for_emotion_chat_bot
|
17 |
|
18 |
+
This model is a fine-tuned version of [michellejieli/emotion_text_classifier](https://huggingface.co/michellejieli/emotion_text_classifier) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5314
|
21 |
+
- Accuracy: 0.8377
|
22 |
+
- F1-score: 0.8526
|
23 |
- Num Input Tokens Seen: 114874880
|
24 |
|
25 |
## Model description
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Input Tokens Seen |
|
55 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:-----------------:|
|
56 |
+
| No log | 1.0 | 5610 | 0.5620 | 0.8215 | 0.8298 | 22974976 |
|
57 |
+
| 0.8517 | 2.0 | 11220 | 0.5038 | 0.8496 | 0.8722 | 45949952 |
|
58 |
+
| 0.8517 | 3.0 | 16830 | 0.5476 | 0.8308 | 0.8432 | 68924928 |
|
59 |
+
| 0.837 | 4.0 | 22440 | 0.5194 | 0.8549 | 0.8797 | 91899904 |
|
60 |
+
| 0.837 | 5.0 | 28050 | 0.5314 | 0.8377 | 0.8526 | 114874880 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 328507660
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:689ed5b68dc8220bd15925da9acf48dc853d7bf7c12f7a09df014887a4da1000
|
3 |
size 328507660
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a05aac7bf2866a062c992842cc2e980b9a20ec3ff9f4be829c4289d4424876f8
|
3 |
size 5240
|