Upload folder using huggingface_hub
Browse files- config.json +10 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- vocab.json +0 -0
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"vocab_size": 50257,
|
3 |
+
"max_position_embeddings": 1024,
|
4 |
+
"hidden_size": 1024,
|
5 |
+
"num_hidden_layers": 24,
|
6 |
+
"num_attention_heads": 16,
|
7 |
+
"dropout": 0.0,
|
8 |
+
"qkv_bias": true,
|
9 |
+
"model_type": "gpt2"
|
10 |
+
}
|
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:74a47f10eda4e7b40a768e1b6eec97c01bdfc4bbc8faf42ffa471572473b98f7
|
3 |
+
size 1725954046
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model_max_length": 1024}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|