Create config.json
Browse files- config.json +14 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "Humanoid-Web3-Advanced-Command-Dataset-v2",
|
| 3 |
+
"task": "text-classification",
|
| 4 |
+
"language": "en",
|
| 5 |
+
"num_labels": 10,
|
| 6 |
+
"total_samples": 80,
|
| 7 |
+
"train_samples": 60,
|
| 8 |
+
"test_samples": 20,
|
| 9 |
+
"format": "csv",
|
| 10 |
+
"columns": {
|
| 11 |
+
"text": "input command",
|
| 12 |
+
"label": "intent class"
|
| 13 |
+
}
|
| 14 |
+
}
|