Data loading issues.

#2
by Sivaji - opened

I am fairly new to HF. I just started using datasets. While reading the data se mention in the competition I am getting this error. can someone guide me or help me on this.

FileNotFoundError: Couldn't find a dataset script at /Users/localname/local_repos/wyze_rec/wyzelabs/RuleRecommendation/RuleRecommendation.py or any data file in the same directory. Couldn't find 'wyzelabs/RuleRecommendation' on the Hugging Face Hub either: FileNotFoundError: Dataset 'wyzelabs/RuleRecommendation' doesn't exist on the Hub. If the repo is private or gated, make sure to log in with `huggingface-cli login`

Hi Sivaji,

You need to login to hugging face in your environment using HF token to access HF transformers and datasets library. Please refer this https://huggingface.co/docs/hub/security-tokens.

Wyze Labs org

As @rjb007 mentioned and stated in the error message, you need to login to your HF account, which has been approved for accessing the dataset before being able to download it. Use huggingface-cli login to start the process of login in.

mmkamani7 changed discussion status to closed

Sign up or log in to comment