wldud2 commited on
Commit
20691c7
1 Parent(s): e10c644

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-small-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": "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": 1024,
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": 4,
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": 32200
60
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9526f72dc7644460688daaf031e57dbd90275f6d9228c862a4c143839b4743e1
3
+ size 54877877
runs/May06_19-53-28_ffc6206773cd/1683402848.9433813/events.out.tfevents.1683402848.ffc6206773cd.434.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aff0773c102af7bf5d9de8d496764a1204fbda2e12d28a769d0ddb2be8aa12b
3
+ size 5988
runs/May06_19-53-28_ffc6206773cd/events.out.tfevents.1683402848.ffc6206773cd.434.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a941de4de4df3e3ee382a8863d63bb8da4c2cc794d15eb661697b593ab5fe2ff
3
+ size 6480
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,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "do_basic_tokenize": true,
6
+ "do_lower_case": false,
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 512,
9
+ "never_split": null,
10
+ "pad_token": "[PAD]",
11
+ "sep_token": "[SEP]",
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "ElectraTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afef377e4b84dd1662a528415d9729e9ab2af2a599ab3cbcc4596578b0207dcf
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff