sayonarawildhearts
commited on
Upload model
Browse files- config.json +17 -0
- generation_config.json +4 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"CustomModel"
|
4 |
+
],
|
5 |
+
"bias": false,
|
6 |
+
"block_size": 8192,
|
7 |
+
"dropout": 0.1,
|
8 |
+
"hierarchy": true,
|
9 |
+
"model_type": "chargpt",
|
10 |
+
"n_embd": 768,
|
11 |
+
"n_ffn_dim": 2048,
|
12 |
+
"n_head": 12,
|
13 |
+
"n_layer": 12,
|
14 |
+
"torch_dtype": "float32",
|
15 |
+
"transformers_version": "4.36.2",
|
16 |
+
"vocab_size": 3064
|
17 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.36.2"
|
4 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d2aaddc7e93befc8faa7446109c36998d7b6e5838175709ce3ab54494efcf47
|
3 |
+
size 374411544
|