You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO both are unnecessary and should be fixed. Is there a reasons why one cannot load seqio tasks dynamically, in the sense of fetching only what is necessary? Something along the lines of:
In order to use the module import functionality of seqio, importing the module needs to add the task you want to use to the task registry without calling any additional code. So, we either need to have a separate file for each task or change the underlying functionality in HF datasets.
When running
from promptsource.seqio_tasks import tasks
it takes a huge amount of time. One of the main reasons is this queries all dataset infos:promptsource/promptsource/seqio_tasks/tasks.py
Line 84 in dba1d41
HF_DATASETS_OFFLINE=1
as described in Transferpromptsource.seqio_tasks
to https://github.com/bigscience-workshop/t-zero #703 (comment)IMO both are unnecessary and should be fixed. Is there a reasons why one cannot load seqio tasks dynamically, in the sense of fetching only what is necessary? Something along the lines of:
The text was updated successfully, but these errors were encountered: