JohanBeytell commited on
Commit
15ec873
·
verified ·
1 Parent(s): 264f48c

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "custom-tf-keras",
3
+ "framework": "tensorflow",
4
+ "vocab_size": 500,
5
+ "max_sequence_length": 11
6
+ }