Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
|
|
2 |
"auto_mapping": null,
|
3 |
-
"base_model_name_or_path": "
|
4 |
"bias": "none",
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
@@ -17,4 +18,4 @@
|
|
17 |
"c_attn"
|
18 |
],
|
19 |
"task_type": "CAUSAL_LM"
|
20 |
-
}
|
|
|
1 |
{
|
2 |
+
"model_type": "transformers",
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Sirclavin/NeXGen",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
18 |
"c_attn"
|
19 |
],
|
20 |
"task_type": "CAUSAL_LM"
|
21 |
+
}
|