bjelkenhed commited on
Commit
da03abc
·
1 Parent(s): a73ac57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -71,6 +71,10 @@ or
71
  ```
72
  git clone https://huggingface.co/bjelkenhed/whisper-medium
73
  ```
 
 
 
 
74
 
75
  ----------------------------------------------------------------
76
  Create and clone Huggingface model repository
@@ -94,6 +98,12 @@ cd whisper-medium-sv
94
  git lfs install
95
  ```
96
 
 
 
 
 
 
 
97
  ----------------------------------------------------------------
98
  Copy runscripts to model
99
  ----------------------------------------------------------------
@@ -108,6 +118,12 @@ or
108
  cp ~/whisper-medium/run.sh ~/whisper-medium/run_speech_recognition_seq2seq_streaming.py .
109
  ```
110
 
 
 
 
 
 
 
111
  ----------------------------------------------------------------
112
  Start training
113
  ----------------------------------------------------------------
 
71
  ```
72
  git clone https://huggingface.co/bjelkenhed/whisper-medium
73
  ```
74
+ or
75
+ ```
76
+ git clone https://huggingface.co/bjelkenhed/whisper-large
77
+ ```
78
 
79
  ----------------------------------------------------------------
80
  Create and clone Huggingface model repository
 
98
  git lfs install
99
  ```
100
 
101
+ ```
102
+ git clone https://huggingface.co/bjelkenhed/whisper-large-sv
103
+ cd whisper-large-sv
104
+ git lfs install
105
+ ```
106
+
107
  ----------------------------------------------------------------
108
  Copy runscripts to model
109
  ----------------------------------------------------------------
 
118
  cp ~/whisper-medium/run.sh ~/whisper-medium/run_speech_recognition_seq2seq_streaming.py .
119
  ```
120
 
121
+ or
122
+
123
+ ```
124
+ cp ~/whisper-large/run.sh ~/whisper-large/run_speech_recognition_seq2seq_streaming.py .
125
+ ```
126
+
127
  ----------------------------------------------------------------
128
  Start training
129
  ----------------------------------------------------------------