Views
No views yet
| Metric | Value | Threshold |
|---|---|---|
cos_min vs PyTorch FP32 reference (6-text multilingual probe) | 0.999999 | ≥ 0.99 |
cos_mean vs same | 1.000000 | — |
| File | Size | Description |
|---|---|---|
model.fp16.onnx | ~5 MB | ONNX header (external data) |
model.fp16.onnx.data | ~1.2 GB | FP16 weights |
tokenizer.json, config.json, tokenizer_config.json, special_tokens_map.json | small | tokenizer + model config |
convert_fp16_streaming.py (bypasses the 2 GB protobuf serialization limit).1let embedder = TextEmbedding::try_new(
2 InitOptions::new(EmbeddingModel::F2LlmV2_0_6BFp16))?;
3let vectors = embedder.embed(vec!["hello world"], None)?;codefuse-ai.apache-2.0. This repository redistributes under the same terms; it grants no rights the upstream licence does not.