Upload NemotronForCausalLM
Browse files- config.json +4 -5
- generation_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/ckpts/nemotron/nemotron3-8b-hf",
|
3 |
"architectures": [
|
4 |
"NemotronForCausalLM"
|
5 |
],
|
@@ -7,6 +7,7 @@
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 2,
|
9 |
"eos_token_id": 3,
|
|
|
10 |
"hidden_act": "relu2",
|
11 |
"hidden_size": 4096,
|
12 |
"initializer_range": 0.01,
|
@@ -18,13 +19,11 @@
|
|
18 |
"num_attention_heads": 32,
|
19 |
"num_hidden_layers": 32,
|
20 |
"num_key_value_heads": 32,
|
21 |
-
"
|
22 |
-
"rope_percentage": 0.5,
|
23 |
-
"rope_scaling": null,
|
24 |
"rope_theta": 10000,
|
25 |
"tie_word_embeddings": false,
|
26 |
"torch_dtype": "bfloat16",
|
27 |
-
"transformers_version": "4.
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 256000
|
30 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/ckpts/nemotron/nemotron3-8b-hf-new",
|
3 |
"architectures": [
|
4 |
"NemotronForCausalLM"
|
5 |
],
|
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 2,
|
9 |
"eos_token_id": 3,
|
10 |
+
"head_dim": 128,
|
11 |
"hidden_act": "relu2",
|
12 |
"hidden_size": 4096,
|
13 |
"initializer_range": 0.01,
|
|
|
19 |
"num_attention_heads": 32,
|
20 |
"num_hidden_layers": 32,
|
21 |
"num_key_value_heads": 32,
|
22 |
+
"partial_rotary_factor": 0.5,
|
|
|
|
|
23 |
"rope_theta": 10000,
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.44.0",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 256000
|
29 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 2,
|
4 |
"eos_token_id": 3,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 2,
|
4 |
"eos_token_id": 3,
|
5 |
+
"transformers_version": "4.44.0"
|
6 |
}
|