End of training
Browse files
README.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- emotion
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: BERT-tiny-emotion-intent
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Text Classification
|
14 |
+
type: text-classification
|
15 |
+
dataset:
|
16 |
+
name: emotion
|
17 |
+
type: emotion
|
18 |
+
config: default
|
19 |
+
split: train
|
20 |
+
args: default
|
21 |
+
metrics:
|
22 |
+
- name: Accuracy
|
23 |
+
type: accuracy
|
24 |
+
value: 0.91
|
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 |
+
# BERT-tiny-emotion-intent
|
31 |
+
|
32 |
+
This model is a fine-tuned version of [google/bert_uncased_L-2_H-128_A-2](https://huggingface.co/google/bert_uncased_L-2_H-128_A-2) on the emotion dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.3620
|
35 |
+
- Accuracy: 0.91
|
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: 16
|
56 |
+
- eval_batch_size: 16
|
57 |
+
- seed: 33
|
58 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
+
- lr_scheduler_type: linear
|
60 |
+
- num_epochs: 50
|
61 |
+
- mixed_precision_training: Native AMP
|
62 |
+
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
67 |
+
| 1.2603 | 1.0 | 1000 | 0.7766 | 0.7815 |
|
68 |
+
| 0.5919 | 2.0 | 2000 | 0.4117 | 0.884 |
|
69 |
+
| 0.367 | 3.0 | 3000 | 0.3188 | 0.8995 |
|
70 |
+
| 0.2848 | 4.0 | 4000 | 0.2928 | 0.8985 |
|
71 |
+
| 0.2395 | 5.0 | 5000 | 0.2906 | 0.898 |
|
72 |
+
| 0.2094 | 6.0 | 6000 | 0.2887 | 0.907 |
|
73 |
+
| 0.1884 | 7.0 | 7000 | 0.2831 | 0.9065 |
|
74 |
+
| 0.1603 | 8.0 | 8000 | 0.3044 | 0.9065 |
|
75 |
+
| 0.1519 | 9.0 | 9000 | 0.3124 | 0.9095 |
|
76 |
+
| 0.1291 | 10.0 | 10000 | 0.3256 | 0.9065 |
|
77 |
+
| 0.1179 | 11.0 | 11000 | 0.3651 | 0.9035 |
|
78 |
+
| 0.1091 | 12.0 | 12000 | 0.3620 | 0.91 |
|
79 |
+
| 0.0977 | 13.0 | 13000 | 0.3992 | 0.907 |
|
80 |
+
| 0.0914 | 14.0 | 14000 | 0.4285 | 0.908 |
|
81 |
+
| 0.0876 | 15.0 | 15000 | 0.4268 | 0.9055 |
|
82 |
+
|
83 |
+
|
84 |
+
### Framework versions
|
85 |
+
|
86 |
+
- Transformers 4.22.1
|
87 |
+
- Pytorch 1.12.1+cu113
|
88 |
+
- Datasets 2.5.1
|
89 |
+
- Tokenizers 0.12.1
|
logs/events.out.tfevents.1664028105.6f1754e52420.2150.0
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:423d5ede7d3a2fab6bc4fe3ef7bb21704820d4d99ac609f90baee61e6833ede8
|
3 |
+
size 11467
|
logs/events.out.tfevents.1664028637.6f1754e52420.2150.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf43a68066c14df0e7eeebd4abdaf0b19cd939f121070088e1b5c6b056da369f
|
3 |
+
size 363
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 17563879
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ff79aeac93e3c8376d820a51f3cc8391cfb7202ae3f032ecc82f3bf89c2ac74
|
3 |
size 17563879
|