thejagstudio commited on
Commit
d24f9d1
1 Parent(s): c89fe27

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "thejagstudio/Falcon-7b-Fined-Tuned",
3
  "auto_mapping": null,
4
- "base_model_name_or_path": null,
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,5 +20,6 @@
20
  "dense_h_to_4h",
21
  "dense_4h_to_h"
22
  ],
23
- "task_type": "CAUSAL_LM"
 
24
  }
 
1
  {
2
  "_name_or_path": "thejagstudio/Falcon-7b-Fined-Tuned",
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "ybelkada/falcon-7b-sharded-bf16",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "dense_h_to_4h",
21
  "dense_4h_to_h"
22
  ],
23
+ "task_type": "CAUSAL_LM",
24
+ "model_type": "RefinedWebModel"
25
  }