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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -64,15 +64,16 @@ https://huggingface.co/settings/tokens
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
  ----------------------------------------------------------------
 
64
  Create and clone Huggingface model repository
65
  ----------------------------------------------------------------
66
 
67
+ Create a new model named whisper-small-sv (change to your selected name in following sections)
68
 
69
  ```
70
+ huggingface-cli repo create whisper-small-sv
71
  ```
72
 
73
  ```
74
+ git clone https://huggingface.co/bjelkenhed/whisper-small-sv
75
+ cd whisper-small-sv
76
  git lfs install
 
77
  ```
78
 
79
  ----------------------------------------------------------------