Commit ·
252c420
1
Parent(s): 1fcb45b
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,13 +24,26 @@ https://cloud.lambdalabs.com/instances
|
|
| 24 |
and create a new instance with a A100 GPU without disk storage
|
| 25 |
|
| 26 |
----------------------------------------------------------------
|
| 27 |
-
|
| 28 |
----------------------------------------------------------------
|
| 29 |
|
| 30 |
```
|
| 31 |
pip install git+https://github.com/huggingface/transformers
|
| 32 |
```
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
```
|
| 35 |
git clone https://huggingface.co/bjelkenhed/whisper-train-ts
|
| 36 |
```
|
|
@@ -52,20 +65,6 @@ python -c "import torch; print(torch.cuda.is_available())"
|
|
| 52 |
|
| 53 |
```
|
| 54 |
|
| 55 |
-
----------------------------------------------------------------
|
| 56 |
-
Log in to Huggingface
|
| 57 |
-
----------------------------------------------------------------
|
| 58 |
-
|
| 59 |
-
```
|
| 60 |
-
git config --global credential.helper store
|
| 61 |
-
huggingface-cli login
|
| 62 |
-
```
|
| 63 |
-
|
| 64 |
-
#### Provide Huggingface access token for your account
|
| 65 |
-
|
| 66 |
-
https://huggingface.co/settings/tokens
|
| 67 |
-
|
| 68 |
-
|
| 69 |
|
| 70 |
----------------------------------------------------------------
|
| 71 |
Create and clone Huggingface model repository
|
|
|
|
| 24 |
and create a new instance with a A100 GPU without disk storage
|
| 25 |
|
| 26 |
----------------------------------------------------------------
|
| 27 |
+
Log in to Huggingface
|
| 28 |
----------------------------------------------------------------
|
| 29 |
|
| 30 |
```
|
| 31 |
pip install git+https://github.com/huggingface/transformers
|
| 32 |
```
|
| 33 |
|
| 34 |
+
```
|
| 35 |
+
git config --global credential.helper store
|
| 36 |
+
huggingface-cli login
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
#### Provide Huggingface access token for your account
|
| 40 |
+
|
| 41 |
+
https://huggingface.co/settings/tokens
|
| 42 |
+
|
| 43 |
+
----------------------------------------------------------------
|
| 44 |
+
Clone Whisper small or medium modelproject for run scripts
|
| 45 |
+
----------------------------------------------------------------
|
| 46 |
+
|
| 47 |
```
|
| 48 |
git clone https://huggingface.co/bjelkenhed/whisper-train-ts
|
| 49 |
```
|
|
|
|
| 65 |
|
| 66 |
```
|
| 67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
----------------------------------------------------------------
|
| 70 |
Create and clone Huggingface model repository
|