TariqJamil commited on
Commit
8fdc152
1 Parent(s): 36c6559

Upload config

Browse files
Files changed (1) hide show
  1. adapter_config.json +8 -0
adapter_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "tiiuae/falcon-7b-instruct",
4
+ "inference_mode": true,
5
+ "peft_type": "LORA",
6
+ "revision": null,
7
+ "task_type": "CAUSAL_LM"
8
+ }