Update config.json
Browse filesremoved redundant entry
- config.json +1 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/proj/checkpoints/ashishagr/thinking-granite/outputs/tpo_final/2b/exp_11/iter4/dpo",
|
3 |
"architectures": [
|
4 |
"GraniteForCausalLM"
|
5 |
],
|
@@ -27,7 +26,7 @@
|
|
27 |
"rope_theta": 5000000.0,
|
28 |
"tie_word_embeddings": true,
|
29 |
"torch_dtype": "bfloat16",
|
30 |
-
"transformers_version": "4.47.0
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 49155
|
33 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"GraniteForCausalLM"
|
4 |
],
|
|
|
26 |
"rope_theta": 5000000.0,
|
27 |
"tie_word_embeddings": true,
|
28 |
"torch_dtype": "bfloat16",
|
29 |
+
"transformers_version": "4.47.0",
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 49155
|
32 |
}
|