8 lines
200 B
Bash
8 lines
200 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cp baseline_files/ds_prompt.txt .
|
||
|
|
cp baseline_files/feedback_words.json .
|
||
|
|
cp baseline_files/historic_prompts.json .
|
||
|
|
cp baseline_files/pool_prompts.json .
|
||
|
|
cp baseline_files/settings.cfg .
|