AbirMessaoudi commited on
Commit
2c60b37
·
verified ·
1 Parent(s): 685d14a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-3370hs"
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 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]>.
 
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]>.