Create config.json
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "Token-Classification",
|
| 3 |
+
"model": "token_classification",
|
| 4 |
+
"dataset": "autotrain_data",
|
| 5 |
+
"num_epochs": 10,
|
| 6 |
+
"batch_size": 32
|
| 7 |
+
}
|