|
AQIT 0.1.0
|
Go to the source code of this file.
Namespaces | |
| namespace | aquin |
| namespace | aquin.compute |
| namespace | aquin.compute.dataset_generate |
Functions | |
| str | aquin.compute.dataset_generate._slug (str topic) |
| list[dict[str, str]] | aquin.compute.dataset_generate.generate_topic_rows (str topic, int count=5) |
| Path | aquin.compute.dataset_generate.default_output_path (str topic, Path|None cwd=None) |
| Path | aquin.compute.dataset_generate.write_dataset_jsonl (Path path, list[dict] rows) |
| dict | aquin.compute.dataset_generate.run_dataset_generate (*, str topic, int count=5, Path|str|None cwd=None, str|None output=None) |
Variables | |
| int | aquin.compute.dataset_generate._MAX_ROWS = 64 |
| list | aquin.compute.dataset_generate._TEMPLATES |