Haoxiang-Wang commited on
Commit
57271c4
·
verified ·
1 Parent(s): 12f4861

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -1,8 +1,11 @@
1
  {
2
- "_name_or_path": "/data-3/common/reward-cond-llm/logs/reward-model-mistral-7b_helpsteer+ultrafeedback-v2.0_instruct-v2_lr5e-6_bs256_reg3e-3/checkpoint-1092",
3
  "architectures": [
4
  "MistralForAttributePrediction"
5
  ],
 
 
 
6
  "attention_dropout": 0.1,
7
  "bos_token_id": 1,
8
  "eos_token_id": 2,
 
1
  {
2
+ "_name_or_path": "Haoxiang-Wang/RewardModel-Mistral-7B-for-DPA-v1",
3
  "architectures": [
4
  "MistralForAttributePrediction"
5
  ],
6
+ "auto_map": {
7
+ "AutoModelForSequenceClassification": "modeling_custom.MistralForAttributePrediction"
8
+ }
9
  "attention_dropout": 0.1,
10
  "bos_token_id": 1,
11
  "eos_token_id": 2,