Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapters/vi/chapter1/4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Ví dụ về một tác vụ có thể kể đến dự đoán từ tiếp theo
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface-course/documentation-images/resolve/main/en/chapter1/causal_modeling-dark.svg" alt="Example of causal language modeling in which the next word from a sentence is predicted.">
</div>

Another example is _masked language modeling_, in which the model predicts a masked word in the sentence.
Một ví dụ khác là _masked language modeling_, trong đó mô hình dự đoán một từ bị che khuất trong câu.

<div class="flex justify-center">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface-course/documentation-images/resolve/main/en/chapter1/masked_modeling.svg" alt="Example of masked language modeling in which a masked word from a sentence is predicted.">
Expand Down