SheldonSides
commited on
Commit
•
600c6f8
1
Parent(s):
8c485d3
Fine-tuning Complete
Browse files- README.md +36 -2
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -5,9 +5,28 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- emotion
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: distilbert-base-uncased-finetuned-emotion
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +35,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# distilbert-base-uncased-finetuned-emotion
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,7 +63,18 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
### Framework versions
|
46 |
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- emotion
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- f1
|
11 |
model-index:
|
12 |
- name: distilbert-base-uncased-finetuned-emotion
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Text Classification
|
16 |
+
type: text-classification
|
17 |
+
dataset:
|
18 |
+
name: emotion
|
19 |
+
type: emotion
|
20 |
+
config: split
|
21 |
+
split: validation
|
22 |
+
args: split
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.9295
|
27 |
+
- name: F1
|
28 |
+
type: f1
|
29 |
+
value: 0.9294149161247448
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
# distilbert-base-uncased-finetuned-emotion
|
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.2037
|
40 |
+
- Accuracy: 0.9295
|
41 |
+
- F1: 0.9294
|
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: 5
|
67 |
+
|
68 |
+
### Training results
|
69 |
+
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
71 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
72 |
+
| No log | 1.0 | 63 | 0.9206 | 0.7015 | 0.6313 |
|
73 |
+
| No log | 2.0 | 126 | 0.4065 | 0.8855 | 0.8799 |
|
74 |
+
| 0.978 | 3.0 | 189 | 0.2554 | 0.9205 | 0.9202 |
|
75 |
+
| 0.978 | 4.0 | 252 | 0.2115 | 0.9285 | 0.9286 |
|
76 |
+
| 0.268 | 5.0 | 315 | 0.2037 | 0.9295 | 0.9294 |
|
77 |
+
|
78 |
|
79 |
### Framework versions
|
80 |
|
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:21a64840ccdd421d3bd18116fb331450430b391f7e36232c5139eda3bb504d5c
|
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:ed62b420881d71077754876520256d430ecf4dd0366673ec0fe84ed7cdac98b4
|
3 |
size 4155
|