Feature Extraction
sentence-transformers
ONNX
multilingual
Korean
English
xlm-roberta
sentence-similarity
quantized
dense-encoder
dense
fastembed
text-embeddings-inference
Instructions to use cstr/PIXIE-Rune-v1.0-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use cstr/PIXIE-Rune-v1.0-ONNX with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("cstr/PIXIE-Rune-v1.0-ONNX") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
Upload onnx/model_int4_full.onnx with huggingface_hub
Browse files
onnx/model_int4_full.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7cd53e9d043588a6a98dc765b5c8140c17a6a84d769593719b3d6cb8ce2d660
|
| 3 |
+
size 353595937
|