SheldonSides
commited on
Commit
•
8c485d3
1
Parent(s):
d7dce2f
Fine-tuning Complete
Browse files- README.md +2 -37
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -5,28 +5,9 @@ tags:
|
|
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.9315
|
27 |
-
- name: F1
|
28 |
-
type: f1
|
29 |
-
value: 0.9316737558826899
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,10 +16,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.1700
|
40 |
-
- Accuracy: 0.9315
|
41 |
-
- F1: 0.9317
|
42 |
|
43 |
## Model description
|
44 |
|
@@ -63,19 +40,7 @@ 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 |
-
| No log | 1.0 | 63 | 0.8502 | 0.7315 | 0.6733 |
|
73 |
-
| No log | 2.0 | 126 | 0.3358 | 0.9005 | 0.8959 |
|
74 |
-
| No log | 3.0 | 189 | 0.2175 | 0.9235 | 0.9228 |
|
75 |
-
| No log | 4.0 | 252 | 0.1890 | 0.936 | 0.9356 |
|
76 |
-
| 0.5809 | 5.0 | 315 | 0.1776 | 0.9275 | 0.9279 |
|
77 |
-
| 0.5809 | 6.0 | 378 | 0.1700 | 0.9315 | 0.9317 |
|
78 |
-
|
79 |
|
80 |
### Framework versions
|
81 |
|
|
|
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 |
# 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 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
### Framework versions
|
46 |
|
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:a402bc2cf8bdda6c2681d22a08e49041b17bc0a813c3957426b2a9db06d4fb63
|
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:6b63ac2bac635b00dff6878cdf75f2883e8e84600133e1e33a605d3956c5faf6
|
3 |
size 4155
|