kobigbird-base23-57995154
Browse files- .gitignore +1 -0
- config.json +35 -0
- pytorch_model.bin +3 -0
- runs/Jan09_05-32-08_e086da63c806/1673242340.9854443/events.out.tfevents.1673242340.e086da63c806.6237.1 +3 -0
- runs/Jan09_05-32-08_e086da63c806/events.out.tfevents.1673242340.e086da63c806.6237.0 +3 -0
- runs/Jan09_05-52-32_e086da63c806/1673243556.5982387/events.out.tfevents.1673243556.e086da63c806.6237.3 +3 -0
- runs/Jan09_05-52-32_e086da63c806/events.out.tfevents.1673243556.e086da63c806.6237.2 +3 -0
- special_tokens_map.json +9 -0
- tokenizer.json +0 -0
- tokenizer_config.json +18 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "monologg/kobigbird-bert-base",
|
3 |
+
"architectures": [
|
4 |
+
"BigBirdForQuestionAnswering"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"attention_type": "block_sparse",
|
8 |
+
"block_size": 64,
|
9 |
+
"bos_token_id": 5,
|
10 |
+
"classifier_dropout": null,
|
11 |
+
"eos_token_id": 6,
|
12 |
+
"gradient_checkpointing": false,
|
13 |
+
"hidden_act": "gelu_new",
|
14 |
+
"hidden_dropout_prob": 0.1,
|
15 |
+
"hidden_size": 768,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 3072,
|
18 |
+
"layer_norm_eps": 1e-12,
|
19 |
+
"max_position_embeddings": 4096,
|
20 |
+
"model_type": "big_bird",
|
21 |
+
"num_attention_heads": 12,
|
22 |
+
"num_hidden_layers": 12,
|
23 |
+
"num_random_blocks": 3,
|
24 |
+
"pad_token_id": 0,
|
25 |
+
"position_embedding_type": "absolute",
|
26 |
+
"rescale_embeddings": false,
|
27 |
+
"sep_token_id": 3,
|
28 |
+
"tokenizer_class": "BertTokenizer",
|
29 |
+
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.25.1",
|
31 |
+
"type_vocab_size": 2,
|
32 |
+
"use_bias": true,
|
33 |
+
"use_cache": true,
|
34 |
+
"vocab_size": 32500
|
35 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19fe1e1fdfd39716b07efc681f9af84a014e3939e7726fdb958cb7d4abaee0a2
|
3 |
+
size 471657925
|
runs/Jan09_05-32-08_e086da63c806/1673242340.9854443/events.out.tfevents.1673242340.e086da63c806.6237.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66509df7f105dd5fa8984e04b8ec343a2c147159e6e794d4b0d6acdbd6c849f9
|
3 |
+
size 5543
|
runs/Jan09_05-32-08_e086da63c806/events.out.tfevents.1673242340.e086da63c806.6237.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a260c1e9c55e1c47a7405bebb74f6edf4524f58525f883b73f24d57e3a5d8331
|
3 |
+
size 4652
|
runs/Jan09_05-52-32_e086da63c806/1673243556.5982387/events.out.tfevents.1673243556.e086da63c806.6237.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:165a9f5ea32368de9f83140f43a61db62795a6d0480fd991a83e9a4a1714bb1d
|
3 |
+
size 5543
|
runs/Jan09_05-52-32_e086da63c806/events.out.tfevents.1673243556.e086da63c806.6237.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d26ceb6552eca8f76bbc0753d3674f2f5b76a679e48a0a992b1d3e8b5af7cc4
|
3 |
+
size 4918
|
special_tokens_map.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"pad_token": "[PAD]",
|
7 |
+
"sep_token": "[SEP]",
|
8 |
+
"unk_token": "[UNK]"
|
9 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"do_basic_tokenize": true,
|
5 |
+
"do_lower_case": false,
|
6 |
+
"eos_token": "</s>",
|
7 |
+
"mask_token": "[MASK]",
|
8 |
+
"model_max_length": 4096,
|
9 |
+
"name_or_path": "monologg/kobigbird-bert-base",
|
10 |
+
"never_split": null,
|
11 |
+
"pad_token": "[PAD]",
|
12 |
+
"sep_token": "[SEP]",
|
13 |
+
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--monologg--kobigbird-bert-base/snapshots/ceacda477e20abef2c929adfa4a07c6f811323be/special_tokens_map.json",
|
14 |
+
"strip_accents": null,
|
15 |
+
"tokenize_chinese_chars": true,
|
16 |
+
"tokenizer_class": "BertTokenizer",
|
17 |
+
"unk_token": "[UNK]"
|
18 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d693a68c9767b5787e34ca6040690e5b5d82f6b3f24a0629a59b31c2eb4d7c01
|
3 |
+
size 3451
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|