diff options
| author | Zitian Gao <zitian.gao@outlook.com> | 2025-05-28 18:41:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-28 18:41:49 +0800 |
| commit | 8633674ab6ea1509e8d3f351d8f83784f5ee76b1 (patch) | |
| tree | e7bb508f24756bcfb0e2928a149ce1b2dacb48e1 /README.md | |
| parent | f12e538b368b7b39155dfea6eb026df6ef42de70 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -25,8 +25,8 @@ accelerate launch train.py \ --max_steps 1000 \ --log_steps 1 \ --save_steps 1 \ - --run_name my_experiment \ - --wandb_project entropy-maximization-ft + --run_name one_shot \ + --wandb_project one-shot-em ``` --- @@ -45,8 +45,8 @@ accelerate launch train.py \ --max_steps 1000 \ --log_steps 1 \ --save_steps 1 \ - --run_name multi_shot_experiment \ - --wandb_project entropy-maximization-ft + --run_name multi_shot \ + --wandb_project one-shot-em ``` --- @@ -85,4 +85,4 @@ We sincerely thank the authors and maintainers of these projects for their excel primaryClass={cs.CL}, url={https://arxiv.org/abs/2505.20282}, } -```
\ No newline at end of file +``` |
