Upload folder using huggingface_hub
Browse files- config.json +12 -0
- pytorch_model.bin +3 -0
- tokenizer.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"GPT"
|
| 4 |
+
],
|
| 5 |
+
"vocab_size": 65536,
|
| 6 |
+
"n_layer": 24,
|
| 7 |
+
"n_head": 16,
|
| 8 |
+
"hidden_size": 2048,
|
| 9 |
+
"max_position_embeddings": 2048,
|
| 10 |
+
"model_type": "gpt",
|
| 11 |
+
"torch_dtype": "bfloat16"
|
| 12 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b64cdace58787deaf63f76a9d63edda5f1680dea12114ad3eeb0afcbda2e9f5
|
| 3 |
+
size 2953768563
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|