facebookresearch / SONAR

SONAR, a new multilingual and multimodal fixed-size sentence embedding space, with a full suite of speech and text encoders and decoders.
Other
343 stars 34 forks source link

Add dependencies installation on the notebook #16

Closed yaya-sy closed 2 months ago

yaya-sy commented 9 months ago

Why ?

Why do we need to implement this feature ? What is the use case ? In order to be able to run the notebooks (on colab for example), we need to install the python dependencies.

How ?

This contribution adds a cell on the notebooks and uses pip to install the requirements in order to be able to run the experiments.

avidale commented 2 months ago

Thanks for the contribution @yaya-sy!