Haoxiang-Wang
commited on
Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
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,
|