Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

cstr
/
PIXIE-Rune-v1.0-ONNX

Feature Extraction
sentence-transformers
ONNX
multilingual
Korean
English
xlm-roberta
sentence-similarity
quantized
dense-encoder
dense
fastembed
text-embeddings-inference
Model card Files Files and versions
xet
Community

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
PIXIE-Rune-v1.0-ONNX
1.39 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
cstr's picture
cstr
Add sanitized INT4/INT8 quantization script
4c989c0 verified about 2 months ago
  • onnx
    Upload onnx/model_int4_full.onnx with huggingface_hub about 2 months ago
  • scripts
    Add sanitized INT4/INT8 quantization script about 2 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json with huggingface_hub about 2 months ago
  • README.md
    8.32 kB
    Add YAML metadata to model card about 2 months ago
  • config.json
    700 Bytes
    Upload config.json with huggingface_hub about 2 months ago
  • special_tokens_map.json
    964 Bytes
    Upload special_tokens_map.json with huggingface_hub about 2 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer.json with huggingface_hub about 2 months ago
  • tokenizer_config.json
    1.37 kB
    Upload tokenizer_config.json with huggingface_hub about 2 months ago