Ramon Gougis commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,9 +43,8 @@ from huggingface_hub import hf_hub_download
|
|
| 43 |
|
| 44 |
# Download the checkpoint
|
| 45 |
ckpt_path = hf_hub_download(repo_id="ragou19/WaveletLM", filename="best_model.pt")
|
| 46 |
-
|
| 47 |
-
# Then follow the instructions in the GitHub repo to load and run:
|
| 48 |
```
|
|
|
|
| 49 |
https://github.com/ramongougis/WaveletLM
|
| 50 |
|
| 51 |
## Architecture
|
|
|
|
| 43 |
|
| 44 |
# Download the checkpoint
|
| 45 |
ckpt_path = hf_hub_download(repo_id="ragou19/WaveletLM", filename="best_model.pt")
|
|
|
|
|
|
|
| 46 |
```
|
| 47 |
+
Then follow the instructions in the GitHub repo to load and run:
|
| 48 |
https://github.com/ramongougis/WaveletLM
|
| 49 |
|
| 50 |
## Architecture
|