When running the Cell 11 (under 1.2. Load Dataset and LLM), I get errors. So, I cannot continue beyond that point. Any idea what is going on?
Thanks,
Navid
When running the Cell 11 (under 1.2. Load Dataset and LLM), I get errors. So, I cannot continue beyond that point. Any idea what is going on?
Thanks,
Navid
What does the error say?
I have exactly the same problem.
Error happens in the following line of code:
dataset = loat_dataset(huggingface_dataset_name)
And here is the error message:
ValueError: Invalid pattern: ā**ā can only be an entire path component
Same here. I have tried restarting jupyter notebook and its still the same error
If you guys didnāt modify any code you arenāt supposed to like this one for example
huggingface_dataset_name = āknkarthick/dialogsumā
then maybe @chris.favila can have a look at this issue!
I have not modified anything.
I tried to debug the error and it says it may occur when the library is updated but in this case, we load specific version of the library so this should not be the case.
Maybe this will also help with debugging and correcting the error.
Since this is about invalid pattern ā**ā, more detailed message is attached as image:
+1 to the above.
Iām getting the same error trying to load the database.
FWIW, I did try changing:
<huggingface_dataset_name = āknkarthick/dialogsumā>
to
<huggingface_dataset_name = āknkarthick/dialogsum Ā· Datasets at Hugging Faceā>
but that gave an error saying that it didnāt find a ādialogsum.pyā script in the folder.
Two things:
I have just ran exercises for week 2, where the same lines of code are executed and they did not throw an error.
So I went back to week 1 exercises and it seems everything works fine now.
I had no idea what the issue was but it was either fixed or just temporary.