End of training
Browse files- README.md +79 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: bert-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: Raffel_bert_emotion_classification
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# Raffel_bert_emotion_classification
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3423
|
21 |
+
- Accuracy: 0.9596
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 4e-05
|
41 |
+
- train_batch_size: 32
|
42 |
+
- eval_batch_size: 32
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 20
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 167 | 0.1212 | 0.9579 |
|
53 |
+
| No log | 2.0 | 334 | 0.1362 | 0.9596 |
|
54 |
+
| 0.1622 | 3.0 | 501 | 0.2034 | 0.9596 |
|
55 |
+
| 0.1622 | 4.0 | 668 | 0.2035 | 0.9630 |
|
56 |
+
| 0.1622 | 5.0 | 835 | 0.2153 | 0.9630 |
|
57 |
+
| 0.017 | 6.0 | 1002 | 0.2010 | 0.9613 |
|
58 |
+
| 0.017 | 7.0 | 1169 | 0.2718 | 0.9579 |
|
59 |
+
| 0.017 | 8.0 | 1336 | 0.2641 | 0.9613 |
|
60 |
+
| 0.0099 | 9.0 | 1503 | 0.2524 | 0.9613 |
|
61 |
+
| 0.0099 | 10.0 | 1670 | 0.2918 | 0.9579 |
|
62 |
+
| 0.0099 | 11.0 | 1837 | 0.2749 | 0.9562 |
|
63 |
+
| 0.0029 | 12.0 | 2004 | 0.3133 | 0.9562 |
|
64 |
+
| 0.0029 | 13.0 | 2171 | 0.2952 | 0.9579 |
|
65 |
+
| 0.0029 | 14.0 | 2338 | 0.3334 | 0.9596 |
|
66 |
+
| 0.0022 | 15.0 | 2505 | 0.3286 | 0.9596 |
|
67 |
+
| 0.0022 | 16.0 | 2672 | 0.3340 | 0.9596 |
|
68 |
+
| 0.0022 | 17.0 | 2839 | 0.3344 | 0.9596 |
|
69 |
+
| 0.0013 | 18.0 | 3006 | 0.3395 | 0.9596 |
|
70 |
+
| 0.0013 | 19.0 | 3173 | 0.3423 | 0.9596 |
|
71 |
+
| 0.0013 | 20.0 | 3340 | 0.3423 | 0.9596 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.34.1
|
77 |
+
- Pytorch 2.1.0+cu118
|
78 |
+
- Datasets 2.14.6
|
79 |
+
- Tokenizers 0.14.1
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438007022
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6336a26a506878a3724d9c5e263bb726557940ee97d1d9e6ce25f1f35b528e7
|
3 |
size 438007022
|