vlad-m-dev commited on
Commit
b54558e
·
verified ·
1 Parent(s): 0df1b9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,7 +55,7 @@ tags:
55
 
56
  ---
57
 
58
- # 🧠 Unified Multilingual MiniLM Text Embedder (ONNX + Tokenizer Merged)
59
 
60
  This is a highly optimized, quantized, and fully standalone model for **generating sentence embeddings** from **multilingual text**, including Ukrainian, English, Polish, and more.
61
 
@@ -74,7 +74,7 @@ Built upon `distiluse-base-multilingual-cased-v2`, the model has been:
74
  - 🧩 **Single-file architecture**: no need for external tokenizer, vocab, or `transformers` library.
75
  - ⚡ **93% faster inference** on mobile compared to the original model.
76
  - 🗣️ **Multilingual**: robust across many languages, including low-resource ones.
77
- - 🧠 **Output = pure embeddings**: pass a string, get a 384-dim vector. That’s it.
78
  - 🛠️ **Ready for production**: small, fast, accurate, and easy to integrate.
79
  - 📱 **Ideal for edge-AI, mobile, and offline scenarios.**
80
 
 
55
 
56
  ---
57
 
58
+ # 🧠 Unified Multilingual Distiluse Text Embedder (ONNX + Tokenizer Merged)
59
 
60
  This is a highly optimized, quantized, and fully standalone model for **generating sentence embeddings** from **multilingual text**, including Ukrainian, English, Polish, and more.
61
 
 
74
  - 🧩 **Single-file architecture**: no need for external tokenizer, vocab, or `transformers` library.
75
  - ⚡ **93% faster inference** on mobile compared to the original model.
76
  - 🗣️ **Multilingual**: robust across many languages, including low-resource ones.
77
+ - 🧠 **Output = pure embeddings**: pass a string, get a 768-dim vector. That’s it.
78
  - 🛠️ **Ready for production**: small, fast, accurate, and easy to integrate.
79
  - 📱 **Ideal for edge-AI, mobile, and offline scenarios.**
80