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-base-ro

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

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

  • Libraries
  • sentence-transformers

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

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

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("BlackKakapo/cupidon-base-ro")
    model = AutoModel.from_pretrained("BlackKakapo/cupidon-base-ro")
  • Notebooks
  • Google Colab
  • Kaggle
cupidon-base-ro
8.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
BlackKakapo's picture
BlackKakapo
Add exported onnx model 'model_qint8_avx512_vnni.onnx'
e3c4efc verified 9 months ago
  • 1_Pooling
    Add new SentenceTransformer model with an onnx backend 9 months ago
  • onnx
    Add exported onnx model 'model_qint8_avx512_vnni.onnx' 9 months ago
  • openvino
    Add new SentenceTransformer model with an openvino backend 9 months ago
  • .gitattributes
    1.57 kB
    Upload 9 files about 1 year ago
  • README.md
    2.54 kB
    Add new SentenceTransformer model with an onnx backend 9 months ago
  • config.json
    669 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
    1.11 GB
    xet
    Upload 9 files about 1 year ago
  • modules.json
    229 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
    965 Bytes
    Add new SentenceTransformer model with an onnx backend 9 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload 9 files about 1 year ago
  • tokenizer_config.json
    1.43 kB
    Add new SentenceTransformer model with an onnx backend 9 months ago