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

haf1g
/
result_model

Sentence Similarity
sentence-transformers
Safetensors
English
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 haf1g/result_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use haf1g/result_model with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("haf1g/result_model")
    
    sentences = [
        "A man, woman, and child enjoying themselves on a beach.",
        "A family of three is at the beach.",
        "There are two woman in this picture.",
        "There are children present"
    ]
    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
haf1g's picture
haf1g
haf1g/result_model
0c95555 verified about 1 year ago
  • 1_Pooling
    haf1g/result_model about 1 year ago
  • eval
    Training in progress, step 10 about 1 year ago
  • .gitattributes
    1.57 kB
    Training in progress, step 10 about 1 year ago
  • README.md
    17.2 kB
    haf1g/result_model about 1 year ago
  • config.json
    696 Bytes
    Training in progress, step 10 about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    haf1g/result_model about 1 year ago
  • model.safetensors
    2.24 GB
    xet
    Training in progress, step 10 about 1 year ago
  • modules.json
    229 Bytes
    haf1g/result_model about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    haf1g/result_model about 1 year ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Training in progress, step 10 about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Training in progress, step 10 about 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Training in progress, step 10 about 1 year ago
  • tokenizer_config.json
    1.18 kB
    Training in progress, step 10 about 1 year ago
  • training_args.bin
    5.56 kB
    xet
    Training in progress, step 10 about 1 year ago