Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ base_model:
|
|
| 20 |
#!/bin/bash
|
| 21 |
|
| 22 |
CKPT_LIST=(
|
| 23 |
-
"path/to/checkpoints/step-
|
| 24 |
)
|
| 25 |
|
| 26 |
# Loop over the checkpoint list and GPUs
|
|
|
|
| 20 |
#!/bin/bash
|
| 21 |
|
| 22 |
CKPT_LIST=(
|
| 23 |
+
"path/to/checkpoints/step-025500-epoch-64-loss=0.0361.pt"
|
| 24 |
)
|
| 25 |
|
| 26 |
# Loop over the checkpoint list and GPUs
|