bjelkenhed commited on
Commit
82543d0
·
1 Parent(s): 072a924

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -59,16 +59,39 @@ huggingface-cli login
59
  https://huggingface.co/settings/tokens
60
 
61
 
 
62
  ----------------------------------------------------------------
63
- Clone Whisper small or medium modelproject for run scripts
64
  ----------------------------------------------------------------
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
  ```
68
  git clone https://huggingface.co/bjelkenhed/whisper-small-sv
 
 
 
69
  git clone https://huggingface.co/bjelkenhed/whisper-medium-sv
70
  ```
71
 
 
 
 
 
 
72
 
73
  ----------------------------------------------------------------
74
  Start training
 
59
  https://huggingface.co/settings/tokens
60
 
61
 
62
+
63
  ----------------------------------------------------------------
64
+ Create and clone Huggingface model repository
65
  ----------------------------------------------------------------
66
 
67
+ Create a new model named whisper-small-test (change to your selected name in following sections)
68
+
69
+ ```
70
+ huggingface-cli repo create whisper-small-test
71
+ ```
72
+
73
+ ```
74
+ git lfs install
75
+ git clone https://huggingface.co/bjelkenhed/whisper-small-test
76
+ ```
77
+
78
+ ----------------------------------------------------------------
79
+ Clone Whisper small or medium modelproject for run scripts
80
+ ----------------------------------------------------------------
81
 
82
  ```
83
  git clone https://huggingface.co/bjelkenhed/whisper-small-sv
84
+ ```
85
+ or
86
+ ```
87
  git clone https://huggingface.co/bjelkenhed/whisper-medium-sv
88
  ```
89
 
90
+ #### Copy runscripts to model
91
+ ```
92
+ cd whisper-small-test
93
+ cp ~/whisper-small-sv/run* .
94
+ ```
95
 
96
  ----------------------------------------------------------------
97
  Start training