huggingface / huggingface/course
LLM Course Chapter 3 code is not up to date
Open
- Dominant language
- MDX
- Stars
- 4.2k
- Forks
- 1.4k
- Avg merge
- 13m
- Merged PRs (30d)
- 1
Description
Chapter 3: Processing the data:
When the MRPC Dataset is to be loaded the code in the provided colab script does not work anymore (PyTorch)
specifically this code snippet produces an error:
_from datasets import load_dataset
raw_datasets = load_dataset("glue", "mrpc")
raw_datasets_
I found that updating the datasets through the following snippet helps (thx chatgpt):
pip install --upgrade datasets fsspec
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.