update github repo
Browse files
README.md
CHANGED
|
@@ -33,11 +33,11 @@ SONAR decoder converts 1024-dimensional sentence embeddings back to text. It sup
|
|
| 33 |
|
| 34 |
- **Original model:** [facebook/SONAR](https://huggingface.co/facebook/SONAR)
|
| 35 |
- **Encoder port:** [cointegrated/SONAR_200_text_encoder](https://huggingface.co/cointegrated/SONAR_200_text_encoder)
|
| 36 |
-
- **Code & Documentation:** [GitHub:
|
| 37 |
|
| 38 |
## Usage
|
| 39 |
|
| 40 |
-
### With sonar_transformers library (recommended)
|
| 41 |
|
| 42 |
```bash
|
| 43 |
pip install torch transformers sentencepiece
|
|
|
|
| 33 |
|
| 34 |
- **Original model:** [facebook/SONAR](https://huggingface.co/facebook/SONAR)
|
| 35 |
- **Encoder port:** [cointegrated/SONAR_200_text_encoder](https://huggingface.co/cointegrated/SONAR_200_text_encoder)
|
| 36 |
+
- **Code & Documentation:** [GitHub: SonarTransformers](https://github.com/raxtemur/SonarTransformers)
|
| 37 |
|
| 38 |
## Usage
|
| 39 |
|
| 40 |
+
### With sonar_transformers library (recommended, see [GitHub: SonarTransformers](https://github.com/raxtemur/SonarTransformers))
|
| 41 |
|
| 42 |
```bash
|
| 43 |
pip install torch transformers sentencepiece
|