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

bobox
/
DeBERTa3-s-CustomPoolin-toytest3-step1

Sentence Similarity
sentence-transformers
PyTorch
deberta-v2
feature-extraction
Generated from Trainer
dataset_size:32500
loss:GISTEmbedLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use bobox/DeBERTa3-s-CustomPoolin-toytest3-step1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use bobox/DeBERTa3-s-CustomPoolin-toytest3-step1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("bobox/DeBERTa3-s-CustomPoolin-toytest3-step1")
    
    sentences = [
        "Fish hatch into larvae that are different from the adult form of species.",
        "Fish hatch into larvae that are different from the adult form of?",
        "amphibians hatch from eggs",
        "A solenoid or coil wrapped around iron or certain other metals can form a(n) electromagnet."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
DeBERTa3-s-CustomPoolin-toytest3-step1
596 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
bobox's picture
bobox
Test
576700f verified over 1 year ago
  • 1_AdvancedWeightedPooling
    Test over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    395 kB
    Test over 1 year ago
  • added_tokens.json
    23 Bytes
    Test over 1 year ago
  • config.json
    860 Bytes
    Test over 1 year ago
  • config_sentence_transformers.json
    201 Bytes
    Test over 1 year ago
  • modules.json
    241 Bytes
    Test over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    565 MB
    xet
    Test over 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Test over 1 year ago
  • special_tokens_map.json
    286 Bytes
    Test over 1 year ago
  • spm.model
    2.46 MB
    xet
    Test over 1 year ago
  • tokenizer.json
    8.66 MB
    Test over 1 year ago
  • tokenizer_config.json
    1.28 kB
    Test over 1 year ago