Skip to content

HTTPError: 404 Client Error: Not Found for url #5086

Description

@keyuchen21

Describe the bug

I was following chap 5 from huggingface course: https://huggingface.co/course/chapter5/6?fw=tf

However, I'm not able to download the datasets, with a 404 erros

iShot2022-10-06_15 54 50

Steps to reproduce the bug

from huggingface_hub import hf_hub_url

data_files = hf_hub_url(
    repo_id="lewtun/github-issues",
    filename="datasets-issues-with-hf-doc-builder.jsonl",
    repo_type="dataset",
)
from datasets import load_dataset

issues_dataset = load_dataset("json", data_files=data_files, split="train")
issues_dataset

Environment info

  • datasets version: 2.5.2
  • Platform: macOS-10.16-x86_64-i386-64bit
  • Python version: 3.9.12
  • PyArrow version: 9.0.0
  • Pandas version: 1.4.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions