sunwooooong commited on
Commit
7c995c1
1 Parent(s): f152f30

Training completed!

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "klue/bert-base",
3
+ "architectures": [
4
+ "KlueBERTForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "B-DT",
13
+ "1": "I-DT",
14
+ "2": "B-LC",
15
+ "3": "I-LC",
16
+ "4": "B-OG",
17
+ "5": "I-OG",
18
+ "6": "B-PS",
19
+ "7": "I-PS",
20
+ "8": "B-QT",
21
+ "9": "I-QT",
22
+ "10": "B-TI",
23
+ "11": "I-TI",
24
+ "12": "O"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "0": "B-DT",
30
+ "1": "I-DT",
31
+ "2": "B-LC",
32
+ "3": "I-LC",
33
+ "4": "B-OG",
34
+ "5": "I-OG",
35
+ "6": "B-PS",
36
+ "7": "I-PS",
37
+ "8": "B-QT",
38
+ "9": "I-QT",
39
+ "10": "B-TI",
40
+ "11": "I-TI",
41
+ "12": "O"
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "max_position_embeddings": 512,
45
+ "model_type": "bert",
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 12,
48
+ "pad_token_id": 0,
49
+ "position_embedding_type": "absolute",
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.26.0",
52
+ "type_vocab_size": 2,
53
+ "use_cache": true,
54
+ "vocab_size": 32000
55
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4723d0905b2622d8761d6ba2f3f3b7a1e8cd5dfade532e93a39d4d09f34e59e
3
+ size 440219885
runs/Feb09_07-17-22_0ba1e8edca78/1675927186.862843/events.out.tfevents.1675927186.0ba1e8edca78.4399.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c86cff233ccb4052a3b95338f2c63c5711ac036e8d4e31eeeff4216fe0bf5b6c
3
+ size 5695
runs/Feb09_07-17-22_0ba1e8edca78/events.out.tfevents.1675927186.0ba1e8edca78.4399.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c61f63a4974dc24a2c480fa27291f06cebe37b6d07f33f85766ceea8bfa55c4
3
+ size 6062
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
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "name_or_path": "klue/bert-base",
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "special_tokens_map_file": "/root/.cache/huggingface/hub/models--klue--bert-base/snapshots/34b965303f98bc5214daca7f76b7fb82d2dc6183/special_tokens_map.json",
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
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:00caac3fec89aefcccea60b06141b682c076d8ac583bb3cad10891e8c0cfedb6
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff