Upload IBLM model checkpoint
Browse files- config.json +13 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"CustomGPTModel"
|
| 4 |
+
],
|
| 5 |
+
"dtype": "float32",
|
| 6 |
+
"flex_kernel_options": null,
|
| 7 |
+
"model_type": "custom_gpt",
|
| 8 |
+
"n_embd": 768,
|
| 9 |
+
"n_head": 6,
|
| 10 |
+
"n_layer": 12,
|
| 11 |
+
"transformers_version": "4.56.1",
|
| 12 |
+
"vocab_size": 50304
|
| 13 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:436352f458367c8746b80863e586601630829bec88e04bb713eafc0e021d5333
|
| 3 |
+
size 494281968
|