QNN commited on
Commit
d24cd69
1 Parent(s): cc9bed2

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }