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

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

  • Libraries
  • sentence-transformers

    How to use aicha-zeroual/result_model with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("aicha-zeroual/result_model")
    
    sentences = [
        "The school is having a special event in order to show the american culture on how other cultures are dealt with in parties.",
        "A school is hosting an event.",
        "A child with mom and dad, on summer vacation at the beach.",
        "There are people just getting on a train"
    ]
    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
aicha-zeroual's picture
aicha-zeroual
aicha-zeroual/hack_ai_embbedding_model
ab084d9 verified 3 months ago
  • 1_Pooling
    aicha-zeroual/hack_ai_embbedding_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
    16.8 kB
    aicha-zeroual/hack_ai_embbedding_model 3 months ago
  • config.json
    775 Bytes
    Training in progress, step 10 3 months ago
  • config_sentence_transformers.json
    283 Bytes
    aicha-zeroual/hack_ai_embbedding_model 3 months ago
  • model.safetensors
    2.24 GB
    xet
    Training in progress, step 10 3 months ago
  • modules.json
    277 Bytes
    aicha-zeroual/hack_ai_embbedding_model 3 months ago
  • sentence_bert_config.json
    241 Bytes
    aicha-zeroual/hack_ai_embbedding_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