Fix accordion
Browse files
app/src/content/article.mdx
CHANGED
|
@@ -388,7 +388,7 @@ Starting from the above checkpoint from SFT, we used the [`GKDTrainer`](https://
|
|
| 388 |
If you want to try out knowledge distillation for yourself on your own use case, or a dataset from the hub, the recipe is available below.
|
| 389 |
|
| 390 |
|
| 391 |
-
<Accordion title="SFT Recipe"
|
| 392 |
```bash
|
| 393 |
accelerate launch \
|
| 394 |
--config_file examples/accelerate_configs/multi_gpu.yaml trl/scripts/sft.py \
|
|
@@ -418,7 +418,7 @@ accelerate launch \
|
|
| 418 |
</Accordion>
|
| 419 |
|
| 420 |
|
| 421 |
-
<Accordion title="Distillation Recipe"
|
| 422 |
```bash
|
| 423 |
accelerate launch \
|
| 424 |
--config_file examples/accelerate_configs/multi_gpu.yaml trl/experimental/gold/gold.py \
|
|
|
|
| 388 |
If you want to try out knowledge distillation for yourself on your own use case, or a dataset from the hub, the recipe is available below.
|
| 389 |
|
| 390 |
|
| 391 |
+
<Accordion title="SFT Recipe">
|
| 392 |
```bash
|
| 393 |
accelerate launch \
|
| 394 |
--config_file examples/accelerate_configs/multi_gpu.yaml trl/scripts/sft.py \
|
|
|
|
| 418 |
</Accordion>
|
| 419 |
|
| 420 |
|
| 421 |
+
<Accordion title="Distillation Recipe">
|
| 422 |
```bash
|
| 423 |
accelerate launch \
|
| 424 |
--config_file examples/accelerate_configs/multi_gpu.yaml trl/experimental/gold/gold.py \
|