Ive tried for about 3 hours to upload training data to Huggingface Autotrain and i used this video - Train tabular models automatically with Hugging Face AutoTrain - YouTube
It is now irrelevant as the autotrain is looking for some format that doesnt exist.
I have tried uploading a CSV and JSONL formatted dataset and I get this error- Error type: ValidationError
Details: Canât split automatically: Invalid number of samples for label â10am ESTâ, âupcoming monday through Wednesdayâ in column âtargetâ. Auto-splitting requires at least 2 samples for each label, but â10am ESTâ, âupcoming monday through Wednesdayâ only has 1 samples
Every target column has at least 2 examples in them, which is not mentioned in the above video. I have formatted that column about 6 different ways to no avail:
Please someone tell me, what needs to be done here? I have tried this target table formats:
- [tuesday at 5, tuesday 5pm]
- tuesday at 5, tuesday 5pm
- [âtuesday at 5â, âtuesday 5pmâ]
- âtuesday at 5, tuesday 5pmâ
- âtuesday at 5â, âtuesday 5pmâ
i have also tried multiple target columns⌠must be glitchy with the auto-splitter?
Thanks - Jon