Error messages when files are missing.
Open
Nobody has claimed this yet.
bug
enhancement
good first issue
needs to be revisited
pipeline 3: preprocess
- Dominant language
- Python
- Stars
- 39
- Forks
- 7
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 5
Description
I'm getting this error when trying to run an experiment on ClearML. It seems to occur when a required Scripture file is missing.
It looks like Issue #85
File "/root/.clearml/venvs-builds/3.8/task_repository/silnlp/.venv/lib/python3.8/site-packages/transformers/trainer.py", line 841, in get_train_dataloader
raise ValueError("Trainer: training requires a train_dataset.")
ValueError: Trainer: training requires a train_dataset.
2022-11-16 12:49:39
Process failed, exit code 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the missing-Scripture-file failure reported through transformers/trainer.py in get_train_dataloader, and compare the behavior with Issue #85. Reproduce the experiment with the required file absent; done should mean the failure identifies the missing file clearly instead of only reporting that no train_dataset exists.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100