hedronstone commited on
Commit
5bce317
1 Parent(s): 720aeed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,4 +27,6 @@ metrics:
27
  To use these weights in HuggingFace's `transformers` library, you can do the following:
28
  ```python
29
  from transformers import WhisperForConditionalGeneration
 
 
30
  ```
 
27
  To use these weights in HuggingFace's `transformers` library, you can do the following:
28
  ```python
29
  from transformers import WhisperForConditionalGeneration
30
+
31
+ model = WhisperForConditionalGeneration.from_pretrained("hedronstone/whisper-large-v2-sw")
32
  ```