M2V_base_glove / config.json
Pringled's picture
Update config.json
38ebd7f verified
raw
history blame contribute delete
228 Bytes
{
"model_type": "model2vec",
"architectures": ["StaticModel"],
"tokenizer_name": "word_level",
"apply_pca": 256,
"apply_zipf": true,
"normalize": false,
"hidden_dim": 256,
"seq_length": 1000000
}