bjelkenhed commited on
Commit
010d36d
·
1 Parent(s): e668bad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -58,7 +58,17 @@ huggingface-cli login
58
 
59
  https://huggingface.co/settings/tokens
60
 
 
 
 
61
 
 
 
 
 
 
 
 
62
 
63
  ----------------------------------------------------------------
64
  Create and clone Huggingface model repository
@@ -77,21 +87,17 @@ git lfs install
77
  ```
78
 
79
  ----------------------------------------------------------------
80
- Clone Whisper small or medium modelproject for run scripts
81
  ----------------------------------------------------------------
82
 
83
  ```
84
- git clone https://huggingface.co/bjelkenhed/whisper-small-sv
85
  ```
 
86
  or
87
- ```
88
- git clone https://huggingface.co/bjelkenhed/whisper-medium-sv
89
- ```
90
 
91
- #### Copy runscripts to model
92
  ```
93
- cd whisper-small-test
94
- cp ~/whisper-small-sv/run* .
95
  ```
96
 
97
  ----------------------------------------------------------------
 
58
 
59
  https://huggingface.co/settings/tokens
60
 
61
+ ----------------------------------------------------------------
62
+ Clone Whisper small or medium modelproject for run scripts
63
+ ----------------------------------------------------------------
64
 
65
+ ```
66
+ git clone https://huggingface.co/bjelkenhed/whisper-small
67
+ ```
68
+ or
69
+ ```
70
+ git clone https://huggingface.co/bjelkenhed/whisper-medium
71
+ ```
72
 
73
  ----------------------------------------------------------------
74
  Create and clone Huggingface model repository
 
87
  ```
88
 
89
  ----------------------------------------------------------------
90
+ Copy runscripts to model
91
  ----------------------------------------------------------------
92
 
93
  ```
94
+ cp ~/whisper-small/run.sh ~/whisper-small/run_speech_recognition_seq2seq_streaming.py .
95
  ```
96
+
97
  or
 
 
 
98
 
 
99
  ```
100
+ cp ~/whisper-medium/run.sh ~/whisper-medium/run_speech_recognition_seq2seq_streaming.py .
 
101
  ```
102
 
103
  ----------------------------------------------------------------