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 ad04095 commit dc1328dCopy full SHA for dc1328d
tests/assets/configs/multiclass.yaml
@@ -35,6 +35,12 @@
35
batch_size: [8, 16]
36
learning_rate: [5.0e-5]
37
seed: [0]
38
+ - module_name: ptuning
39
+ base_model_config: ["prajjwal1/bert-tiny"]
40
+ num_train_epochs: [1]
41
+ batch_size: [8, 16]
42
+ task_type: ["SEQ_CLS"]
43
+ num_virtual_tokens: [10, 20]
44
- node_type: decision
45
target_metric: decision_accuracy
46
search_space:
tests/assets/configs/multilabel.yaml
@@ -31,6 +31,12 @@
31
batch_size: [8]
32
33
34
+ batch_size: [8]
0 commit comments