spacy-sentence-bert
Sentence transformers models for SpaCy
File Explorer
Download Latest Version (.zip)- run-tests.sh
- tests.yml
- settings.json
- en_allenai_specter.json
- en_average_word_embeddings_glove_6B_300d.json
- en_average_word_embeddings_glove_840B_300d.json
- en_average_word_embeddings_komninos.json
- en_average_word_embeddings_levy_dependency.json
- en_msmarco_distilbert_base_v2.json
- en_msmarco_distilroberta_base_v2.json
- en_msmarco_roberta_base_v2.json
- en_nli_bert_base.json
- en_nli_bert_base_cls_pooling.json
- en_nli_bert_base_max_pooling.json
- en_nli_bert_large.json
- en_nli_bert_large_cls_pooling.json
- en_nli_bert_large_max_pooling.json
- en_nli_distilbert_base.json
- en_nli_distilbert_base_max_pooling.json
- en_nli_roberta_base.json
- en_nli_roberta_large.json
- en_nq_distilbert_base_v1.json
- en_paraphrase_distilroberta_base_v1.json
- en_quora_distilbert_base.json
- en_stsb_bert_base.json
- en_stsb_bert_large.json
- en_stsb_distilbert_base.json
- en_stsb_roberta_base.json
- en_stsb_roberta_large.json
- xx_cross_en_de_roberta_sentence_transformer.json
- xx_distiluse_base_multilingual_cased_v2.json
- xx_LaBSE.json
- xx_paraphrase_xlm_r_multilingual_v1.json
- xx_quora_distilbert_multilingual.json
- xx_stsb_xlm_r_multilingual.json
- __init__.py
- language.py
- util.py
- test_load_nlp.py
- .gitignore
- build_models.sh
- create.py
- LICENSE
- main.py
- MANIFEST.in
- README.md
- requirements.txt
- setup.cfg
- setup.py
- test.py
# Installation Guide
1. Get the code
git clone https://github.com/MartinoMensio/spacy-sentence-bert
Downloads the entire project code from GitHub to your computer.
cd spacy-sentence-bert
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python main.py
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
