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

  • Log In
  • Sign Up

C10X
/
int8

Model2Vec
Safetensors
sentence-transformers
embeddings
static-embeddings
Model card Files Files and versions
xet
Community

Instructions to use C10X/int8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Model2Vec

    How to use C10X/int8 with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("C10X/int8")
  • sentence-transformers

    How to use C10X/int8 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("C10X/int8")
    
    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
int8
43.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
C10X's picture
C10X
Upload README.md with huggingface_hub
bfcb318 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    3.86 kB
    Upload README.md with huggingface_hub 11 months ago
  • config.json
    285 Bytes
    Upload config.json with huggingface_hub 11 months ago
  • model.safetensors
    38.8 MB
    xet
    Upload model.safetensors with huggingface_hub 11 months ago
  • modules.json
    278 Bytes
    Upload modules.json with huggingface_hub 11 months ago
  • tokenizer.json
    5.1 MB
    Upload tokenizer.json with huggingface_hub 11 months ago