Tiernan Cahill

Results 2 comments of Tiernan Cahill

Looks like this URL changing and breaking the link has been an issue before (see #324)

Note that there is another broken link further down the page on [this line](https://github.com/huggingface/course/blob/0018bb434204d9750a03592cb0d4e846093218d8/chapters/en/chapter5/4.mdx#L228) in the following code block: ``` law_dataset_streamed = load_dataset( "json", data_files="https://the-eye.eu/public/AI/pile_preliminary_components/FreeLaw_Opinions.jsonl.zst", split="train", streaming=True, ) next(iter(law_dataset_streamed)) ```