bino282 commited on
Commit
2bf64f0
1 Parent(s): 9ad6f25

upload model

Browse files
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPTNeoForCausalLM"
5
+ ],
6
+ "attention_dropout": 0,
7
+ "attention_layers": [
8
+ "global",
9
+ "global",
10
+ "global",
11
+ "global",
12
+ "global",
13
+ "global",
14
+ "global",
15
+ "global",
16
+ "global",
17
+ "global",
18
+ "global",
19
+ "global"
20
+ ],
21
+ "attention_types": [
22
+ [
23
+ [
24
+ "global"
25
+ ],
26
+ 12
27
+ ]
28
+ ],
29
+ "bos_token_id": 0,
30
+ "embed_dropout": 0,
31
+ "eos_token_id": 0,
32
+ "pad_token_id": 1,
33
+ "gradient_checkpointing": false,
34
+ "hidden_size": 768,
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": null,
37
+ "layer_norm_epsilon": 1e-05,
38
+ "max_position_embeddings": 1024,
39
+ "model_type": "gpt_neo",
40
+ "num_heads": 12,
41
+ "num_layers": 12,
42
+ "resid_dropout": 0,
43
+ "summary_activation": null,
44
+ "summary_first_dropout": 0.1,
45
+ "summary_proj_to_labels": true,
46
+ "summary_type": "cls_index",
47
+ "summary_use_proj": true,
48
+ "transformers_version": "4.5.1",
49
+ "use_cache": true,
50
+ "vocab_size": 62000,
51
+ "window_size": 256
52
+ }
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:640274d77f3ed45d0e02935d81003bf3f453c384e432bca4c424525381880f97
3
+ size 546367087
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
+ {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "gpt2"}
vocab.json ADDED
The diff for this file is too large to render. See raw diff