Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +64 -0
- pytorch_model.bin +3 -0
- runs/Mar10_02-27-16_c42c8be73454/1678415323.9870934/events.out.tfevents.1678415323.c42c8be73454.1431.1 +3 -0
- runs/Mar10_02-27-16_c42c8be73454/events.out.tfevents.1678415323.c42c8be73454.1431.0 +3 -0
- runs/Mar10_02-42-32_c42c8be73454/1678416163.4548254/events.out.tfevents.1678416163.c42c8be73454.1431.3 +3 -0
- runs/Mar10_02-42-32_c42c8be73454/1678420018.212534/events.out.tfevents.1678420018.c42c8be73454.1431.5 +3 -0
- runs/Mar10_02-42-32_c42c8be73454/events.out.tfevents.1678416163.c42c8be73454.1431.2 +3 -0
- runs/Mar10_02-42-32_c42c8be73454/events.out.tfevents.1678420018.c42c8be73454.1431.4 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +16 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "beomi/KcELECTRA-small-v2022",
|
3 |
+
"architectures": [
|
4 |
+
"ElectraForSequenceClassification"
|
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 |
+
"7": "LABEL_7",
|
21 |
+
"8": "LABEL_8",
|
22 |
+
"9": "LABEL_9",
|
23 |
+
"10": "LABEL_10",
|
24 |
+
"11": "LABEL_11",
|
25 |
+
"12": "LABEL_12",
|
26 |
+
"13": "LABEL_13"
|
27 |
+
},
|
28 |
+
"initializer_range": 0.02,
|
29 |
+
"intermediate_size": 1024,
|
30 |
+
"label2id": {
|
31 |
+
"LABEL_0": 0,
|
32 |
+
"LABEL_1": 1,
|
33 |
+
"LABEL_10": 10,
|
34 |
+
"LABEL_11": 11,
|
35 |
+
"LABEL_12": 12,
|
36 |
+
"LABEL_13": 13,
|
37 |
+
"LABEL_2": 2,
|
38 |
+
"LABEL_3": 3,
|
39 |
+
"LABEL_4": 4,
|
40 |
+
"LABEL_5": 5,
|
41 |
+
"LABEL_6": 6,
|
42 |
+
"LABEL_7": 7,
|
43 |
+
"LABEL_8": 8,
|
44 |
+
"LABEL_9": 9
|
45 |
+
},
|
46 |
+
"layer_norm_eps": 1e-12,
|
47 |
+
"max_position_embeddings": 512,
|
48 |
+
"model_type": "electra",
|
49 |
+
"num_attention_heads": 4,
|
50 |
+
"num_hidden_layers": 12,
|
51 |
+
"pad_token_id": 0,
|
52 |
+
"position_embedding_type": "absolute",
|
53 |
+
"problem_type": "single_label_classification",
|
54 |
+
"summary_activation": "gelu",
|
55 |
+
"summary_last_dropout": 0.1,
|
56 |
+
"summary_type": "first",
|
57 |
+
"summary_use_proj": true,
|
58 |
+
"tokenizer_class": "BertTokenizer",
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"transformers_version": "4.26.1",
|
61 |
+
"type_vocab_size": 2,
|
62 |
+
"use_cache": true,
|
63 |
+
"vocab_size": 54343
|
64 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab54e5266d2203071dcfcc86ad39948db857fb2e026c7102597dcda039165770
|
3 |
+
size 66477117
|
runs/Mar10_02-27-16_c42c8be73454/1678415323.9870934/events.out.tfevents.1678415323.c42c8be73454.1431.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cb562b3775a262786303b3f857d4aae840f9bbf59cbd064551d67400eabe942
|
3 |
+
size 5758
|
runs/Mar10_02-27-16_c42c8be73454/events.out.tfevents.1678415323.c42c8be73454.1431.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3177e40bd1fc8b80a70a72281344f5da698a58316bbb4d43a7ec9a45c4db2aa
|
3 |
+
size 4649
|
runs/Mar10_02-42-32_c42c8be73454/1678416163.4548254/events.out.tfevents.1678416163.c42c8be73454.1431.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d2e734fa639346e7c23d78f13d81c73c2259a1879de82b001e201da4254b6a2
|
3 |
+
size 5758
|
runs/Mar10_02-42-32_c42c8be73454/1678420018.212534/events.out.tfevents.1678420018.c42c8be73454.1431.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24f86d45b2cdfbd937786c496ca90ce8f8fc8897225be0b226c5b13ad680f4e1
|
3 |
+
size 5758
|
runs/Mar10_02-42-32_c42c8be73454/events.out.tfevents.1678416163.c42c8be73454.1431.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4127314a15523c188d6bac50bf8a6672b980ac920be9fa2c74af05090c2d92e8
|
3 |
+
size 4649
|
runs/Mar10_02-42-32_c42c8be73454/events.out.tfevents.1678420018.c42c8be73454.1431.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c7fbf6d3fb7e6cb3259d939113a18a4889e9920cfe0231e141c30623985648b
|
3 |
+
size 5165
|
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": "beomi/KcELECTRA-small-v2022",
|
8 |
+
"never_split": null,
|
9 |
+
"pad_token": "[PAD]",
|
10 |
+
"sep_token": "[SEP]",
|
11 |
+
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--beomi--KcELECTRA-small-v2022/snapshots/d4f840c28ae2cc26b7639c7ced8ffa61169f4607/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:7f4d222b28e1ec9b86c35dbe48f27c951ea852c004fa49b448c840cba7ea7d41
|
3 |
+
size 3579
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|