Morris88826
commited on
Upload config
Browse files- config.json +17 -0
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"RoPE": 1,
|
3 |
+
"act_method": "swiglu",
|
4 |
+
"architectures": [
|
5 |
+
"GPT"
|
6 |
+
],
|
7 |
+
"block_size": 1024,
|
8 |
+
"group_size": 2,
|
9 |
+
"model_type": "custom-gpt2",
|
10 |
+
"n_embd": 768,
|
11 |
+
"n_head": 12,
|
12 |
+
"n_layer": 12,
|
13 |
+
"norm_method": "rmsnorm",
|
14 |
+
"torch_dtype": "float32",
|
15 |
+
"transformers_version": "4.45.2",
|
16 |
+
"vocab_size": 50257
|
17 |
+
}
|