Caplin43 commited on
Commit
166c33d
·
verified ·
1 Parent(s): 9dda712

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "RoboWeb3-IntentData-v4",
3
+ "task": "text-classification",
4
+ "language": "en",
5
+ "num_labels": 8,
6
+ "format": "csv",
7
+ "columns": {
8
+ "text": "input command",
9
+ "label": "intent class"
10
+ }
11
+ }