Kdogs commited on
Commit
0659300
1 Parent(s): bb262a8

klue/bert-base, split O, sports data, batch 16

Browse files
config.json CHANGED
@@ -1,29 +1,25 @@
1
  {
2
- "_name_or_path": "klue/roberta-base",
3
  "architectures": [
4
  "BertForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
  "classifier_dropout": null,
9
- "eos_token_id": 2,
10
- "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "initializer_range": 0.02,
15
  "intermediate_size": 3072,
16
- "layer_norm_eps": 1e-05,
17
- "max_position_embeddings": 514,
18
  "model_type": "bert",
19
  "num_attention_heads": 12,
20
  "num_hidden_layers": 12,
21
- "pad_token_id": 1,
22
  "position_embedding_type": "absolute",
23
- "tokenizer_class": "BertTokenizer",
24
  "torch_dtype": "float32",
25
  "transformers_version": "4.24.0",
26
- "type_vocab_size": 1,
27
  "use_cache": true,
28
  "vocab_size": 32000
29
  }
1
  {
2
+ "_name_or_path": "klue/bert-base",
3
  "architectures": [
4
  "BertForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "classifier_dropout": null,
 
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
  "model_type": "bert",
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
  "position_embedding_type": "absolute",
 
20
  "torch_dtype": "float32",
21
  "transformers_version": "4.24.0",
22
+ "type_vocab_size": 2,
23
  "use_cache": true,
24
  "vocab_size": 32000
25
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1f9b76b6636e9cda315948a2b09326d45814fd55c090a6a1af325eeb4ae24f2
3
- size 442678315
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ece410cdd22316c89dac5619c177f41bbe8c2e069bef037f1b23ba27e3938a26
3
+ size 442676985
special_tokens_map.json CHANGED
@@ -1,7 +1,5 @@
1
  {
2
- "bos_token": "[CLS]",
3
  "cls_token": "[CLS]",
4
- "eos_token": "[SEP]",
5
  "mask_token": "[MASK]",
6
  "pad_token": "[PAD]",
7
  "sep_token": "[SEP]",
1
  {
 
2
  "cls_token": "[CLS]",
 
3
  "mask_token": "[MASK]",
4
  "pad_token": "[PAD]",
5
  "sep_token": "[SEP]",
tokenizer.json CHANGED
@@ -12,14 +12,14 @@
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
15
- "pad_id": 1,
16
  "pad_type_id": 0,
17
  "pad_token": "[PAD]"
18
  },
19
  "added_tokens": [
20
  {
21
  "id": 0,
22
- "content": "[CLS]",
23
  "single_word": false,
24
  "lstrip": false,
25
  "rstrip": false,
@@ -28,7 +28,7 @@
28
  },
29
  {
30
  "id": 1,
31
- "content": "[PAD]",
32
  "single_word": false,
33
  "lstrip": false,
34
  "rstrip": false,
@@ -37,7 +37,7 @@
37
  },
38
  {
39
  "id": 2,
40
- "content": "[SEP]",
41
  "single_word": false,
42
  "lstrip": false,
43
  "rstrip": false,
@@ -46,7 +46,7 @@
46
  },
47
  {
48
  "id": 3,
49
- "content": "[UNK]",
50
  "single_word": false,
51
  "lstrip": false,
52
  "rstrip": false,
@@ -117,13 +117,13 @@
117
  {
118
  "Sequence": {
119
  "id": "B",
120
- "type_id": 0
121
  }
122
  },
123
  {
124
  "SpecialToken": {
125
  "id": "[SEP]",
126
- "type_id": 0
127
  }
128
  }
129
  ],
@@ -131,7 +131,7 @@
131
  "[CLS]": {
132
  "id": "[CLS]",
133
  "ids": [
134
- 0
135
  ],
136
  "tokens": [
137
  "[CLS]"
@@ -140,7 +140,7 @@
140
  "[SEP]": {
141
  "id": "[SEP]",
142
  "ids": [
143
- 2
144
  ],
145
  "tokens": [
146
  "[SEP]"
@@ -159,10 +159,10 @@
159
  "continuing_subword_prefix": "##",
160
  "max_input_chars_per_word": 100,
161
  "vocab": {
162
- "[CLS]": 0,
163
- "[PAD]": 1,
164
- "[SEP]": 2,
165
- "[UNK]": 3,
166
  "[MASK]": 4,
167
  "!": 5,
168
  "\"": 6,
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
  "pad_type_id": 0,
17
  "pad_token": "[PAD]"
18
  },
19
  "added_tokens": [
20
  {
21
  "id": 0,
22
+ "content": "[PAD]",
23
  "single_word": false,
24
  "lstrip": false,
25
  "rstrip": false,
28
  },
29
  {
30
  "id": 1,
31
+ "content": "[UNK]",
32
  "single_word": false,
33
  "lstrip": false,
34
  "rstrip": false,
37
  },
38
  {
39
  "id": 2,
40
+ "content": "[CLS]",
41
  "single_word": false,
42
  "lstrip": false,
43
  "rstrip": false,
46
  },
47
  {
48
  "id": 3,
49
+ "content": "[SEP]",
50
  "single_word": false,
51
  "lstrip": false,
52
  "rstrip": false,
117
  {
118
  "Sequence": {
119
  "id": "B",
120
+ "type_id": 1
121
  }
122
  },
123
  {
124
  "SpecialToken": {
125
  "id": "[SEP]",
126
+ "type_id": 1
127
  }
128
  }
129
  ],
131
  "[CLS]": {
132
  "id": "[CLS]",
133
  "ids": [
134
+ 2
135
  ],
136
  "tokens": [
137
  "[CLS]"
140
  "[SEP]": {
141
  "id": "[SEP]",
142
  "ids": [
143
+ 3
144
  ],
145
  "tokens": [
146
  "[SEP]"
159
  "continuing_subword_prefix": "##",
160
  "max_input_chars_per_word": 100,
161
  "vocab": {
162
+ "[PAD]": 0,
163
+ "[UNK]": 1,
164
+ "[CLS]": 2,
165
+ "[SEP]": 3,
166
  "[MASK]": 4,
167
  "!": 5,
168
  "\"": 6,
tokenizer_config.json CHANGED
@@ -1,16 +1,14 @@
1
  {
2
- "bos_token": "[CLS]",
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
5
  "do_lower_case": false,
6
- "eos_token": "[SEP]",
7
  "mask_token": "[MASK]",
8
  "model_max_length": 512,
9
- "name_or_path": "klue/roberta-base",
10
  "never_split": null,
11
  "pad_token": "[PAD]",
12
  "sep_token": "[SEP]",
13
- "special_tokens_map_file": "/home/sifter/.cache/huggingface/hub/models--klue--roberta-base/snapshots/67dd433d36ebc66a42c9aaa85abcf8d2620e41d9/special_tokens_map.json",
14
  "strip_accents": null,
15
  "tokenize_chinese_chars": true,
16
  "tokenizer_class": "BertTokenizer",
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": "klue/bert-base",
8
  "never_split": null,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
11
+ "special_tokens_map_file": "/data1/hanyang/.cache/huggingface/hub/models--klue--bert-base/snapshots/34b965303f98bc5214daca7f76b7fb82d2dc6183/special_tokens_map.json",
12
  "strip_accents": null,
13
  "tokenize_chinese_chars": true,
14
  "tokenizer_class": "BertTokenizer",
vocab.txt CHANGED
@@ -1,7 +1,7 @@
1
- [CLS]
2
  [PAD]
3
- [SEP]
4
  [UNK]
 
 
5
  [MASK]
6
  !
7
  "
 
1
  [PAD]
 
2
  [UNK]
3
+ [CLS]
4
+ [SEP]
5
  [MASK]
6
  !
7
  "