add nllb-backend and translation perf test in dev_notes

This commit is contained in:
Quentin Fuxa
2025-09-16 20:45:01 +02:00
parent 99dc96c644
commit bbba1d9bb7
5 changed files with 66 additions and 17 deletions

View File

@@ -198,6 +198,10 @@ An important list of parameters can be changed. But what *should* you change?
| `--embedding-model` | Hugging Face model ID for Diart embedding model. [Available models](https://github.com/juanmc2005/diart/tree/main?tab=readme-ov-file#pre-trained-models) | `speechbrain/spkrec-ecapa-voxceleb` |
| Translation options | Description | Default |
|-----------|-------------|---------|
| `--nllb-backend` | [NOT FUNCTIONNAL YET] transformer or ctranslate2 | `ctranslate2` |
> For diarization using Diart, you need access to pyannote.audio models:
> 1. [Accept user conditions](https://huggingface.co/pyannote/segmentation) for the `pyannote/segmentation` model
> 2. [Accept user conditions](https://huggingface.co/pyannote/segmentation-3.0) for the `pyannote/segmentation-3.0` model