Replace false prompt with placeholder
This commit is contained in:
parent
1f4e9e119c
commit
96e6e141da
2 changed files with 3 additions and 28 deletions
|
|
@ -81,6 +81,8 @@ Generates synthetic training data using a GGUF model via llama.cpp. Run this if
|
|||
| `INPUT_PARQUET_PATH` | Path to existing training data to extend | `./data/train.parquet` |
|
||||
| `OUTPUT_PARQUET_PATH` | Path to save the combined dataset | `./data/output.parquet` |
|
||||
| `NEW_ROWS_COUNT` | Number of synthetic records to generate | `100` |
|
||||
| User prompt (line 67) | Replace `"YOUR PROMPT GOES HERE"` with generation instructions | `Generate questions about machine learning...` |
|
||||
| System message (line 63) | Controls the model's role | `"You are a data generator. Output ONLY the format below..."` |
|
||||
|
||||
```bash
|
||||
bash scripts/generate-data.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue