End of training
Browse files- README.md +80 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: airesearch/wangchanberta-base-att-spm-uncased
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
model-index:
|
10 |
+
- name: wcBERTaAttSpmm-ggTranslate-senticPolarEmotion-bully-f2
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/herobye13579/huggingface/runs/i28c752o)
|
18 |
+
# wcBERTaAttSpmm-ggTranslate-senticPolarEmotion-bully-f2
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [airesearch/wangchanberta-base-att-spm-uncased](https://huggingface.co/airesearch/wangchanberta-base-att-spm-uncased) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.5206
|
23 |
+
- Accuracy: 0.7354
|
24 |
+
- Precision: 0.7320
|
25 |
+
- Recall: 0.7354
|
26 |
+
- F1 Score: 0.7335
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Intended uses & limitations
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training and evaluation data
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training procedure
|
41 |
+
|
42 |
+
### Training hyperparameters
|
43 |
+
|
44 |
+
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 5e-06
|
46 |
+
- train_batch_size: 32
|
47 |
+
- eval_batch_size: 32
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: cosine
|
51 |
+
- lr_scheduler_warmup_ratio: 0.1
|
52 |
+
- num_epochs: 15
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|
|
58 |
+
| 0.6386 | 1.0 | 120 | 0.6121 | 0.7008 | 0.4912 | 0.7008 | 0.5776 |
|
59 |
+
| 0.603 | 2.0 | 240 | 0.5663 | 0.7144 | 0.6835 | 0.7144 | 0.6762 |
|
60 |
+
| 0.5758 | 3.0 | 360 | 0.5828 | 0.7029 | 0.6989 | 0.7029 | 0.7007 |
|
61 |
+
| 0.5724 | 4.0 | 480 | 0.5518 | 0.7238 | 0.6978 | 0.7238 | 0.6894 |
|
62 |
+
| 0.5412 | 5.0 | 600 | 0.5336 | 0.7082 | 0.6926 | 0.7082 | 0.6975 |
|
63 |
+
| 0.5295 | 6.0 | 720 | 0.5222 | 0.7280 | 0.7111 | 0.7280 | 0.7145 |
|
64 |
+
| 0.4851 | 7.0 | 840 | 0.5090 | 0.7312 | 0.7136 | 0.7312 | 0.7162 |
|
65 |
+
| 0.4639 | 8.0 | 960 | 0.5153 | 0.7259 | 0.7164 | 0.7259 | 0.7200 |
|
66 |
+
| 0.4606 | 9.0 | 1080 | 0.5233 | 0.7029 | 0.7241 | 0.7029 | 0.7104 |
|
67 |
+
| 0.4412 | 10.0 | 1200 | 0.5501 | 0.6998 | 0.7496 | 0.6998 | 0.7116 |
|
68 |
+
| 0.4106 | 11.0 | 1320 | 0.5262 | 0.7155 | 0.7398 | 0.7155 | 0.7235 |
|
69 |
+
| 0.3976 | 12.0 | 1440 | 0.5148 | 0.7374 | 0.7300 | 0.7374 | 0.7329 |
|
70 |
+
| 0.3917 | 13.0 | 1560 | 0.5194 | 0.7364 | 0.7338 | 0.7364 | 0.7350 |
|
71 |
+
| 0.3858 | 14.0 | 1680 | 0.5225 | 0.7259 | 0.7293 | 0.7259 | 0.7275 |
|
72 |
+
| 0.3853 | 15.0 | 1800 | 0.5206 | 0.7354 | 0.7320 | 0.7354 | 0.7335 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- Transformers 4.42.3
|
78 |
+
- Pytorch 2.1.2
|
79 |
+
- Datasets 2.20.0
|
80 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437958648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b8c3b42fbd07629b5a4f8618104b0c4d1f1ba3f8182665fb7399465c8aa525c
|
3 |
size 437958648
|