mhr / models /embeddings /monolingual /mhr_128d_metadata.json
omarkamali's picture
Upload all models and assets for mhr (latest)
12a2d5a verified
{
"language": "mhr",
"dimension": 128,
"version": "monolingual",
"training_params": {
"algorithm": "skipgram",
"min_count": 5,
"window": 5,
"negative": 5,
"epochs": 5,
"encoding_method": "rope",
"dim": 128,
"threads": 5
},
"vocab_size": 23317
}