Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -244,7 +244,7 @@ import torch | |
| 244 | 
             
            from transformers import WhisperForConditionalGeneration, WhisperProcessor
         | 
| 245 |  | 
| 246 | 
             
            #Load the processor and model.
         | 
| 247 | 
            -
            MODEL_NAME=" | 
| 248 | 
             
            processor = WhisperProcessor.from_pretrained(MODEL_NAME)
         | 
| 249 | 
             
            model = WhisperForConditionalGeneration.from_pretrained(MODEL_NAME).to("cuda")
         | 
| 250 |  | 
|  | |
| 244 | 
             
            from transformers import WhisperForConditionalGeneration, WhisperProcessor
         | 
| 245 |  | 
| 246 | 
             
            #Load the processor and model.
         | 
| 247 | 
            +
            MODEL_NAME="BSC-LT/whisper-large-v3-ca-punctuated-3370h"
         | 
| 248 | 
             
            processor = WhisperProcessor.from_pretrained(MODEL_NAME)
         | 
| 249 | 
             
            model = WhisperForConditionalGeneration.from_pretrained(MODEL_NAME).to("cuda")
         | 
| 250 |  | 

