sudong97 commited on
Commit
f9f5c2d
1 Parent(s): 85a0308

kobigbird-base28-6511812

Browse files
.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:2a23d34e7940ee35d33b24df4090825ac61b4af93841f4e2d776c17cc4f82c89
3
+ size 471657925
runs/Jan10_05-38-40_1b90355f60bc/1673329132.2955267/events.out.tfevents.1673329132.1b90355f60bc.11684.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a0d7c505861455d9230ba42e708d503e63688a6db9ee55c7e91216f810ad11e
3
+ size 5540
runs/Jan10_05-38-40_1b90355f60bc/events.out.tfevents.1673329132.1b90355f60bc.11684.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b07d601f83cd0217839fa7d02929694c9b4020f0f0175d0a310a31f342e4b3b4
3
+ size 4925
runs/Jan10_06-42-39_1b90355f60bc/1673332964.8353696/events.out.tfevents.1673332964.1b90355f60bc.11684.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e740f6cb102aefe878ba3cef98b1e02d66a4d5a037f196cd5d0adf6718146da0
3
+ size 5540
runs/Jan10_06-42-39_1b90355f60bc/events.out.tfevents.1673332964.1b90355f60bc.11684.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c6b6cf5b3ef8b27c86e9b5898a5e1e531ce049df686bf58ac400ca431549c67
3
+ size 4035
runs/Jan10_06-43-01_1b90355f60bc/1673332987.1428678/events.out.tfevents.1673332987.1b90355f60bc.11684.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44c53dd65d3fd48c33a27af00137fbec0b29d9da0d429ded70ed7f2a7972097d
3
+ size 5540
runs/Jan10_06-43-01_1b90355f60bc/events.out.tfevents.1673332987.1b90355f60bc.11684.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21fe530e179aebe75b5fdc525cc8f77e0934dc7ad2785b78ab55481af015f42c
3
+ size 5180
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:1e21fc518675a89e163f96832753470661222995e8af2820a7bfe8df877d7b35
3
+ size 3451
vocab.txt ADDED
The diff for this file is too large to render. See raw diff