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 df260be commit cb93a4cCopy full SHA for cb93a4c
vectors_apply.py
@@ -17,10 +17,10 @@ def main(top_cfg: DictConfig):
17
vector_applier.apply_vectors()
18
19
# You can customize your own inputs
20
- # datasets={'your_dataset_name':[{'input':'hello'},{'input':'how are you'}]}
+ datasets={'your_dataset_name':[{'input':'hello'},{'input':'how are you'}]}
21
22
# Or use the datasets from config.yaml
23
- datasets = prepare_generation_datasets(top_cfg)
+ # datasets = prepare_generation_datasets(top_cfg)
24
25
# Method 1: Use parameters from config.yaml
26
vector_applier.generate(datasets)
0 commit comments