Update README.md
Browse files
README.md
CHANGED
@@ -246,7 +246,7 @@ import torch
|
|
246 |
from transformers import WhisperForConditionalGeneration, WhisperProcessor
|
247 |
|
248 |
#Load the processor and model.
|
249 |
-
MODEL_NAME="langtech-veu/whisper-large-v3-ca-punctuated-
|
250 |
processor = WhisperProcessor.from_pretrained(MODEL_NAME)
|
251 |
model = WhisperForConditionalGeneration.from_pretrained(MODEL_NAME).to("cuda")
|
252 |
|
@@ -328,7 +328,7 @@ If this model contributes to your research, please cite the work:
|
|
328 |
|
329 |
### Author
|
330 |
|
331 |
-
The fine-tuning process was performed during April (2025) in the [Language Technologies
|
332 |
|
333 |
### Contact
|
334 |
For further information, please send an email to <[email protected]>.
|
|
|
246 |
from transformers import WhisperForConditionalGeneration, WhisperProcessor
|
247 |
|
248 |
#Load the processor and model.
|
249 |
+
MODEL_NAME="langtech-veu/whisper-large-v3-ca-punctuated-3370h"
|
250 |
processor = WhisperProcessor.from_pretrained(MODEL_NAME)
|
251 |
model = WhisperForConditionalGeneration.from_pretrained(MODEL_NAME).to("cuda")
|
252 |
|
|
|
328 |
|
329 |
### Author
|
330 |
|
331 |
+
The fine-tuning process was performed during April (2025) in the [Language Technologies Laboratory](https://huggingface.co/BSC-LT) of the [Barcelona Supercomputing Center](https://www.bsc.es/) by [Carlos Daniel Hernández Mena](https://huggingface.co/carlosdanielhernandezmena).
|
332 |
|
333 |
### Contact
|
334 |
For further information, please send an email to <[email protected]>.
|