phuayj commited on
Commit
a8d8621
·
verified ·
1 Parent(s): 2d21c89

docs: drop private-repo / HF_TOKEN wording, point to github.com/phuayj/able

Browse files

Sync the model card with the public-release coordinates of the companion code package. Binary checkpoints unchanged (verified bitwise identical against local copies).

Files changed (1) hide show
  1. README.md +8 -7
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
- ## Access
93
 
94
- This repo is currently private. To download the checkpoints you need a
95
- Hugging Face token with read access. After authenticating (for example
96
- with `huggingface-cli login` or by exporting `HF_TOKEN=<token>`), run:
97
 
98
  ```bash
99
- pip install -e able-public
 
 
100
  able-download-checkpoints --output-dir checkpoints
101
  ```
102
 
103
- If you do not already have access, open an issue on the paper's code
104
- repo or email the authors to request a read-capable token.
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