Instructions to use tartuNLP/synest-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Fairseq
How to use tartuNLP/synest-models with Fairseq:
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "tartuNLP/synest-models" ) - Notebooks
- Google Colab
- Kaggle
Update README.md (instructions for translation worker)
Browse files
README.md
CHANGED
|
@@ -39,7 +39,8 @@ fine-tuned.
|
|
| 39 |
|
| 40 |
## How to Use the Model
|
| 41 |
|
| 42 |
-
The easiest way to run the models is with the [dedicated branch of the TartuNLP translation worker](https://github.com/TartuNLP/translation-worker/tree/nllb-based-est)
|
|
|
|
| 43 |
|
| 44 |
<!-- ## Evaluation
|
| 45 |
|
|
|
|
| 39 |
|
| 40 |
## How to Use the Model
|
| 41 |
|
| 42 |
+
The easiest way to run the models is with the [dedicated branch of the TartuNLP translation worker](https://github.com/TartuNLP/translation-worker/tree/nllb-based-est)
|
| 43 |
+
(place `nllb-based` with all its contents inside the `models/` directory).
|
| 44 |
|
| 45 |
<!-- ## Evaluation
|
| 46 |
|