Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translated the whole Chapter 3 to Thai #255

Merged
merged 13 commits into from
Jun 20, 2022
12 changes: 12 additions & 0 deletions chapters/th/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@
sections:
- local: chapter3/1
title: บทนำ
- local: chapter3/2
title: การประมวลผลข้อมูล
- local: chapter3/3
title: การ Fine-tune โมเดลด้วย Trainer API หรือ Keras
local_fw: { pt: chapter3/3, tf: chapter3/3_tf }
- local: chapter3/4
title: การเทรนโมเดลฉบับสมบูรณ์
- local: chapter3/5
title: Fine-tune โมเดลสำเร็จแล้ว!
- local: chapter3/6
title: คำถามท้ายบท
quiz: 3

- title: 4. การแบ่งปันโมเดลและ tokenizers
sections:
Expand Down
381 changes: 381 additions & 0 deletions chapters/th/chapter3/2.mdx

Large diffs are not rendered by default.

172 changes: 172 additions & 0 deletions chapters/th/chapter3/3.mdx

Large diffs are not rendered by default.

197 changes: 197 additions & 0 deletions chapters/th/chapter3/3_tf.mdx

Large diffs are not rendered by default.

359 changes: 359 additions & 0 deletions chapters/th/chapter3/4.mdx

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions chapters/th/chapter3/5.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<FrameworkSwitchCourse {fw} />

# Fine-tune โมเดลสำเร็จแล้ว!

สนุกจังเลย! ในสองบทแรกคุณได้เรียนรู้เกี่ยวกับโมเดลและ tokenizers และตอนนี้คุณก็รู้วิธีการ fine-tune โมเดลด้วยข้อมูลของคุณเองแล้ว มาทบทวนกันว่าคุณได้ทำอะไรไปบ้างในบทนี้:

{#if fw === 'pt'}
* เรียนรู้การใช้งาน datasets ผ่าน [Hub](https://huggingface.co/datasets)
* เรียนรู้วิธีการโหลดและประมวลผล datasets รวมถึงการใช้งาน dynamic padding และ collators
* เขียนโค้ดการ fine-tuning และการประเมินประสิทธิภาพของโมเดลในแบบของคุณเอง
* เขียนโค้ดลูปการเทรนโดยไม่ใช้ class Trainer
* ใช้ไลบรารี่ 🤗 Accelerate เพื่อปรับลูปการเทรนของคุณให้ใช้การได้กับการเทรนโดยใช้ GPUs หรือ TPUs หลายตัวได้อย่างง่ายดาย

{:else}
* เรียนรู้การใช้งาน datasets ผ่าน [Hub](https://huggingface.co/datasets)
* เรียนรู้วิธีการโหลดและประมวลผล datasets
* เรียนรู้วิธีการใช้ Keras ในการ fine-tune และประเมินประสิทธิภาพของโมเดล
* เขียนโค้ดสร้าง metric ในแบบของคุณเอง

{/if}
296 changes: 296 additions & 0 deletions chapters/th/chapter3/6.mdx

Large diffs are not rendered by default.