summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZitian Gao <zitian.gao@outlook.com>2025-05-28 18:41:49 +0800
committerGitHub <noreply@github.com>2025-05-28 18:41:49 +0800
commit8633674ab6ea1509e8d3f351d8f83784f5ee76b1 (patch)
treee7bb508f24756bcfb0e2928a149ce1b2dacb48e1 /README.md
parentf12e538b368b7b39155dfea6eb026df6ef42de70 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3c89995..a086988 100644
--- a/README.md
+++ b/README.md
@@ -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
+```