Testing of tranformer architectures for NLP with better sentence embeddings
To create the environment you will need miniconda installed.
- Create the environment
conda create env -f sentence-transformers.yaml
- Activate the environment
conda activate sentence-transformers
- Enable jupyter widgets. Seems we need them because of the
tqdm
dependency when loading models directly from themodels
class and not the pre-trained ones.ToDo: See if you can remove this dependency by turning off these progress bars!jupyter nbextension enable --py widgetsnbextension