forked from huggingface/course
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TR] Translated Chapter 1.6 🤗 (huggingface#185)
* added chapter 1/6 to _toctree.yml * [TR] Translated Chapter 1.6 🤗
- Loading branch information
1 parent
ab803f3
commit 6c78c3e
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Decoder modelleri | ||
|
||
<Youtube id="d_ixlCubqQw" /> | ||
|
||
Decoder modeller, yalnızca bir Transformer modelinin decoderini kullanır. Her aşamada, attention katmanları sadece cümlede kendisinden önce gelen kelimelere erişebilir. Bu modeller *auto-regressive models* olarak isimlendirilir. | ||
|
||
Decoder modellerin ön eğitimi genellikle cümledeki bir sonraki kelimeyi tahmin etme şeklinde görevlendirilir. | ||
|
||
Bu modeller, en çok metin oluşturmayı içeren görevler için uygundur. | ||
|
||
Bu model ailelerinin temsilcileri şunları kapsar: | ||
|
||
- [CTRL](https://huggingface.co/transformers/model_doc/ctrl.html) | ||
- [GPT](https://huggingface.co/transformers/model_doc/gpt.html) | ||
- [GPT-2](https://huggingface.co/transformers/model_doc/gpt2.html) | ||
- [Transformer XL](https://huggingface.co/transformers/model_doc/transformerxl.html) |