qiaoruiyt commited on
Commit
f315897
·
verified ·
1 Parent(s): e302f0a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -3
config.json CHANGED
@@ -1,12 +1,10 @@
1
  {
2
  "_name_or_path": "dreamorg/ReasonIR-8B",
3
  "architectures": [
4
- "LlamaModel"
5
  ],
6
  "auto_map": {
7
  "AutoModel": "modeling_reasonir_8b.ReasonIRModel",
8
- "AutoModelForCausalLM": "modeling_reasonir_8b.LlamaForCausalLM",
9
- "AutoModelForSequenceClassification": "modeling_reasonir_8b.LlamaForSequenceClassification"
10
  },
11
  "attention_bias": false,
12
  "attention_dropout": 0.0,
 
1
  {
2
  "_name_or_path": "dreamorg/ReasonIR-8B",
3
  "architectures": [
4
+ "ReasonIRModel"
5
  ],
6
  "auto_map": {
7
  "AutoModel": "modeling_reasonir_8b.ReasonIRModel",
 
 
8
  },
9
  "attention_bias": false,
10
  "attention_dropout": 0.0,