Upload 5 files
Browse files- config.json +9 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- tokenizer.json +0 -0
- vocab.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "gpt2",
|
| 3 |
+
"vocab_size": 137626,
|
| 4 |
+
"hidden_size": 768,
|
| 5 |
+
"num_hidden_layers": 8,
|
| 6 |
+
"num_attention_heads": 8,
|
| 7 |
+
"intermediate_size": 1536,
|
| 8 |
+
"max_position_embeddings": 128
|
| 9 |
+
}
|
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:3f0e69c4db4128ce37a93b74343b8a0a0962e2366d9ed5d1297d236e3b92879b
|
| 3 |
+
size 997831091
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|