End of training
Browse files
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: gokuls/bert_12_layer_model_v2_complete_training_new_48
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- emotion
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: hbertv2-emotion-logit_KD_new
|
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.8855
|
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 |
+
# hbertv2-emotion-logit_KD_new
|
31 |
+
|
32 |
+
This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new_48](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new_48) on the emotion dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.6082
|
35 |
+
- Accuracy: 0.8855
|
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 |
+
| 2.1324 | 1.0 | 250 | 1.0855 | 0.801 |
|
68 |
+
| 0.8121 | 2.0 | 500 | 0.7251 | 0.872 |
|
69 |
+
| 0.5982 | 3.0 | 750 | 0.6929 | 0.8695 |
|
70 |
+
| 0.4694 | 4.0 | 1000 | 0.6529 | 0.8775 |
|
71 |
+
| 0.3873 | 5.0 | 1250 | 0.7370 | 0.873 |
|
72 |
+
| 0.3477 | 6.0 | 1500 | 0.6082 | 0.8855 |
|
73 |
+
| 0.3169 | 7.0 | 1750 | 0.6202 | 0.885 |
|
74 |
+
| 0.2855 | 8.0 | 2000 | 0.5843 | 0.88 |
|
75 |
+
| 0.2669 | 9.0 | 2250 | 0.6290 | 0.8825 |
|
76 |
+
| 0.2493 | 10.0 | 2500 | 0.7612 | 0.8785 |
|
77 |
+
| 0.2326 | 11.0 | 2750 | 0.6896 | 0.883 |
|
78 |
+
|
79 |
+
|
80 |
+
### Framework versions
|
81 |
+
|
82 |
+
- Transformers 4.35.2
|
83 |
+
- Pytorch 1.14.0a0+410ce96
|
84 |
+
- Datasets 2.15.0
|
85 |
+
- Tokenizers 0.15.0
|
logs/events.out.tfevents.1700958724.serv-3318.853052.2
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:101fbe6e4f1269a56fbdfe0ba6e53fd6d7af9e9e115b4d3cb7c1c533181b3de2
|
3 |
+
size 10008
|
logs/events.out.tfevents.1700959233.serv-3318.853052.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7edbc3ef0f46fd4c92ca076216edd6f20c0cb1599912712b470b0b14fab4d4e3
|
3 |
+
size 363
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 481049520
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af44cb8db8d35d8c8f4389c673caed959a12246ecad0d83b808140fa575951d5
|
3 |
size 481049520
|