word2vec / config.json
davidmezzetti's picture
Initial version
9ec32d4
raw
history blame contribute delete
167 Bytes
{
"model_type": "staticvectors",
"storage": "safetensors",
"format": "text",
"source": "GoogleNews-vectors-negative300.txt",
"total": 3000000,
"dim": 300
}