BKforKorea commited on
Commit
ee19ab6
1 Parent(s): ea2befa

End of training

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jinmang2/kpfbert
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: model_y3_research_1
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # model_y3_research_1
19
+
20
+ This model is a fine-tuned version of [jinmang2/kpfbert](https://huggingface.co/jinmang2/kpfbert) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.7692
23
+ - Accuracy: 0.6082
24
+ - F1: 0.5677
25
+ - Precision: 0.5728
26
+ - Recall: 0.5706
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-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 500
52
+ - num_epochs: 10
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | 0.9518 | 1.0 | 97 | 1.0302 | 0.4167 | 0.2266 | 0.2376 | 0.3280 |
59
+ | 0.9191 | 2.0 | 194 | 0.9158 | 0.5833 | 0.5823 | 0.6203 | 0.6297 |
60
+ | 0.8298 | 3.0 | 291 | 0.8410 | 0.6042 | 0.5903 | 0.5987 | 0.5848 |
61
+ | 0.7093 | 4.0 | 388 | 1.1104 | 0.5208 | 0.5176 | 0.5135 | 0.5312 |
62
+ | 0.5994 | 5.0 | 485 | 1.3535 | 0.5521 | 0.5437 | 0.5691 | 0.5555 |
63
+ | 0.709 | 6.0 | 582 | 1.8616 | 0.5104 | 0.4892 | 0.4975 | 0.5019 |
64
+ | 0.2919 | 7.0 | 679 | 2.5441 | 0.5208 | 0.5174 | 0.5164 | 0.5340 |
65
+ | 0.1296 | 8.0 | 776 | 2.9520 | 0.5104 | 0.4975 | 0.5103 | 0.4931 |
66
+ | 0.0012 | 9.0 | 873 | 3.1406 | 0.5312 | 0.5182 | 0.5165 | 0.5209 |
67
+ | 0.0393 | 10.0 | 970 | 3.1606 | 0.5208 | 0.5109 | 0.5084 | 0.5142 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.38.1
73
+ - Pytorch 2.2.1+cu121
74
+ - Datasets 2.17.1
75
+ - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df72f307ae8acd0c7f7e421d57abf77e0defcd41a416e4bba11a4eaf8ad68302
3
  size 456141828
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b05bdc234b27c138e72c1e58ce221819c2c518fa46c3a95a36b3fbfe25c25903
3
  size 456141828
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": false,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff