Upload 2 files
Browse files- config.json +13 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GPT"
|
4 |
+
],
|
5 |
+
"block_size": 1024,
|
6 |
+
"model_type": "custom_gpt",
|
7 |
+
"n_embd": 768,
|
8 |
+
"n_head": 6,
|
9 |
+
"n_layer": 12,
|
10 |
+
"torch_dtype": "float32",
|
11 |
+
"transformers_version": "4.48.1",
|
12 |
+
"vocab_size": 50304
|
13 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9217fde116de5a42b3ea01ece1f034ff6593c8b627e55798f89cd807e9a94230
|
3 |
+
size 494296009
|