Skip to content
Snippets Groups Projects
Commit 52fffa6d authored by ali asaria's avatar ali asaria
Browse files

warn that file name must be idential to dataset name

fixes #20
parent 3ce38867
Branches
Tags
No related merge requests found
......@@ -110,7 +110,7 @@ export default function DatasetDetailsModal({ open, setOpen }) {
locale={{
strings: {
dropPasteFiles:
"Drop dataset files here or %{browseFiles}. You must name one file '<something>_train.jsonl' and the second one '<something>_eval.jsonl' Files should be in JSONL format, with one JSON object per line.",
"Drop dataset files here or %{browseFiles}. You must name one file '<name>_train.jsonl' and the second one '<name>_eval.jsonl' where <name> is EXACTLY the dataset name. Files should be in JSONL format, with one JSON object per line.",
},
}}
closeAfterFinish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment