potion-code-16M-v2 / config.json
codesoda's picture
Add config.json required by fastembed-rs tokenizer loader
a9f2fbc verified
Raw
History Blame Contribute Delete
202 Bytes
{
"model_type": "model2vec",
"architectures": ["StaticModel"],
"normalize": true,
"embedding_dtype": "float16",
"hidden_dim": 256,
"seq_length": 1000000,
"pad_token_id": 0
}