Add files
Browse files- config.json +16 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- vocab.json +0 -0
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "gpt2",
|
3 |
+
"attn_pdrop": 0.0,
|
4 |
+
"scale_attn_weights": true,
|
5 |
+
"resid_pdrop": 0.0,
|
6 |
+
"n_inner": 8192,
|
7 |
+
"n_embd": 2048,
|
8 |
+
"layer_norm_epsilon": 1e-05,
|
9 |
+
"n_positions": 2048,
|
10 |
+
"activation_function": "gelu",
|
11 |
+
"n_head": 16,
|
12 |
+
"n_layer": 24,
|
13 |
+
"tie_word_embeddings": true,
|
14 |
+
"vocab_size": 50257,
|
15 |
+
"embd_pdrop": 0.0
|
16 |
+
}
|
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:4a2b11ba9e1a42f90ea87a4cf6f207de4ab5700bb66d7910053dd3da503e5af7
|
3 |
+
size 5363661129
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|