Commit
·
4201c09
1
Parent(s):
252c420
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ huggingface-cli login
|
|
41 |
https://huggingface.co/settings/tokens
|
42 |
|
43 |
----------------------------------------------------------------
|
44 |
-
Clone Whisper
|
45 |
----------------------------------------------------------------
|
46 |
|
47 |
```
|
@@ -73,24 +73,13 @@ python -c "import torch; print(torch.cuda.is_available())"
|
|
73 |
Create a new model named whisper-small-sv (change to your selected name in following sections)
|
74 |
|
75 |
```
|
76 |
-
huggingface-cli repo create whisper-
|
77 |
```
|
78 |
|
79 |
```
|
80 |
-
git clone https://huggingface.co/bjelkenhed/whisper-
|
81 |
-
cd whisper-small-sv
|
82 |
-
git lfs install
|
83 |
-
```
|
84 |
|
85 |
-
|
86 |
-
git clone https://huggingface.co/bjelkenhed/whisper-medium-sv
|
87 |
-
cd whisper-medium-sv
|
88 |
-
git lfs install
|
89 |
-
```
|
90 |
-
|
91 |
-
```
|
92 |
-
git clone https://huggingface.co/bjelkenhed/whisper-large-sv
|
93 |
-
cd whisper-large-sv
|
94 |
git lfs install
|
95 |
```
|
96 |
|
|
|
41 |
https://huggingface.co/settings/tokens
|
42 |
|
43 |
----------------------------------------------------------------
|
44 |
+
Clone Whisper train project for run scripts
|
45 |
----------------------------------------------------------------
|
46 |
|
47 |
```
|
|
|
73 |
Create a new model named whisper-small-sv (change to your selected name in following sections)
|
74 |
|
75 |
```
|
76 |
+
huggingface-cli repo create whisper-medium-ts-sv
|
77 |
```
|
78 |
|
79 |
```
|
80 |
+
git clone https://huggingface.co/bjelkenhed/whisper-medium-ts-sv
|
|
|
|
|
|
|
81 |
|
82 |
+
cd whisper-small-sv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
git lfs install
|
84 |
```
|
85 |
|