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

HariishHafiiz
/
sbert-bug-eclipse-ft

Sentence Similarity
sentence-transformers
Safetensors
mpnet
feature-extraction
dense
Generated from Trainer
dataset_size:5920
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use HariishHafiiz/sbert-bug-eclipse-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use HariishHafiiz/sbert-bug-eclipse-ft with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("HariishHafiiz/sbert-bug-eclipse-ft")
    
    sentences = [
        "debugger not reusing a ireusableeditor eclipse .   doubleclick a source file of my language. an editor is opened with a  fileeditorinput for it. well call it instance.  debug the program file of my language. i have my own mylanguageinput for a  runtime program so that i can do coloring based on vm states see bug   the debugger will not reuse the already open ireusableeditor that i have  setting its input object was what i expected. it will choose to open a new  editor instead. well call this instance.  debug more instances of the same program. now the debugger will reuse  instance. why cant the debugger reuse instance from the beginning   note that this problem was hit by a workaround for bug",
        "would like to say what text attributes to use when selecting the executing statement for my language id like to have the currently executing line colored  depending on state from my vm. id imagine that passing such text attributes  when generating these debug events would be one way to go.  note that is is a spinoff from bug",
        "ant builds using an external jvm with input tasks cannot request input. please ensure that an inputhandler is being provided for external ant tasks currently the ant   will request the input from stdin which is not possible on the current console rather than  popping up an appropriate dialog as it would when run from within the eclipse vm.",
        "workbench startup is throwing dialog rather than logging to .log took new   startedt on old workspace  got annternal error dialog executable extension definition  for class  not found.  hit ok t came up ok  nothingn log"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
sbert-bug-eclipse-ft
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
HariishHafiiz's picture
HariishHafiiz
Upload folder using huggingface_hub
965e618 verified 19 days ago
  • 1_Pooling
    Upload folder using huggingface_hub 19 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    43.7 kB
    Upload folder using huggingface_hub 19 days ago
  • config.json
    575 Bytes
    Upload folder using huggingface_hub 19 days ago
  • config_sentence_transformers.json
    283 Bytes
    Upload folder using huggingface_hub 19 days ago
  • model.safetensors
    438 MB
    xet
    Upload folder using huggingface_hub 19 days ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model. about 1 month ago
  • sentence_bert_config.json
    57 Bytes
    Upload folder using huggingface_hub 19 days ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model. about 1 month ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub 19 days ago
  • tokenizer_config.json
    365 Bytes
    Upload folder using huggingface_hub 19 days ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model. about 1 month ago