Skip to content

Commit

Permalink
change output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Jun 6, 2024
1 parent 5fac878 commit 7436722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Here are some examples of how you might use JAT in both evaluation and fine-tuni
- **Training JAT**: Train your own JAT model from scratch (run on 8xA100)
```shell
accelerate launch scripts/train_jat_tokenized.py \
--output_dir checkpoints/jat_small_v100 \
--output_dir checkpoints/jat \
--model_name_or_path jat-project/jat \
--tasks all \
--trust_remote_code \
Expand Down

0 comments on commit 7436722

Please sign in to comment.