Aismantas commited on
Commit
327d048
•
1 Parent(s): d6eff3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,8 +27,6 @@ with filtered only lithuanian language mozilla-foundation/common_voice_13_0 data
27
  |2 |0.013200 |0.030458 |
28
  |3 |0.004100 |0.029847 |
29
 
30
- The original code repository can be found [here](https://github.com/openai/whisper).
31
-
32
  # Whisper model list
33
 
34
  | Size | Parameters | English-only | Multilingual |
@@ -41,6 +39,8 @@ The original code repository can be found [here](https://github.com/openai/whisp
41
  | large-v2 | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large-v2) |
42
  | large-v3 | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large-v3) |
43
 
 
 
44
  ## Usage
45
 
46
  ```python
 
27
  |2 |0.013200 |0.030458 |
28
  |3 |0.004100 |0.029847 |
29
 
 
 
30
  # Whisper model list
31
 
32
  | Size | Parameters | English-only | Multilingual |
 
39
  | large-v2 | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large-v2) |
40
  | large-v3 | 1550 M | x | [✓](https://huggingface.co/openai/whisper-large-v3) |
41
 
42
+ The original code repository can be found [here](https://github.com/openai/whisper).
43
+
44
  ## Usage
45
 
46
  ```python