dumitrescustefan
commited on
Commit
•
6e0e13b
1
Parent(s):
fce3b50
Upload
Browse files- config.json +64 -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,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"global",
|
21 |
+
"global",
|
22 |
+
"global",
|
23 |
+
"global",
|
24 |
+
"global",
|
25 |
+
"global",
|
26 |
+
"global",
|
27 |
+
"global",
|
28 |
+
"global",
|
29 |
+
"global",
|
30 |
+
"global",
|
31 |
+
"global"
|
32 |
+
],
|
33 |
+
"attention_types": [
|
34 |
+
[
|
35 |
+
[
|
36 |
+
"global"
|
37 |
+
],
|
38 |
+
24
|
39 |
+
]
|
40 |
+
],
|
41 |
+
"bos_token_id": 0,
|
42 |
+
"embed_dropout": 0,
|
43 |
+
"eos_token_id": 0,
|
44 |
+
"gradient_checkpointing": false,
|
45 |
+
"hidden_size": 1536,
|
46 |
+
"initializer_range": 0.02,
|
47 |
+
"intermediate_size": null,
|
48 |
+
"layer_norm_epsilon": 1e-05,
|
49 |
+
"max_position_embeddings": 2048,
|
50 |
+
"model_type": "gpt_neo",
|
51 |
+
"num_heads": 16,
|
52 |
+
"num_layers": 24,
|
53 |
+
"resid_dropout": 0,
|
54 |
+
"summary_activation": null,
|
55 |
+
"summary_first_dropout": 0.1,
|
56 |
+
"summary_proj_to_labels": true,
|
57 |
+
"summary_type": "cls_index",
|
58 |
+
"summary_use_proj": true,
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"transformers_version": "4.9.0",
|
61 |
+
"use_cache": true,
|
62 |
+
"vocab_size": 64000,
|
63 |
+
"window_size": 256
|
64 |
+
}
|
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:e428bf7805c7f3abe76d12694d03ca00c55e85ae9123f7119e0da0917b4dfb24
|
3 |
+
size 3225917800
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"errors": "replace", "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, "model_max_length": 2048, "special_tokens_map_file": null, "tokenizer_class": "GPT2Tokenizer", "name_or_path": "gpt2"}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|