maneln commited on
Commit
8abfa58
1 Parent(s): 3db231a

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +4 -1
adapter_config.json CHANGED
@@ -1,4 +1,7 @@
1
  {
 
 
 
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
@@ -28,7 +31,7 @@
28
  "o_proj",
29
  "q_proj"
30
  ],
31
- "task_type": "CAUSAL_LM",
32
  "use_dora": false,
33
  "use_rslora": false
34
  }
 
1
  {
2
+ "architectures": [
3
+ "LlamaForQuestionAnswering"
4
+ ],
5
  "alpha_pattern": {},
6
  "auto_mapping": null,
7
  "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
 
31
  "o_proj",
32
  "q_proj"
33
  ],
34
+ "task_type": "QuestionAnswering",
35
  "use_dora": false,
36
  "use_rslora": false
37
  }