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

HariishHafiiz
/
sbert-bug-eclipse-ft

Sentence Similarity
sentence-transformers
Safetensors
mpnet
feature-extraction
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 = [
        "fonts look different after turning antialiasing on and off again i noticed that fonts looks different it seems to depend on the font whether this is barly or clearly noticable the bitmap font terminal is very extreme after i switched on antialiasing and off again. id have expected that switching aa off would restore the original state. however from the sources id guess that switching aa on will enable gdi and it will still be used even if aa is switched off again. and it seems that gdi renders fonts slightly different  this is the original code   gc.setbackgroundcolor  gc.fillroundrectangle   gc.setfontnew fontdisplay.getcurrent terminal swt.normal  gc.drawstringwhatever   now i thought it would be a good idea to switch on aa for the rounded rectangle.  when i noticed that this will also affect the font it seems to be a little bit wider and also a bit more blurred i tried to turn off aa but this didnt help.   gc.setbackgroundcolor  gc.setantialiasswt.on  gc.fillroundrectangle   gc.setantialiasswt.off  gc.setfontnew fontdisplay.getcurrent terminal swt.normal  gc.drawstringwhatever   a crude workaround seems to dispose the gc and recreate it to reset the gdi state.",
        "gdi drawstring is not consistent with gdi if you have a structure which is rendered to a gc you need to be able to predict things like how large a string is going to be painted.  but if a previous visitor has triggered gdi drawstrings behavior is altered.  the chars get expanded and compressed in funny ways and generally look bad.",
        "installupdate preference page starts in error state i windowpreferencesinstallupdate  the page comes up in error port must be a number in range",
        "folder with japanese characters disappears i created a simple project named sa in the resources perspective not a java  project.  i then made a folder in sa named kanji character.  i did a  refresh and the folder disappeared.  then i did another refresh and a file  appeared named  .  the machine i am working on is a standard english win k box.  to set my machine up to use japanese characters i went to the control panel  regional settings.  i then set my local to be japanese and added japanese as a  language my machine could handle.  i then switched to the input locals tab and  set my keyboard layout to be japanese input system msime."
    ]
    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: 5 commits
HariishHafiiz's picture
HariishHafiiz
SBERT FT - 1 epoch
8d8e328 verified 2 months ago
  • 1_Pooling
    SBERT FT - 3 epoch 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    53.2 kB
    SBERT FT - 1 epoch 2 months ago
  • config.json
    575 Bytes
    Upload folder using huggingface_hub 3 months ago
  • config_sentence_transformers.json
    283 Bytes
    SBERT FT - 3 epoch 2 months ago
  • model.safetensors
    438 MB
    xet
    SBERT FT - 1 epoch 2 months ago
  • modules.json
    429 Bytes
    SBERT FT - 3 epoch 2 months ago
  • sentence_bert_config.json
    241 Bytes
    SBERT FT - 3 epoch 2 months ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model. 4 months ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub 3 months ago
  • tokenizer_config.json
    365 Bytes
    SBERT FT - 3 epoch 2 months ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model. 4 months ago