Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:1824
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use Musab6969/bge-small-vscode-dup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Musab6969/bge-small-vscode-dup with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Musab6969/bge-small-vscode-dup") sentences = [ "proplem\n\nevery time i go to file, open folder program close.", "Copilot Chat extension should have actions in the sessions view to Checkout, even if GHPR isn't installed\n\nThis is our entry point to prompt users to install GHPR.", "Terminal process failed to launch: \"A native exception occurred during launch (Cannot launch conpty)\" after upgrading to v1.109.0 (Appear again)\n\nType: Bug (appear again)\n\nFresh Install of VSCode\nLaunch VSCODe\nTerminal | New Terminal\nFollwing error is raised.\n\nAfter updating VS Code to version 1.109.0, \nThe terminal process failed to launch: A native exception occurred during launch (Cannot launch conpty).\n\n- VS Code Version: \n- 1.109.0\n- OS Version: \n- Win10LTSB-2016, 10.0.14393-Build 14393\n\n1. Update VS Code to version 1.109.0 or Fresh Install of VSCode-1.109.0 (system-install for vscode)\n2. Try to open the integrated terminal\n3. Error appears\n\nAdditional Information:\nThis error only occurs in version 1.109.0 \nWhen I downgrade to version 1.108.2 or earlier, the error does not occur (system-install for vscode)\nThis appears to be a regression introduced in version 1.109.0\nA similar issue was reported previously: #210884", "Open Folder crashes the snap application v1.94\n\nDoes this issue occur when all extensions are disabled?: Yes\r\n\r\n \r\n \r\n\r\n```\r\nVersion: 1.94.0\r\nCommit: d78a74bcdfad14d5d3b1b782f87255d802b57511\r\nDate: 2024-10-02T13:08:12.626Z\r\nElectron: 30.5.1\r\nElectronBuildId: 10262041\r\nChromium: 124.0.6367.243\r\nNode.js: 20.16.0\r\nV8: 12.4.254.20-electron.0\r\nOS: Linux x64 6.8.0-45-generic snap\r\n```\r\n\r\nusing Ubuntu **24.04** and installed vs code from its's own App Center; earlier version 1.93 was working fine\r\n\n\r\n1. Open VS Code \r\n2. Click on File > Open Folder or\r\n3. Explorer > Open Folder \r\n\r\nand vs code closed immedietely. tried after restart too\r\n\r\n\r\nhttps://github.com/user-attachments/assets/dc4da0ce-91ed-4d1a-ac71-a275f5e03527" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!