Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ This model is trained for Automatic Speech Recognition (ASR).
|
|
| 28 |
|
| 29 |
## How to Get Started with the Model
|
| 30 |
|
| 31 |
-
This linear projector can be
|
| 32 |
|
| 33 |
Whisper-large-v3-turbo and EuroLLM 1.7B must be downloaded before using this linear projector.
|
| 34 |
|
|
@@ -41,11 +41,11 @@ Specifically, the training set consisted of 92.5 hours of Common Voice data + 7.
|
|
| 41 |
|
| 42 |
### Training Procedure
|
| 43 |
|
| 44 |
-
* The
|
| 45 |
* Only the linear projector was trained.
|
| 46 |
-
* The whisper-large-v3-turbo speech encoder (Whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo))
|
| 47 |
and LLM ([EuroLLM-1.7B](https://huggingface.co/utter-project/EuroLLM-1.7B)) were kept frozen.
|
| 48 |
-
* No prompt was used during training and inference
|
| 49 |
* Training was conducted with one NVIDIA Ada Lovelace L40S GPU.
|
| 50 |
|
| 51 |
|
|
|
|
| 28 |
|
| 29 |
## How to Get Started with the Model
|
| 30 |
|
| 31 |
+
This linear projector can be utilised for further finetuning or decoding using the shell scripts provided in the [SLAM-ASR](https://github.com/X-LANCE/SLAM-LLM/tree/main/examples/asr_librispeech) codebase. Kindly refer to the instructions there for further details.
|
| 32 |
|
| 33 |
Whisper-large-v3-turbo and EuroLLM 1.7B must be downloaded before using this linear projector.
|
| 34 |
|
|
|
|
| 41 |
|
| 42 |
### Training Procedure
|
| 43 |
|
| 44 |
+
* The model was trained using the code-based provided by the official [SLAM-ASR Github repository](https://github.com/X-LANCE/SLAM-LLM/tree/main/examples/asr_librispeech) with `torchrun`.
|
| 45 |
* Only the linear projector was trained.
|
| 46 |
+
* The whisper-large-v3-turbo speech encoder ([Whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo))
|
| 47 |
and LLM ([EuroLLM-1.7B](https://huggingface.co/utter-project/EuroLLM-1.7B)) were kept frozen.
|
| 48 |
+
* No prompt was used during training and inference.
|
| 49 |
* Training was conducted with one NVIDIA Ada Lovelace L40S GPU.
|
| 50 |
|
| 51 |
|