Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "./out/models/active_v3_enprm_pool_based_numinamath_ne_32_std_0.005_p_0.95",
|
3 |
"architectures": [
|
4 |
"Qwen2ForEnsemblePRM"
|
5 |
],
|
|
|
|
|
|
|
|
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 151643,
|
8 |
"eos_token_id": 151645,
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"Qwen2ForEnsemblePRM"
|
4 |
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_qwen2.QwenEnPRMConfig",
|
7 |
+
"AutoModel": "modeling_qwen2.Qwen2ForEnsemblePRM"
|
8 |
+
},
|
9 |
"attention_dropout": 0.0,
|
10 |
"bos_token_id": 151643,
|
11 |
"eos_token_id": 151645,
|