sillsdev / sillsdev/silnlp

Error messages when files are missing.

Open
#144 4 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.