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

  • Log In
  • Sign Up

TrendHD
/
rubert-tiny2-int8

Sentence Similarity
sentence-transformers
ONNX
Russian
bert
int8
tiny
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use TrendHD/rubert-tiny2-int8 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("TrendHD/rubert-tiny2-int8")
    
    sentences = [
        "Это счастливый человек",
        "Это счастливая собака",
        "Это очень счастливый человек",
        "Сегодня солнечный день"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
rubert-tiny2-int8
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
TrendHD's picture
TrendHD
Delete rubert-tiny2-int8.onnx
0580fbd verified 3 months ago
  • onnx
    Delete onnx/readme.md 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    672 Bytes
    UPD 3 months ago
  • config.json
    665 Bytes
    Upload 6 files 3 months ago
  • special_tokens_map.json
    732 Bytes
    Upload 6 files 3 months ago
  • tokenizer.json
    2.41 MB
    Upload 6 files 3 months ago
  • tokenizer_config.json
    1.52 kB
    Upload 6 files 3 months ago
  • vocab.txt
    1.08 MB
    Upload 6 files 3 months ago