Update config.json
Browse filescorrect the auto_map
- config.json +4 -1
config.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "Qwen/Qwen2.5-Math-PRM-7B",
|
| 3 |
"architectures": [
|
| 4 |
"Qwen2ForEnsemblePRM"
|
| 5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "Qwen/Qwen2.5-Math-PRM-7B--configuration_qwen2_rm.Qwen2RMConfig",
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"Qwen2ForEnsemblePRM"
|
| 4 |
],
|
| 5 |
+
"auto_map": {
|
| 6 |
+
"AutoConfig": "configuration_qwen2.QwenEnPRMConfig",
|
| 7 |
+
"AutoModel": "modeling_qwen.Qwen2ForEnsemblePRM"
|
| 8 |
+
}
|
| 9 |
"attention_dropout": 0.0,
|
| 10 |
"auto_map": {
|
| 11 |
"AutoConfig": "Qwen/Qwen2.5-Math-PRM-7B--configuration_qwen2_rm.Qwen2RMConfig",
|