eunyounglee commited on
Commit
b90c939
1 Parent(s): 436c5f8

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "EleutherAI/polyglot-ko-1.3b",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": 0.1,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 2048,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2",
17
+ "3": "LABEL_3",
18
+ "4": "LABEL_4",
19
+ "5": "LABEL_5",
20
+ "6": "LABEL_6",
21
+ "7": "LABEL_7",
22
+ "8": "LABEL_8",
23
+ "9": "LABEL_9",
24
+ "10": "LABEL_10",
25
+ "11": "LABEL_11",
26
+ "12": "LABEL_12",
27
+ "13": "LABEL_13",
28
+ "14": "LABEL_14",
29
+ "15": "LABEL_15"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 8192,
33
+ "label2id": {
34
+ "LABEL_0": 0,
35
+ "LABEL_1": 1,
36
+ "LABEL_10": 10,
37
+ "LABEL_11": 11,
38
+ "LABEL_12": 12,
39
+ "LABEL_13": 13,
40
+ "LABEL_14": 14,
41
+ "LABEL_15": 15,
42
+ "LABEL_2": 2,
43
+ "LABEL_3": 3,
44
+ "LABEL_4": 4,
45
+ "LABEL_5": 5,
46
+ "LABEL_6": 6,
47
+ "LABEL_7": 7,
48
+ "LABEL_8": 8,
49
+ "LABEL_9": 9
50
+ },
51
+ "layer_norm_eps": 1e-05,
52
+ "max_position_embeddings": 2048,
53
+ "model_type": "bert",
54
+ "num_attention_heads": 16,
55
+ "num_hidden_layers": 24,
56
+ "pad_token_id": 0,
57
+ "position_embedding_type": "absolute",
58
+ "problem_type": "single_label_classification",
59
+ "rotary_emb_base": 10000,
60
+ "rotary_pct": 0.5,
61
+ "tie_word_embeddings": false,
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.32.1",
64
+ "type_vocab_size": 2,
65
+ "use_cache": true,
66
+ "use_parallel_residual": true,
67
+ "vocab_size": 30080
68
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73143f925ec4a3f6b0c1ccc932739ef7994de87d8afaf6149f1951e2e55812a
3
+ size 5114671682
special_tokens_map.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|endoftext|>",
4
+ "<|sep|>",
5
+ "<|acc|>",
6
+ "<|tel|>",
7
+ "<|rrn|>"
8
+ ],
9
+ "eos_token": "<|endoftext|>",
10
+ "pad_token": "<|endoftext|>"
11
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "eos_token": "<|endoftext|>",
4
+ "model_max_length": 1000000000000000019884624838656,
5
+ "pad_token": "<|endoftext|>",
6
+ "tokenizer_class": "PreTrainedTokenizerFast"
7
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63940b728a7df85ce8d321246ecccf45e3f14ca92af26eb875b6fa151c241938
3
+ size 4472