|
AQIT 0.1.0
|
Functions | |
| list[dict[str, Any]] | _read_jsonl (Path path) |
| str | _row_text (dict[str, Any] row, str text_field) |
| float | _overlap (str pred, str reference) |
| dict[str, Any] | train_llm (Recipe recipe, Run recorder, Path out_dir) |
|
protected |
Definition at line 54 of file llm_lora.py.
Referenced by train_llm().
|
protected |
Definition at line 22 of file llm_lora.py.
Referenced by train_llm().
|
protected |
Definition at line 38 of file llm_lora.py.
Referenced by train_llm().
Definition at line 62 of file llm_lora.py.
References _overlap(), _read_jsonl(), and _row_text().