cmpatino HF Staff commited on
Commit
860af84
·
1 Parent(s): 919ec28

Fix accordion

Browse files
Files changed (1) hide show
  1. app/src/content/article.mdx +2 -2
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 \