End of training
Browse files- README.md +68 -0
- generation_config.json +8 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: vinai/bartpho-word-base
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: bartpho-word-base-ed-with-tpl-ed-tpl-v3
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# bartpho-word-base-ed-with-tpl-ed-tpl-v3
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [vinai/bartpho-word-base](https://huggingface.co/vinai/bartpho-word-base) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.0267
|
18 |
+
- F1 Micro: 0.8050
|
19 |
+
- Recall Micro: 0.8024
|
20 |
+
- Precision Micro: 0.8075
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 2e-05
|
40 |
+
- train_batch_size: 8
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 4
|
44 |
+
- total_train_batch_size: 32
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 8
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | Recall Micro | Precision Micro |
|
52 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:------------:|:---------------:|
|
53 |
+
| No log | 0.9987 | 393 | 0.0270 | 0.7861 | 0.7727 | 0.8000 |
|
54 |
+
| 0.0654 | 2.0 | 787 | 0.0262 | 0.7755 | 0.7798 | 0.7713 |
|
55 |
+
| 0.0247 | 2.9987 | 1180 | 0.0246 | 0.7892 | 0.7816 | 0.7969 |
|
56 |
+
| 0.0197 | 4.0 | 1574 | 0.0233 | 0.8078 | 0.7949 | 0.8210 |
|
57 |
+
| 0.0197 | 4.9987 | 1967 | 0.0235 | 0.8064 | 0.8018 | 0.8110 |
|
58 |
+
| 0.016 | 6.0 | 2361 | 0.0262 | 0.8027 | 0.7951 | 0.8104 |
|
59 |
+
| 0.0123 | 6.9987 | 2754 | 0.0261 | 0.8080 | 0.8067 | 0.8093 |
|
60 |
+
| 0.0102 | 7.9898 | 3144 | 0.0267 | 0.8050 | 0.8024 | 0.8075 |
|
61 |
+
|
62 |
+
|
63 |
+
### Framework versions
|
64 |
+
|
65 |
+
- Transformers 4.41.2
|
66 |
+
- Pytorch 2.3.0+cu121
|
67 |
+
- Datasets 2.20.0
|
68 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 0,
|
3 |
+
"decoder_start_token_id": 2,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"forced_eos_token_id": 2,
|
6 |
+
"pad_token_id": 1,
|
7 |
+
"transformers_version": "4.41.2"
|
8 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 600177236
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af84fe50709f09a80551cbd2ab9558edf7801f79db28da4d8ec79c9e6f6a8e7e
|
3 |
size 600177236
|