File size: 624 Bytes
0f2f8cd 2fe6814 0f2f8cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"letsearch_version": 1,
"converted_from": "sentence-transformers/all-minilm-l6-v2",
"description": "Small yet quite powerful embedding model for English",
"variants": [
{
"variant": "f16",
"path": "model-f16.onnx"
},
{
"variant": "i8",
"path": "model-i8.onnx"
},
{
"variant": "f32",
"path": "model-f32.onnx"
}
],
"required_files": [
"special_tokens_map.json",
"tokenizer.json",
"tokenizer_config.json",
"vocab.txt"
]
} |