Hello, I am doing Exploring Adversarial Machine Learning course and I am unable to download the Food101 dataset in extraction_assesment (3). I’m using the default code, which I haven’t modified. The KeyError: ‘tags’ occurs because the dataset cannot be downloaded.
The second issue I have is with the assessments_assessment (4) notebook. It’s the same situation – I’m running the provided code, and there are compatibility issues.
WARNING: Error parsing dependencies of cudf: .* suffix can only be used with
==or
!=operators cuda-python (>=12.*) ~~~~~^ WARNING: Error parsing dependencies of pylibraft: .* suffix can only be used with
==or
!=operators cuda-python (>=12.*) ~~~~~^ WARNING: Error parsing dependencies of rmm: .* suffix can only be used with
==or
!=operators cuda-python (>=12.*) ~~~~~^ Installing collected packages: en-core-web-md Successfully installed en-core-web-md-3.5.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. ✔ Download and installation successful You can now load the package via spacy.load('en_core_web_md') ⚠ As of spaCy v3.0, model symlinks are not supported anymore. You can load trained pipeline packages using their full names or from a directory path. /usr/local/lib/python3.8/dist-packages/huggingface_hub/file_download.py:1132: FutureWarning:
resume_downloadis deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use
force_download=True`.
warnings.warn(
Some weights of the model checkpoint at openai-community/roberta-base-openai-detector were not used when initializing RobertaForSequenceClassification: [‘roberta.pooler.dense.weight’, ‘roberta.pooler.dense.bias’]
- This IS expected if you are initializing RobertaForSequenceClassification from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).
- This IS NOT expected if you are initializing RobertaForSequenceClassification from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).
Could you please take a look and resolve it, or restart my environment? Something might be wrong with it