jjing0123 commited on
Commit
f637904
1 Parent(s): 8ac043b

Training completed!

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "monologg/koelectra-base-v3-discriminator",
3
+ "architectures": [
4
+ "ElectraForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 768,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "B-DT",
14
+ "1": "I-DT",
15
+ "2": "B-LC",
16
+ "3": "I-LC",
17
+ "4": "B-OG",
18
+ "5": "I-OG",
19
+ "6": "B-PS",
20
+ "7": "I-PS",
21
+ "8": "B-QT",
22
+ "9": "I-QT",
23
+ "10": "B-TI",
24
+ "11": "I-TI",
25
+ "12": "O"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "B-DT": 0,
31
+ "B-LC": 2,
32
+ "B-OG": 4,
33
+ "B-PS": 6,
34
+ "B-QT": 8,
35
+ "B-TI": 10,
36
+ "I-DT": 1,
37
+ "I-LC": 3,
38
+ "I-OG": 5,
39
+ "I-PS": 7,
40
+ "I-QT": 9,
41
+ "I-TI": 11,
42
+ "O": 12
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "max_position_embeddings": 512,
46
+ "model_type": "electra",
47
+ "num_attention_heads": 12,
48
+ "num_hidden_layers": 12,
49
+ "pad_token_id": 0,
50
+ "position_embedding_type": "absolute",
51
+ "summary_activation": "gelu",
52
+ "summary_last_dropout": 0.1,
53
+ "summary_type": "first",
54
+ "summary_use_proj": true,
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.28.1",
57
+ "type_vocab_size": 2,
58
+ "use_cache": true,
59
+ "vocab_size": 35000
60
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26825b152cdaba924aea44a662a2f29783c1fb401ce8338d1fa6973de439162f
3
+ size 449435693
runs/May07_11-29-18_58365b0947dd/1683458983.7631145/events.out.tfevents.1683458983.58365b0947dd.352.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62764e320a47057f70964cbb044f33fce07bb2b56c117e631cded1c9ef492c3d
3
+ size 5919
runs/May07_11-29-18_58365b0947dd/events.out.tfevents.1683458983.58365b0947dd.352.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c18509da6c8e282ea6b0cebccd4e57fd9be110e809af6fb78c5c3dbe8b1c9beb
3
+ size 6888
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": "[UNK]"
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "do_basic_tokenize": true,
6
+ "do_lower_case": false,
7
+ "eos_token": "[SEP]",
8
+ "mask_token": "[MASK]",
9
+ "model_max_length": 512,
10
+ "never_split": null,
11
+ "pad_token": "[PAD]",
12
+ "sep_token": "[SEP]",
13
+ "strip_accents": null,
14
+ "tokenize_chinese_chars": true,
15
+ "tokenizer_class": "BertTokenizer",
16
+ "unk_token": "[UNK]"
17
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eab3e25a299d251db3561e3a8564edc42af5509ec7a22269adef1e6dd17cd70
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff