m2v-e5-large-edu / config.json
JanSchachtschabel's picture
m2v-e5-large-edu: torch-free multilingual-e5-large static model + education keyword vocab (mean pooling, honest eval)
911164e verified
Raw
History Blame Contribute Delete
337 Bytes
{
"model_type": "model2vec",
"architectures": [
"StaticModel"
],
"tokenizer_name": "intfloat/multilingual-e5-large",
"apply_pca": 512,
"sif_coefficient": 0.0001,
"hidden_dim": 512,
"seq_length": 1000000,
"normalize": true,
"pooling": "mean",
"embedding_dtype": "float32"
}