We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dc268 commit dbe3679Copy full SHA for dbe3679
README.md
@@ -4,5 +4,5 @@ wandb sweep sweep.yaml
4
5
# Terminal prints: Sweep ID: 3k1xg8wq
6
# 2 (start an agent) – one per GPU / machine
7
-wandb <ENTITY>/<PROJECT>/<SWEEP-ID>
+wandb agent <ENTITY>/<PROJECT>/<SWEEP-ID>
8
```
sweep.yaml
@@ -17,9 +17,9 @@ parameters:
17
max: 0.001
18
distribution: log_uniform_values
19
num_train_epochs:
20
- values: [1]
+ values: [2]
21
peft_rank:
22
- values: [4, 8, 16]
+ values: [32]
23
train_sample:
24
values: [True]
25
0 commit comments