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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cupidon-tiny-ro / onnx
96.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
BlackKakapo's picture
BlackKakapo
Add exported onnx model 'model_qint8_avx512_vnni.onnx'
3fb5e1a verified about 1 year ago
  • model.onnx
    17.5 MB
    xet
    Add new SentenceTransformer model with an onnx backend about 1 year ago
  • model_O1.onnx
    17.5 MB
    xet
    Add exported onnx model 'model_O1.onnx' about 1 year ago
  • model_O2.onnx
    17.5 MB
    xet
    Add exported onnx model 'model_O2.onnx' about 1 year ago
  • model_O3.onnx
    17.5 MB
    xet
    Add exported onnx model 'model_O3.onnx' about 1 year ago
  • model_O4.onnx
    8.75 MB
    xet
    Add exported onnx model 'model_O4.onnx' about 1 year ago
  • model_qint8_arm64.onnx
    4.49 MB
    xet
    Add exported onnx model 'model_qint8_arm64.onnx' about 1 year ago
  • model_qint8_avx512.onnx
    4.49 MB
    xet
    Add exported onnx model 'model_qint8_avx512.onnx' about 1 year ago
  • model_qint8_avx512_vnni.onnx
    4.49 MB
    xet
    Add exported onnx model 'model_qint8_avx512_vnni.onnx' about 1 year ago
  • model_quint8_avx2.onnx
    4.49 MB
    xet
    Add exported onnx model 'model_quint8_avx2.onnx' about 1 year ago