gangiswag commited on
Commit
e656c24
1 Parent(s): d005205

Upload 6 files

Browse files
Files changed (6) hide show
  1. added_tokens.json +1 -0
  2. config.json +19 -0
  3. merges.txt +0 -0
  4. pytorch_model.bin +3 -0
  5. special_tokens_map.json +1 -0
  6. vocab.json +0 -0
added_tokens.json ADDED
@@ -0,0 +1 @@
 
1
+ {}
config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "finetuning_task": "asnq",
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 1024,
7
+ "initializer_range": 0.02,
8
+ "intermediate_size": 4096,
9
+ "layer_norm_eps": 1e-12,
10
+ "max_position_embeddings": 514,
11
+ "num_attention_heads": 16,
12
+ "num_hidden_layers": 24,
13
+ "num_labels": 2,
14
+ "output_attentions": false,
15
+ "output_hidden_states": false,
16
+ "torchscript": false,
17
+ "type_vocab_size": 1,
18
+ "vocab_size": 50265
19
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3691e172a8d2720f0fbe4a628c9bd93bac4b57538912109d0402d083627d448f
3
+ size 1425748034
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": "<mask>"}
vocab.json ADDED
The diff for this file is too large to render. See raw diff