Skip to content

Commit 914c0b8

Browse files
committed
fix search space
1 parent 2155c09 commit 914c0b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/assets/configs/multiclass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
learning_rate: [5.0e-5]
3737
seed: [0]
3838
- module_name: lora
39-
model_config:
39+
classification_model_config:
4040
- model_name: avsolatorio/GIST-small-Embedding-v0
4141
num_train_epochs: [1]
4242
batch_size: [8, 16]

tests/assets/configs/multilabel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
learning_rate: [5.0e-5]
3333
seed: [0]
3434
- module_name: lora
35-
model_config:
35+
classification_model_config:
3636
- model_name: avsolatorio/GIST-small-Embedding-v0
3737
num_train_epochs: [1]
3838
batch_size: [8]

0 commit comments

Comments
 (0)