m-biriuchinskii's picture
Create config.json
4ef6f8c verified
raw
history blame contribute delete
163 Bytes
{
"model_type": "fasttext",
"word_ngrams": 2,
"min_count": 5,
"lr": 0.1,
"epoch": 25,
"dim": 50,
"loss": "ova",
"bucket": 2000000,
"thread": 4
}