From fc81b2f3b47fa66cfa1b9952504d9934c1c6f461 Mon Sep 17 00:00:00 2001 From: Corban Pendrak <125042151+CorbanPendrak@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:04:09 -0500 Subject: [PATCH 1/2] Update 5.mdx Format page to resemble other closing chapter pages, removed unit 2 post, and reworded challenge paragraph. --- chapters/en/chapter4/5.mdx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/chapters/en/chapter4/5.mdx b/chapters/en/chapter4/5.mdx index ca8682716..f6f1d2d6a 100644 --- a/chapters/en/chapter4/5.mdx +++ b/chapters/en/chapter4/5.mdx @@ -5,8 +5,13 @@ classNames="absolute z-10 right-0 top-0" /> -This is the end of the first part of the course! Part 2 will be released on November 15th with a big community event, see more information [here](https://huggingface.co/blog/course-launch-event). +Congratulations on finishing the first part of this course! To recap, in this chapter you: -You should now be able to fine-tune a pretrained model on a text classification problem (single or pairs of sentences) and upload the result to the Model Hub. To make sure you mastered this first section, you should do exactly that on a problem that interests you (and not necessarily in English if you speak another language)! You can find help in the [Hugging Face forums](https://discuss.huggingface.co/) and share your project in [this topic](https://discuss.huggingface.co/t/share-your-projects/6803) once you're finished. +* Learned how to navigate the HuggingFace Hub. +* Compared importing a pretrained model from the pipeline(), directly from the model architecture, and the [Auto* classes](https://huggingface.co/docs/transformers/model_doc/auto?highlight=auto#auto-classes). +* Learned the different methods of sharing models. +* Learned the basic structure and importance of the model card. + +You should now be able to fine-tune a pretrained model on a text classification problem (single or pairs of sentences) and upload the result to the Model Hub. To demonstrate mastery in this first section, try to do this for a problem and language that interests you! You can find help in the [Hugging Face forums](https://discuss.huggingface.co/) and share your project in [this topic](https://discuss.huggingface.co/t/share-your-projects/6803) once you're finished. We can't wait to see what you will build with this! From 2ef90033e3824952f5eb37fef7eabd44df8d4f13 Mon Sep 17 00:00:00 2001 From: Corban Pendrak <125042151+CorbanPendrak@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:17:01 -0500 Subject: [PATCH 2/2] Update 5.mdx Rewords final sentence to remove parentheses and awkward sentence structure. --- chapters/en/chapter4/5.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/en/chapter4/5.mdx b/chapters/en/chapter4/5.mdx index f6f1d2d6a..09d483061 100644 --- a/chapters/en/chapter4/5.mdx +++ b/chapters/en/chapter4/5.mdx @@ -12,6 +12,6 @@ Congratulations on finishing the first part of this course! To recap, in this ch * Learned the different methods of sharing models. * Learned the basic structure and importance of the model card. -You should now be able to fine-tune a pretrained model on a text classification problem (single or pairs of sentences) and upload the result to the Model Hub. To demonstrate mastery in this first section, try to do this for a problem and language that interests you! You can find help in the [Hugging Face forums](https://discuss.huggingface.co/) and share your project in [this topic](https://discuss.huggingface.co/t/share-your-projects/6803) once you're finished. +To finish this first section, try to fine-tune a pretrained model on a classification problem and language that interests you! You can find help in the [Hugging Face forums](https://discuss.huggingface.co/) and share your project in [this topic](https://discuss.huggingface.co/t/share-your-projects/6803) once you're finished. We can't wait to see what you will build with this!