snowflake_model2vec / config.json
mrfoxv's picture
Upload folder using huggingface_hub
af3a927 verified
raw
history blame contribute delete
346 Bytes
{
"model_type": "model2vec",
"architectures": [
"StaticModel"
],
"tokenizer_name": "/Users/vinayaksankeet/Developer/projects/twindo/huggingface/snowflake-arctic-embed-xs",
"apply_pca": 512,
"apply_zipf": null,
"sif_coefficient": 0.0001,
"hidden_dim": 384,
"seq_length": 1000000,
"normalize": true
}