language-id-quantized / config.json
davidmezzetti's picture
Add model
4cf0f1e
raw
history blame contribute delete
548 Bytes
{
"model_type": "staticvectors",
"format": "fasttext",
"source": "lid.176.bin",
"lr": 0.05,
"dim": 16,
"ws": 5,
"epoch": 10,
"min_count": 1000,
"min_count_label": 0,
"neg": 5,
"word_ngrams": 1,
"loss": "hs",
"model": "supervised",
"bucket": 2000000,
"minn": 2,
"maxn": 4,
"thread": 12,
"lr_update_rate": 100,
"t": 0.0001,
"label": "__label__",
"verbose": 2,
"pretrained_vectors": "",
"save_output": false,
"seed": 0,
"qout": false,
"retrain": false,
"qnorm": false,
"cutoff": 0,
"dsub": 2
}