narukijima commited on
Commit
44f5cd4
·
verified ·
1 Parent(s): c0bc648

add auto_map + trust_remote_code

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json CHANGED
@@ -77,5 +77,10 @@
77
  ],
78
  "neutral_pairs_used": 86376,
79
  "type_pairs_used": 14396
 
 
 
 
 
80
  }
81
  }
 
77
  ],
78
  "neutral_pairs_used": 86376,
79
  "type_pairs_used": 14396
80
+ },
81
+ "trust_remote_code": true,
82
+ "auto_map": {
83
+ "AutoConfig": "openai/gpt-oss-20b--configuration_gpt_oss.GptOssConfig",
84
+ "AutoModelForCausalLM": "openai/gpt-oss-20b--modeling_gpt_oss.GptOssForCausalLM"
85
  }
86
  }