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": 10240,
|
7 |
+
"n_embd": 2560,
|
8 |
+
"layer_norm_epsilon": 1e-05,
|
9 |
+
"n_positions": 2048,
|
10 |
+
"activation_function": "gelu",
|
11 |
+
"n_head": 32,
|
12 |
+
"n_layer": 32,
|
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:d6b390c4b65f2ead5659028a65fcb249cacd5615e3dee36015f64aa6429437a3
|
3 |
+
size 10740572549
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|