metehergul commited on
Commit
2351996
·
1 Parent(s): bd6a6d7

Upload 8 files

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attn_pdrop": 0.1,
3
+ "embd_pdrop": 0.1,
4
+ "finetuning_task": null,
5
+ "initializer_range": 0.02,
6
+ "is_decoder": false,
7
+ "layer_norm_epsilon": 1e-05,
8
+ "n_ctx": 1024,
9
+ "n_embd": 1024,
10
+ "n_head": 16,
11
+ "n_layer": 24,
12
+ "n_positions": 1024,
13
+ "n_special": 0,
14
+ "num_labels": 1,
15
+ "output_attentions": false,
16
+ "output_hidden_states": false,
17
+ "output_past": true,
18
+ "predict_special_tokens": true,
19
+ "pruned_heads": {},
20
+ "resid_pdrop": 0.1,
21
+ "summary_activation": null,
22
+ "summary_first_dropout": 0.1,
23
+ "summary_proj_to_labels": true,
24
+ "summary_type": "cls_index",
25
+ "summary_use_proj": true,
26
+ "torchscript": false,
27
+ "use_bfloat16": false,
28
+ "vocab_size": 50257
29
+ }
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:7d31775887884dfdbe4b3e2b641b9a9ea8c61d840105d55dd60b7af8dc9686a4
3
+ size 1520021210
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "max_len": 1024, "init_inputs": []}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e97b1b8888d837be2b0cacb77e2d53f3eb24c25b666365c6f8e6301f74fa14b1
3
+ size 1409
vocab.json ADDED
The diff for this file is too large to render. See raw diff