Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

geoffsee
/
octen-embedding-0.6b-onnx-int4

sentence-transformers
ONNX
embeddings
Octen
Model card Files Files and versions
xet
Community

Instructions to use geoffsee/octen-embedding-0.6b-onnx-int4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use geoffsee/octen-embedding-0.6b-onnx-int4 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("geoffsee/octen-embedding-0.6b-onnx-int4")
    
    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
octen-embedding-0.6b-onnx-int4
575 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
geoffsee's picture
geoffsee
Upload ONNX int4 and tokenizer
18c1c2c verified 3 months ago
  • tokenizer
    Upload ONNX int4 and tokenizer 3 months ago
  • .gitattributes
    1.64 kB
    Upload ONNX int4 and tokenizer 3 months ago
  • README.md
    1.22 kB
    Upload ONNX int4 and tokenizer 3 months ago
  • conversion-metadata.json
    432 Bytes
    Upload ONNX int4 and tokenizer 3 months ago
  • model.int4.onnx
    535 kB
    xet
    Upload ONNX int4 and tokenizer 3 months ago
  • model.int4.onnx.data
    558 MB
    xet
    Upload ONNX int4 and tokenizer 3 months ago