Replace false prompt with placeholder

This commit is contained in:
Oracle 2026-06-02 16:50:03 +02:00
parent 1f4e9e119c
commit 96e6e141da
Signed by: Oracle
SSH key fingerprint: SHA256:x4/RtnjUyuHkdvmwNDsWSfcfF1V5PNr3OpriZqOvCX8
2 changed files with 3 additions and 28 deletions

View file

@ -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