Run 46aq3dz0, step 50
Browse files- config.json +20 -0
- generation_config.json +4 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GIVT"
|
4 |
+
],
|
5 |
+
"block_size": 512,
|
6 |
+
"eps": 1e-08,
|
7 |
+
"head_dim": 8,
|
8 |
+
"hidden_dim": 32,
|
9 |
+
"input_dim": 1,
|
10 |
+
"intermediate_dim": 64,
|
11 |
+
"model_type": "givt",
|
12 |
+
"num_heads": 4,
|
13 |
+
"num_layers": 2,
|
14 |
+
"rope_base": 1000000,
|
15 |
+
"rope_condense_ratio": 4.0,
|
16 |
+
"rope_n_elem": 8,
|
17 |
+
"rope_rotary_percentage": 1.0,
|
18 |
+
"torch_dtype": "float32",
|
19 |
+
"transformers_version": "4.36.2"
|
20 |
+
}
|
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:8135d82ca7a1765946c3836a2e686ba80a98b8bed73515c8b7f342dcd8551da2
|
3 |
+
size 84536
|