m-biriuchinskii commited on
Commit
4ef6f8c
1 Parent(s): c2bf9f5

Create config.json

Browse files

trying to create the config file manually

Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "fasttext",
3
+ "word_ngrams": 2,
4
+ "min_count": 5,
5
+ "lr": 0.1,
6
+ "epoch": 25,
7
+ "dim": 50,
8
+ "loss": "ova",
9
+ "bucket": 2000000,
10
+ "thread": 4
11
+ }