Skip to content
Snippets Groups Projects
Commit ec214112 authored by Igor Kasianenko's avatar Igor Kasianenko
Browse files

fix custom dataset test

parent 73841387
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class alpaca_dataset:
@dataclass
class custom_dataset:
dataset: str = "custom_dataset"
file: str = "recipes/quickstart/finetuning/datasets/custom_dataset.py"
file: str = "src/llama_cookbook/datasets/custom_dataset.py"
train_split: str = "train"
test_split: str = "validation"
data_path: str = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment