End of training
Browse files- README.md +82 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-f1
|
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/1g8tmg7k)
|
18 |
+
[<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/1g8tmg7k)
|
19 |
+
[<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/1g8tmg7k)
|
20 |
+
# wcBERTaAttSpmm-ggTranslate-senticPolarEmotion-bully-f1
|
21 |
+
|
22 |
+
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.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.5229
|
25 |
+
- Accuracy: 0.7448
|
26 |
+
- Precision: 0.7291
|
27 |
+
- Recall: 0.7448
|
28 |
+
- F1 Score: 0.7303
|
29 |
+
|
30 |
+
## Model description
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Intended uses & limitations
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training and evaluation data
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training procedure
|
43 |
+
|
44 |
+
### Training hyperparameters
|
45 |
+
|
46 |
+
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 5e-06
|
48 |
+
- train_batch_size: 32
|
49 |
+
- eval_batch_size: 32
|
50 |
+
- seed: 42
|
51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
+
- lr_scheduler_type: cosine
|
53 |
+
- lr_scheduler_warmup_ratio: 0.1
|
54 |
+
- num_epochs: 15
|
55 |
+
|
56 |
+
### Training results
|
57 |
+
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score |
|
59 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|
|
60 |
+
| 0.551 | 1.0 | 120 | 0.5535 | 0.7427 | 0.7285 | 0.7427 | 0.7311 |
|
61 |
+
| 0.5476 | 2.0 | 240 | 0.5530 | 0.7406 | 0.7259 | 0.7406 | 0.7285 |
|
62 |
+
| 0.5352 | 3.0 | 360 | 0.5528 | 0.7354 | 0.7261 | 0.7354 | 0.7294 |
|
63 |
+
| 0.5482 | 4.0 | 480 | 0.5531 | 0.7312 | 0.7278 | 0.7312 | 0.7293 |
|
64 |
+
| 0.5386 | 5.0 | 600 | 0.5547 | 0.7228 | 0.7236 | 0.7228 | 0.7232 |
|
65 |
+
| 0.5391 | 6.0 | 720 | 0.5467 | 0.7427 | 0.7303 | 0.7427 | 0.7335 |
|
66 |
+
| 0.5495 | 7.0 | 840 | 0.5506 | 0.7395 | 0.7305 | 0.7395 | 0.7337 |
|
67 |
+
| 0.5305 | 8.0 | 960 | 0.5444 | 0.7427 | 0.7321 | 0.7427 | 0.7353 |
|
68 |
+
| 0.5183 | 9.0 | 1080 | 0.5326 | 0.7448 | 0.7320 | 0.7448 | 0.7349 |
|
69 |
+
| 0.5065 | 10.0 | 1200 | 0.5218 | 0.7479 | 0.7314 | 0.7479 | 0.7297 |
|
70 |
+
| 0.4753 | 11.0 | 1320 | 0.5207 | 0.7469 | 0.7317 | 0.7469 | 0.7330 |
|
71 |
+
| 0.4731 | 12.0 | 1440 | 0.5233 | 0.7458 | 0.7302 | 0.7458 | 0.7312 |
|
72 |
+
| 0.4828 | 13.0 | 1560 | 0.5243 | 0.7458 | 0.7302 | 0.7458 | 0.7312 |
|
73 |
+
| 0.4662 | 14.0 | 1680 | 0.5229 | 0.7458 | 0.7306 | 0.7458 | 0.7321 |
|
74 |
+
| 0.472 | 15.0 | 1800 | 0.5229 | 0.7448 | 0.7291 | 0.7448 | 0.7303 |
|
75 |
+
|
76 |
+
|
77 |
+
### Framework versions
|
78 |
+
|
79 |
+
- Transformers 4.42.3
|
80 |
+
- Pytorch 2.1.2
|
81 |
+
- Datasets 2.20.0
|
82 |
+
- 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:9c8cc259789a98a0dbb00691c2189becb8319684849e585566f36635f3307e4f
|
3 |
size 437958648
|