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

  • Log In
  • Sign Up

BlackKakapo
/
cupidon-tiny-ro

Sentence Similarity
sentence-transformers
ONNX
Safetensors
OpenVINO
Transformers
Romanian
bert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use BlackKakapo/cupidon-tiny-ro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use BlackKakapo/cupidon-tiny-ro with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("BlackKakapo/cupidon-tiny-ro")
    
    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]
  • Transformers

    How to use BlackKakapo/cupidon-tiny-ro with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("BlackKakapo/cupidon-tiny-ro")
    model = AutoModel.from_pretrained("BlackKakapo/cupidon-tiny-ro")
  • Notebooks
  • Google Colab
  • Kaggle
cupidon-tiny-ro
133 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
BlackKakapo's picture
BlackKakapo
Add exported onnx model 'model_qint8_avx512_vnni.onnx'
3fb5e1a verified 8 months ago
  • 1_Pooling
    Add new SentenceTransformer model with an onnx backend 8 months ago
  • onnx
    Add exported onnx model 'model_qint8_avx512_vnni.onnx' 8 months ago
  • openvino
    Add new SentenceTransformer model with an openvino backend 8 months ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model with an onnx backend 8 months ago
  • README.md
    2.71 kB
    Update README.md 8 months ago
  • config.json
    580 Bytes
    Add new SentenceTransformer model with an onnx backend 8 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SentenceTransformer model with an onnx backend 8 months ago
  • model.safetensors
    17.5 MB
    xet
    Upload 10 files about 1 year ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model with an onnx backend 8 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model with an onnx backend 8 months ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model with an onnx backend 8 months ago
  • tokenizer.json
    712 kB
    xet
    Upload 9 files 8 months ago
  • tokenizer_config.json
    1.46 kB
    Add new SentenceTransformer model with an onnx backend 8 months ago
  • vocab.txt
    232 kB
    Upload 10 files about 1 year ago