docs: drop private-repo / HF_TOKEN wording, point to github.com/phuayj/able
Browse filesSync the model card with the public-release coordinates of the companion code package. Binary checkpoints unchanged (verified bitwise identical against local copies).
README.md
CHANGED
|
@@ -89,19 +89,20 @@ checkpoint and report the refreshed numbers.
|
|
| 89 |
trajectories; inference pipelines must feed data through the paired
|
| 90 |
preprocessing code in `able-public`.
|
| 91 |
|
| 92 |
-
##
|
| 93 |
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
with `huggingface-cli login` or by exporting `HF_TOKEN=<token>`), run:
|
| 97 |
|
| 98 |
```bash
|
| 99 |
-
|
|
|
|
|
|
|
| 100 |
able-download-checkpoints --output-dir checkpoints
|
| 101 |
```
|
| 102 |
|
| 103 |
-
|
| 104 |
-
|
| 105 |
|
| 106 |
## Citation
|
| 107 |
|
|
|
|
| 89 |
trajectories; inference pipelines must feed data through the paired
|
| 90 |
preprocessing code in `able-public`.
|
| 91 |
|
| 92 |
+
## Download
|
| 93 |
|
| 94 |
+
The companion code package is available at https://github.com/phuayj/able.
|
| 95 |
+
Install it and run the bundled checkpoint downloader:
|
|
|
|
| 96 |
|
| 97 |
```bash
|
| 98 |
+
git clone https://github.com/phuayj/able.git
|
| 99 |
+
cd able
|
| 100 |
+
pip install -e .
|
| 101 |
able-download-checkpoints --output-dir checkpoints
|
| 102 |
```
|
| 103 |
|
| 104 |
+
This places all three checkpoint files under `checkpoints/`. No
|
| 105 |
+
authentication is required for downloads.
|
| 106 |
|
| 107 |
## Citation
|
| 108 |
|