koelectra-90435398
Browse files- .gitignore +1 -0
- config.json +30 -0
- pytorch_model.bin +3 -0
- runs/Jan06_11-03-13_3178ccd6f02e/1673003005.0466027/events.out.tfevents.1673003005.3178ccd6f02e.130439.1 +3 -0
- runs/Jan06_11-03-13_3178ccd6f02e/events.out.tfevents.1673003005.3178ccd6f02e.130439.0 +3 -0
- runs/Jan06_11-36-16_3178ccd6f02e/1673004981.167492/events.out.tfevents.1673004981.3178ccd6f02e.130439.3 +3 -0
- runs/Jan06_11-36-16_3178ccd6f02e/events.out.tfevents.1673004981.3178ccd6f02e.130439.2 +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,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "monologg/koelectra-base-v3-discriminator",
|
3 |
+
"architectures": [
|
4 |
+
"ElectraForQuestionAnswering"
|
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 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "electra",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"position_embedding_type": "absolute",
|
21 |
+
"summary_activation": "gelu",
|
22 |
+
"summary_last_dropout": 0.1,
|
23 |
+
"summary_type": "first",
|
24 |
+
"summary_use_proj": true,
|
25 |
+
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.25.1",
|
27 |
+
"type_vocab_size": 2,
|
28 |
+
"use_cache": true,
|
29 |
+
"vocab_size": 35000
|
30 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e57cf78d75ac025b634092562714a3e27a4c42ebf5ef74d52323a138c07f7fa
|
3 |
+
size 449401901
|
runs/Jan06_11-03-13_3178ccd6f02e/1673003005.0466027/events.out.tfevents.1673003005.3178ccd6f02e.130439.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e340dcc917553b562234a72e4dfe8dd6d5c6c5c635ed265fe4dfea049645ddb1
|
3 |
+
size 5518
|
runs/Jan06_11-03-13_3178ccd6f02e/events.out.tfevents.1673003005.3178ccd6f02e.130439.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25aa21e7937baf2192c4a4cff38ff0f0950b5c2f25e830fb623c6960d28965b3
|
3 |
+
size 4486
|
runs/Jan06_11-36-16_3178ccd6f02e/1673004981.167492/events.out.tfevents.1673004981.3178ccd6f02e.130439.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32bf679bc5dbe19283ac8c77c56e5f04ac9fdea69a37185054c4ce3b487af3a4
|
3 |
+
size 5518
|
runs/Jan06_11-36-16_3178ccd6f02e/events.out.tfevents.1673004981.3178ccd6f02e.130439.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce87114e45ff96c91616240cf2415d73f5108e7a7b6c46bce9300fa0d15c7d02
|
3 |
+
size 4752
|
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": "monologg/koelectra-base-v3-discriminator",
|
8 |
+
"never_split": null,
|
9 |
+
"pad_token": "[PAD]",
|
10 |
+
"sep_token": "[SEP]",
|
11 |
+
"special_tokens_map_file": null,
|
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:3fa9e5e13797ee313ca22ee3d717ad10a9d853bd1b951df8b3c7d05a6fef5462
|
3 |
+
size 3451
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|