End of training
Browse files- README.md +11 -10
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
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.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -42,22 +42,23 @@ The following hyperparameters were used during training:
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
-
| 1.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
-
- Transformers 4.
|
61 |
- Pytorch 2.0.1+cu118
|
62 |
- Datasets 2.14.5
|
63 |
-
- Tokenizers 0.
|
|
|
16 |
|
17 |
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.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.9164
|
20 |
+
- Accuracy: 0.7808
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 6
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| 1.3287 | 1.0 | 512 | 1.2494 | 0.5985 |
|
52 |
+
| 0.8335 | 2.0 | 1024 | 0.8613 | 0.7289 |
|
53 |
+
| 0.5842 | 3.0 | 1536 | 0.8177 | 0.7682 |
|
54 |
+
| 0.4046 | 4.0 | 2048 | 0.8337 | 0.7682 |
|
55 |
+
| 0.2979 | 5.0 | 2560 | 0.8745 | 0.7773 |
|
56 |
+
| 0.2083 | 6.0 | 3072 | 0.9164 | 0.7808 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
+
- Transformers 4.34.0
|
62 |
- Pytorch 2.0.1+cu118
|
63 |
- Datasets 2.14.5
|
64 |
+
- Tokenizers 0.14.0
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 421095857
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d12f46b5b229e4f524285a2acefe93116554ab08c7d8fc9f139a5aaa2ded5738
|
3 |
size 421095857
|