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
edit the two load_dataset function to look like this:
If this does not work(The error should change), try to install the newest huggingface dataset by running this:
conda install -c huggingface -c conda-forge datasets
edit the two load_dataset function to look like this:
If this does not work(The error should change), try to install the newest huggingface dataset by running this: conda install -c huggingface -c conda-forge datasets
Hi, I try ti use your method, but still encounter this problem
Hi, I'm trying to sparsify my model using your code, but I'm encountering the "ExpectedMoreSplits Error" shown below.
The error arises from this line when loading the training data.
Could you help me understand the reason for this error and suggest how I might fix it?
The text was updated successfully, but these errors were encountered: