fix: use absolute path for dataset (no ~ expansion)
This commit is contained in:
@@ -24,7 +24,7 @@ lora_task_type: CAUSAL_LM
|
|||||||
|
|
||||||
# Dataset
|
# Dataset
|
||||||
dataset:
|
dataset:
|
||||||
- path: ~/loras/agenx-lora-training/dataset/combined_20k.jsonl
|
- path: /home/cyaren/loras/agenx-lora-training/dataset/combined_20k.jsonl
|
||||||
type: completion
|
type: completion
|
||||||
text_column: text
|
text_column: text
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user