End of training
Browse files
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: gokuls/model_v1_complete_training_wt_init_48_small_freeze_new
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- emotion
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: hbertv1-emotion-logit_KD-small
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Text Classification
|
14 |
+
type: text-classification
|
15 |
+
dataset:
|
16 |
+
name: emotion
|
17 |
+
type: emotion
|
18 |
+
config: split
|
19 |
+
split: validation
|
20 |
+
args: split
|
21 |
+
metrics:
|
22 |
+
- name: Accuracy
|
23 |
+
type: accuracy
|
24 |
+
value: 0.9335
|
25 |
+
---
|
26 |
+
|
27 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
+
should probably proofread and complete it, then remove this comment. -->
|
29 |
+
|
30 |
+
# hbertv1-emotion-logit_KD-small
|
31 |
+
|
32 |
+
This model is a fine-tuned version of [gokuls/model_v1_complete_training_wt_init_48_small_freeze_new](https://huggingface.co/gokuls/model_v1_complete_training_wt_init_48_small_freeze_new) on the emotion dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.2473
|
35 |
+
- Accuracy: 0.9335
|
36 |
+
|
37 |
+
## Model description
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Intended uses & limitations
|
42 |
+
|
43 |
+
More information needed
|
44 |
+
|
45 |
+
## Training and evaluation data
|
46 |
+
|
47 |
+
More information needed
|
48 |
+
|
49 |
+
## Training procedure
|
50 |
+
|
51 |
+
### Training hyperparameters
|
52 |
+
|
53 |
+
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 5e-05
|
55 |
+
- train_batch_size: 64
|
56 |
+
- eval_batch_size: 64
|
57 |
+
- seed: 33
|
58 |
+
- distributed_type: multi-GPU
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 50
|
62 |
+
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 1.4023 | 1.0 | 250 | 0.5204 | 0.8825 |
|
68 |
+
| 0.3903 | 2.0 | 500 | 0.3014 | 0.91 |
|
69 |
+
| 0.2438 | 3.0 | 750 | 0.2849 | 0.9185 |
|
70 |
+
| 0.1778 | 4.0 | 1000 | 0.2489 | 0.9265 |
|
71 |
+
| 0.1394 | 5.0 | 1250 | 0.2878 | 0.9205 |
|
72 |
+
| 0.1218 | 6.0 | 1500 | 0.2887 | 0.923 |
|
73 |
+
| 0.1083 | 7.0 | 1750 | 0.2788 | 0.9285 |
|
74 |
+
| 0.1019 | 8.0 | 2000 | 0.2373 | 0.928 |
|
75 |
+
| 0.0898 | 9.0 | 2250 | 0.2473 | 0.9335 |
|
76 |
+
| 0.0817 | 10.0 | 2500 | 0.2822 | 0.926 |
|
77 |
+
| 0.0827 | 11.0 | 2750 | 0.2474 | 0.926 |
|
78 |
+
| 0.0733 | 12.0 | 3000 | 0.2329 | 0.9285 |
|
79 |
+
| 0.0631 | 13.0 | 3250 | 0.2301 | 0.929 |
|
80 |
+
| 0.06 | 14.0 | 3500 | 0.2565 | 0.9295 |
|
81 |
+
|
82 |
+
|
83 |
+
### Framework versions
|
84 |
+
|
85 |
+
- Transformers 4.35.2
|
86 |
+
- Pytorch 1.14.0a0+410ce96
|
87 |
+
- Datasets 2.15.0
|
88 |
+
- Tokenizers 0.15.0
|
logs/events.out.tfevents.1700960209.serv-3318.864054.8
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efb8e46c18935ae21b4432f25eaf57b9fb968deefcef0cbc27f630d0fae5686c
|
3 |
+
size 11461
|
logs/events.out.tfevents.1700960452.serv-3318.864054.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81ef7a8beccc577402a2eadc3750a9ab4d16f24f88196cbc22180f39bfecbfe4
|
3 |
+
size 363
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 121467896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47f6886b0895e4967f5c8908dbbaca9e9a99fb20596b504c085b34e7fba5cd8f
|
3 |
size 121467896
|