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

Closes #655 Closes #607 Closes #495

as shown in the figure below: ![Screenshot 2024-03-28 at 13 45 28](https://github.com/huggingface/course/assets/101612750/5fe3800b-16ce-4dc7-9e9c-ec5a775a1556)

fix wrong translation in chapter 3-6 for zh-cn 修复章节3-6的简中翻译错误

- fix typo and formatting in Chinese translation - remove unnecessary translation

Hi there 👋 Let's translate the course to Elementary English so that the whole community can benefit from this resource 🌎! Below are the chapters and files that need translating...

translation

مرحبًا 👋 دعنا نترجم الدورة إلى اللغة العربية حتى يتمكن المجتمع بأكمله من الاستفادة من هذه الموارد 🌎! أدناه هي الفصول والملفات التي تحتاج إلى الترجمة - اسمحوا لنا بمعرفة...

translation

In [2. Using 🤗 Transformers - Models - Saving methods](https://huggingface.co/learn/nlp-course/chapter2/3?fw=pt#saving-methods), it says that when saving the model with: ```` model.save_pretrained("directory_on_my_computer") ```` it generates the following structure: ```` ls directory_on_my_computer config.json...