Model card: fix GitHub URL (logan-robbins)
Browse files
README.md
CHANGED
|
@@ -340,7 +340,7 @@ uv run python scripts/pretty_notes_artifact.py survey_200141_ff0a0b4f.json
|
|
| 340 |
## How to use
|
| 341 |
|
| 342 |
1. Install the reference implementation (runtime + scripts):
|
| 343 |
-
- `https://github.com/
|
| 344 |
2. Download the base trunk model (`openai/gpt-oss-20b`) via Hugging Face (or provide a local path).
|
| 345 |
3. Download the adapter checkpoint from this repo and point `configs/gpt_oss_transfer_production.yaml` (or CLI flags) at it.
|
| 346 |
|
|
@@ -399,4 +399,4 @@ This layout is required to support the **teacher→student curriculum** describe
|
|
| 399 |
|
| 400 |
- **This repo (adapters + artifacts)**: MIT.
|
| 401 |
- **Base model**: `openai/gpt-oss-20b` is licensed under Apache-2.0 on Hugging Face (also see its `USAGE_POLICY` there).
|
| 402 |
-
- **Reference implementation**: MIT at `https://github.com/
|
|
|
|
| 340 |
## How to use
|
| 341 |
|
| 342 |
1. Install the reference implementation (runtime + scripts):
|
| 343 |
+
- `https://github.com/logan-robbins/parallel-decoder-transformer`
|
| 344 |
2. Download the base trunk model (`openai/gpt-oss-20b`) via Hugging Face (or provide a local path).
|
| 345 |
3. Download the adapter checkpoint from this repo and point `configs/gpt_oss_transfer_production.yaml` (or CLI flags) at it.
|
| 346 |
|
|
|
|
| 399 |
|
| 400 |
- **This repo (adapters + artifacts)**: MIT.
|
| 401 |
- **Base model**: `openai/gpt-oss-20b` is licensed under Apache-2.0 on Hugging Face (also see its `USAGE_POLICY` there).
|
| 402 |
+
- **Reference implementation**: MIT at `https://github.com/logan-robbins/parallel-decoder-transformer`.
|