File size: 366 Bytes
dc2b383 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"model_type": "floret",
"vocab_size": 2000000,
"embedding_dim": 300,
"hash_count": 4,
"minn": 3,
"maxn": 6,
"bucket": 2000000,
"num_labels": 40,
"id2label": {
"0": "English",
"1": "German",
"2": "French"
},
"label2id": {
"English": 0,
"German": 1,
"French": 2
}
}
|