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

BlackKakapo
/
cupidon-mini-ro

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

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

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("BlackKakapo/cupidon-mini-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-mini-ro with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("BlackKakapo/cupidon-mini-ro")
    model = AutoModel.from_pretrained("BlackKakapo/cupidon-mini-ro")
  • Notebooks
  • Google Colab
  • Kaggle
cupidon-mini-ro
681 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
BlackKakapo's picture
BlackKakapo
Add exported onnx model 'model_O4.onnx'
f4387c6 verified 9 months ago
  • 1_Pooling
    Add new SentenceTransformer model with an onnx backend 9 months ago
  • onnx
    Add exported onnx model 'model_O4.onnx' 9 months ago
  • openvino
    Add new SentenceTransformer model with an openvino backend 9 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.7 kB
    Add new SentenceTransformer model with an onnx backend 9 months ago
  • config.json
    617 Bytes
    Add new SentenceTransformer model with an onnx backend 9 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SentenceTransformer model with an onnx backend 9 months ago
  • model.safetensors
    90.9 MB
    xet
    Upload 10 files about 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model with an onnx backend 9 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model with an onnx backend 9 months ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model with an onnx backend 9 months ago
  • tokenizer.json
    712 kB
    Upload 10 files about 1 year ago
  • tokenizer_config.json
    1.46 kB
    Add new SentenceTransformer model with an onnx backend 9 months ago
  • vocab.txt
    232 kB
    Upload 10 files about 1 year ago