Tony
commited on
Commit
•
faea56c
1
Parent(s):
520f0ff
Add model
Browse files- config.json +53 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- vocab.json +0 -0
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_function": "gelu_new",
|
3 |
+
"architectures": [
|
4 |
+
"GPTNeoForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0,
|
7 |
+
"attention_layers": [
|
8 |
+
"global",
|
9 |
+
"local",
|
10 |
+
"global",
|
11 |
+
"local",
|
12 |
+
"global",
|
13 |
+
"local",
|
14 |
+
"global",
|
15 |
+
"local",
|
16 |
+
"global",
|
17 |
+
"local",
|
18 |
+
"global",
|
19 |
+
"local"
|
20 |
+
],
|
21 |
+
"attention_types": [
|
22 |
+
[
|
23 |
+
[
|
24 |
+
"global",
|
25 |
+
"local"
|
26 |
+
],
|
27 |
+
6
|
28 |
+
]
|
29 |
+
],
|
30 |
+
"bos_token_id": 50256,
|
31 |
+
"embed_dropout": 0,
|
32 |
+
"eos_token_id": 50256,
|
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": 2048,
|
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 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.17.0.dev0",
|
50 |
+
"use_cache": true,
|
51 |
+
"vocab_size": 50257,
|
52 |
+
"window_size": 256
|
53 |
+
}
|
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:a68c6eee753dfaeb8afc097dd2f1b8851b8bd93b9bd7c8321bb0678e804e24b9
|
3 |
+
size 551195025
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "errors": "replace", "model_max_length": 2048, "special_tokens_map_file": null, "name_or_path": "EleutherAI/gpt-neo-125M", "tokenizer_class": "GPT2Tokenizer"}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|