(Trained with Unsloth)
Browse files- config.json +2 -35
config.json
CHANGED
@@ -1,36 +1,3 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
"LlamaForCausalLM"
|
5 |
-
],
|
6 |
-
"attention_bias": false,
|
7 |
-
"attention_dropout": 0.0,
|
8 |
-
"bos_token_id": 32013,
|
9 |
-
"eos_token_id": 32014,
|
10 |
-
"head_dim": 128,
|
11 |
-
"hidden_act": "silu",
|
12 |
-
"hidden_size": 2048,
|
13 |
-
"initializer_range": 0.02,
|
14 |
-
"intermediate_size": 5504,
|
15 |
-
"max_position_embeddings": 16384,
|
16 |
-
"mlp_bias": false,
|
17 |
-
"model_type": "llama",
|
18 |
-
"num_attention_heads": 16,
|
19 |
-
"num_hidden_layers": 24,
|
20 |
-
"num_key_value_heads": 16,
|
21 |
-
"pad_token_id": 32018,
|
22 |
-
"pretraining_tp": 1,
|
23 |
-
"rms_norm_eps": 1e-06,
|
24 |
-
"rope_scaling": {
|
25 |
-
"factor": 4.0,
|
26 |
-
"rope_type": "linear",
|
27 |
-
"type": "linear"
|
28 |
-
},
|
29 |
-
"rope_theta": 100000,
|
30 |
-
"tie_word_embeddings": false,
|
31 |
-
"torch_dtype": "float16",
|
32 |
-
"transformers_version": "4.48.3",
|
33 |
-
"unsloth_version": "2025.3.17",
|
34 |
-
"use_cache": false,
|
35 |
-
"vocab_size": 32256
|
36 |
-
}
|
|
|
1 |
{
|
2 |
+
"model_type": "llama"
|
3 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|