Update config.json
Browse files- config.json +2 -4
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
@@ -19,13 +19,11 @@
|
|
19 |
"num_attention_heads": 24,
|
20 |
"num_hidden_layers": 32,
|
21 |
"num_key_value_heads": 8,
|
22 |
-
"pad_token_id": 0,
|
23 |
"partial_rotary_factor": 0.5,
|
24 |
"rope_theta": 10000,
|
25 |
"tie_word_embeddings": false,
|
26 |
"torch_dtype": "bfloat16",
|
27 |
"transformers_version": "4.51.3",
|
28 |
-
"unsloth_version": "2025.5.7",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 256000
|
31 |
-
}
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"NemotronForCausalLM"
|
4 |
],
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
|
|
19 |
"num_attention_heads": 24,
|
20 |
"num_hidden_layers": 32,
|
21 |
"num_key_value_heads": 8,
|
|
|
22 |
"partial_rotary_factor": 0.5,
|
23 |
"rope_theta": 10000,
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.51.3",
|
|
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 256000
|
29 |
+
}
|