seriouspark commited on
Commit
a21af78
1 Parent(s): bb82551

End of training

Browse files
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: monologg/koelectra-small-v3-discriminator
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: find_tune_bert_output
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
+ # find_tune_bert_output
14
+
15
+ This model is a fine-tuned version of [monologg/koelectra-small-v3-discriminator](https://huggingface.co/monologg/koelectra-small-v3-discriminator) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.2110
18
+ - Overall Precision: 0.8468
19
+ - Overall Recall: 0.8561
20
+ - Overall F1: 0.8514
21
+ - Overall Accuracy: 0.9405
22
+ - Loc F1: 0.9090
23
+ - Org F1: 0.7685
24
+ - Per F1: 0.8477
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 7
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy | Loc F1 | Org F1 | Per F1 |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-----------------:|:--------------:|:----------:|:----------------:|:------:|:------:|:------:|
55
+ | 0.2146 | 0.8 | 1000 | 0.2903 | 0.7632 | 0.8340 | 0.7970 | 0.9175 | 0.8729 | 0.6812 | 0.7966 |
56
+ | 0.2538 | 1.6 | 2000 | 0.2374 | 0.8183 | 0.8290 | 0.8236 | 0.9299 | 0.8940 | 0.7187 | 0.8178 |
57
+ | 0.2192 | 2.4 | 3000 | 0.2265 | 0.8246 | 0.8437 | 0.8340 | 0.9340 | 0.8956 | 0.7403 | 0.8322 |
58
+ | 0.1967 | 3.2 | 4000 | 0.2206 | 0.8261 | 0.8529 | 0.8393 | 0.9354 | 0.9047 | 0.7499 | 0.8290 |
59
+ | 0.1814 | 4.0 | 5000 | 0.2169 | 0.8371 | 0.8538 | 0.8453 | 0.9379 | 0.9057 | 0.7605 | 0.8388 |
60
+ | 0.1661 | 4.8 | 6000 | 0.2169 | 0.8403 | 0.8490 | 0.8446 | 0.9382 | 0.9050 | 0.7583 | 0.8378 |
61
+ | 0.1577 | 5.6 | 7000 | 0.2116 | 0.8413 | 0.8604 | 0.8507 | 0.9401 | 0.9088 | 0.7670 | 0.8472 |
62
+ | 0.1544 | 6.4 | 8000 | 0.2110 | 0.8468 | 0.8561 | 0.8514 | 0.9405 | 0.9090 | 0.7685 | 0.8477 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.38.2
68
+ - Pytorch 2.2.1+cu121
69
+ - Datasets 2.18.0
70
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "monologg/koelectra-small-v3-discriminator",
3
+ "architectures": [
4
+ "ElectraForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 128,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 256,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 1024,
23
+ "label2id": {
24
+ "LABEL_0": 0,
25
+ "LABEL_1": 1,
26
+ "LABEL_2": 2,
27
+ "LABEL_3": 3,
28
+ "LABEL_4": 4,
29
+ "LABEL_5": 5,
30
+ "LABEL_6": 6
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "max_position_embeddings": 512,
34
+ "model_type": "electra",
35
+ "num_attention_heads": 4,
36
+ "num_hidden_layers": 12,
37
+ "pad_token_id": 0,
38
+ "position_embedding_type": "absolute",
39
+ "summary_activation": "gelu",
40
+ "summary_last_dropout": 0.1,
41
+ "summary_type": "first",
42
+ "summary_use_proj": true,
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.38.2",
45
+ "type_vocab_size": 2,
46
+ "use_cache": true,
47
+ "vocab_size": 35000
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db346c977d201202d086801be2030b4f319ef9485825c8e00156f6ae97f18ec7
3
+ size 56255700
runs/Mar23_22-38-25_1d66191bff48/events.out.tfevents.1711233506.1d66191bff48.9922.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922c3d52f8fb8235c03e61f33526c9435afab9cccd392e027f8986c1419b94a4
3
+ size 5021
runs/Mar23_22-38-34_1d66191bff48/events.out.tfevents.1711233515.1d66191bff48.9922.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8c0d01f1ea9ff0ace96f9076ab8bd56dcef74098ae97f58ba0ef38e45af4220
3
+ size 5232
runs/Mar23_22-42-22_1d66191bff48/events.out.tfevents.1711233742.1d66191bff48.9922.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05c26604c19cd92d8ab9974ac225b1687167d8fb71ce04b9fe3ddeeea3de5936
3
+ size 5232
runs/Mar23_22-44-17_1d66191bff48/events.out.tfevents.1711233858.1d66191bff48.9922.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b019bc149386ac3afe216e00fb4d67c75e220ed3d0a2994dd6be96a49b718f32
3
+ size 5021
runs/Mar23_22-44-31_1d66191bff48/events.out.tfevents.1711233871.1d66191bff48.9922.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fd7f6aaf8a1953f05bbaf5475aa4c6b4c1e4137d5af3591145b23a959741ca0
3
+ size 12295
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": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "ElectraTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392ed041b37084cf003267db08c0901bc2f2c048fe11084beeef6f02573c060e
3
+ size 4920
vocab.txt ADDED
The diff for this file is too large to render. See raw diff