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

Ouchbara
/
result_model

Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
Generated from Trainer
dataset_size:80
loss:CoSENTLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Ouchbara/result_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Ouchbara/result_model with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Ouchbara/result_model")
    
    sentences = [
        "A man with blond-hair, and a brown shirt drinking out of a public water fountain.",
        "A blond man wearing a brown shirt is reading a book on a bench in the park",
        "The friends scowl at each other over a full dinner table.",
        "Two adults walk across a street."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
result_model
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Ouchbara's picture
Ouchbara
Training in progress, step 10
d37bd6a verified about 1 month ago
  • 1_Pooling
    Ouchbara/embiding/hack_ai_embbedding_model about 1 month ago
  • eval
    Training in progress, step 10 about 1 month ago
  • .gitattributes
    1.57 kB
    Training in progress, step 10 about 1 month ago
  • README.md
    16.1 kB
    Ouchbara/embiding/hack_ai_embbedding_model about 1 month ago
  • config.json
    775 Bytes
    Training in progress, step 10 about 1 month ago
  • config_sentence_transformers.json
    283 Bytes
    Ouchbara/embiding/hack_ai_embbedding_model about 1 month ago
  • model.safetensors
    2.24 GB
    xet
    Training in progress, step 10 about 1 month ago
  • modules.json
    277 Bytes
    Ouchbara/embiding/hack_ai_embbedding_model about 1 month ago
  • sentence_bert_config.json
    241 Bytes
    Ouchbara/embiding/hack_ai_embbedding_model about 1 month ago
  • tokenizer.json
    16.8 MB
    xet
    Training in progress, step 10 about 1 month ago
  • tokenizer_config.json
    394 Bytes
    Training in progress, step 10 about 1 month ago
  • training_args.bin
    5.52 kB
    xet
    Training in progress, step 10 about 1 month ago