facebook/covost2
Updated • 709 • 45
How to use meetween/Llama-speechlmm-1.0-l-ST with Transformers:
# Use a pipeline as a high-level helper
# Warning: Pipeline type "translation" is no longer supported in transformers v5.
# You must load the model directly (see below) or downgrade to v4.x with:
# 'pip install "transformers<5.0.0'
from transformers import pipeline
pipe = pipeline("translation", model="meetween/Llama-speechlmm-1.0-l-ST") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("meetween/Llama-speechlmm-1.0-l-ST", dtype="auto")This is the version of meetween/Llama-speechlmm-1.0-l that was fine-tuned for Speech-to-Text Translation.
License: see LICENSE
Identical to the base model. The model was obtained by training LoRA on the LLM. This repository contains the model weights with LoRA merged into the main weights.
Identical to the base model.
This model has been fine-tuned on the same EuroParl-ST and CoVoST2 speech translation data ({en, fr, it, de, es} → {en, fr, it, de, es}) from the training data of the base model.
| DATASET: | CoVoST2 | ACL 60/60 | AVG | |||||
|---|---|---|---|---|---|---|---|---|
| BLEU | en-de | de-en | es-en | fr-en | it-en | en-fr | en-de | |
| SeamlessM4T | - | - | - | - | - | 40.4 | 28.0 | - |
| SpeechLMM_v1.0_L | 31.1 | 36.2 | 41.1 | 39.0 | 32.5 | 29.1 | 27.6 | 33.8 |
| SpeechLMM_v1.0_L_ST | 33.7 | 36.7 | 41.5 | 39.0 | 32.4 | 29.6 | 28.5 | 34.5 |
Base model
meetween/Llama-speechlmm-1.0-l