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

mehdi20002
/
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 mehdi20002/result_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use mehdi20002/result_model with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("mehdi20002/result_model")
    
    sentences = [
        "A couple play in the tide with their young son.",
        "The family is outside.",
        "A couple are playing frisbee with a young child at the beach.",
        "Two adults swimming in water"
    ]
    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: 3 commits
mehdi20002's picture
mehdi20002
mehdi20002/result_model
62dc345 verified 3 months ago
  • 1_Pooling
    mehdi20002/result_model 3 months ago
  • eval
    Training in progress, step 10 3 months ago
  • .gitattributes
    1.57 kB
    Training in progress, step 10 3 months ago
  • README.md
    17 kB
    mehdi20002/result_model 3 months ago
  • config.json
    775 Bytes
    Training in progress, step 10 3 months ago
  • config_sentence_transformers.json
    281 Bytes
    mehdi20002/result_model 3 months ago
  • model.safetensors
    2.24 GB
    xet
    Training in progress, step 10 3 months ago
  • modules.json
    277 Bytes
    mehdi20002/result_model 3 months ago
  • sentence_bert_config.json
    241 Bytes
    mehdi20002/result_model 3 months ago
  • tokenizer.json
    16.8 MB
    xet
    Training in progress, step 10 3 months ago
  • tokenizer_config.json
    394 Bytes
    Training in progress, step 10 3 months ago
  • training_args.bin
    5.52 kB
    xet
    Training in progress, step 10 3 months ago