course icon indicating copy to clipboard operation
course copied to clipboard

The Hugging Face course on Transformers

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

الجزء الأول من ترجمة الملف

In Chapter 4 "How to Transformers Work?" Following diagram have wrong compute value. It says Pre-trained Language Models & Fine-tuned Language models both have ```$$$ in compute```. But Fine-tuned Language...

In the line below, the function `postprocess` returns first the labels and then the predictions. https://github.com/huggingface/course/blob/198345755d4e2b1e61a394c6df03c36319258fda/chapters/en/chapter7/2.mdx#L877 However, when this function is called, the first variable instead catches the predictions and...

Section `Time to slice and dice` in the Datasets chapter of the course discusses issues with the Drug Review Datasets mentions that the unnamed column might be a patient ID...

it is ```~/.cache/huggingface/hub``` instead of ```~/.cache/huggingface/transformers```

on this page https://huggingface.co/learn/nlp-course/fr/chapter2/2?fw=pt this code ``` from transformers import pipeline classifier = pipeline("sentiment-analysis") classifier( [ "I've been waiting for a HuggingFace course my whole life.", # J'ai attendu un...

On collab, the result is automatically show, but not in Local config. In local, if a newbie try the code, nothing will happened, and the user will not understand why...

following this tuto https://huggingface.co/learn/nlp-course/fr/chapter1/3?fw=pt with this config https://huggingface.co/learn/nlp-course/fr/chapter0/1?fw=pt#utilisation-dun-environnement-virtuel-python it appear that torch is not installed ``` python 01-sentiment.py None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models...

i'm following NLP course with this config https://huggingface.co/learn/nlp-course/fr/chapter0/1?fw=pt#utilisation-dun-environnement-virtuel-python but something bug me : Sometimes in a project, we need a .env file for soring API KEYS for example, ENV variables....

translation