When prompted, enter your token to login: | |
from huggingface_hub import notebook_login | |
notebook_login() | |
Load SQuAD dataset | |
Start by loading a smaller subset of the SQuAD dataset from the 🤗 Datasets library. |
When prompted, enter your token to login: | |
from huggingface_hub import notebook_login | |
notebook_login() | |
Load SQuAD dataset | |
Start by loading a smaller subset of the SQuAD dataset from the 🤗 Datasets library. |