Create config.json
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "chat",
|
| 3 |
+
"architecture": "instruction-based",
|
| 4 |
+
"finetuning_format": "instruction_response_v1",
|
| 5 |
+
"dataset": "dataset-1",
|
| 6 |
+
"language": "multi",
|
| 7 |
+
"version": "1.0"
|
| 8 |
+
}
|