Vin003 commited on
Commit
d7d68bb
·
verified ·
1 Parent(s): 27950f7

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "VOCAB_SIZE": 6306,
3
+ "MAX_SEQUENCE_LENGTH": 32,
4
+ "BATCH_SIZE": 64,
5
+ "NUM_CLASSES": 3,
6
+ "PAD_IDX": 0,
7
+ "UNK_IDX": 1
8
+ }