course icon indicating copy to clipboard operation
course copied to clipboard

The Hugging Face course on Transformers

Results 208 course issues
Sort by recently updated
recently updated
newest added

I am experiencing an error when trying to load the PubMed dataset from a specific URL. https://huggingface.co/learn/nlp-course/chapter5/4 Use the following code to load the dataset: from datasets import load_dataset data_files...

As per Gradio Documentation, some of the params aren't used anymore and the code doesn't work. - Audio source now is sources and gets a list - Audio doesn't have...

It looks like the name of the output file for model weights has changed using Pytoch. I fix every languages that have a traduction for that page. I also find...

There was an error creating notebooks locally as some chars not identified found in yml and mdx files. Erro :UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 126: character...

Hi @lewtun! I realized that there were a few typos that had escaped my eyes 👀 And in talking with Sasha, it was sadly apparent that it was missing from...

This year, my friends and I conducted a comprehensive review of the Chinese translations published before, greatly improving the readability, hoping that they can help more people. We have completed...

In the calculation for P(["p", "u", "g"]), I think P("p") should be 17/210 as it appears 17 times in the original corpus - ("pug", 5), ("pun", 12).