Add Malayalam (ml) translation for Chapter 0 and Chapter 1 - #1303
Open
nikhilkilivayil wants to merge 21 commits into
Open
Add Malayalam (ml) translation for Chapter 0 and Chapter 1#1303nikhilkilivayil wants to merge 21 commits into
nikhilkilivayil wants to merge 21 commits into
Conversation
This document provides an overview of Natural Language Processing (NLP) and Large Language Models (LLMs), discussing their significance, capabilities, challenges, and the evolution of NLP tasks.
This file introduces an ungraded quiz for Chapter 1, containing questions related to the Transformers library and its functionalities, specifically focusing on models and their applications.
This section discusses biases and limitations of pre-trained models, using BERT as an example to illustrate potential gender biases in outputs.
Introduced a new chapter on Transformers and Large Language Models, covering fundamental concepts, capabilities, architectures, recent developments, and practical applications.
Added a quiz section to test knowledge on chapter concepts.
Added Malayalam language link for chapter 1.
Added Malayalam language section for course translation.
Updated the explanation of using a pre-trained model for automatic speech recognition, clarifying the encoder-decoder structure and training process.
69 tasks
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
This was referenced Sep 7, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @lewtun and @stevhliu 👋
This PR adds the Malayalam (
ml) translation for Chapter 0 (Setup) and Chapter 1 (Transformer models), sections 1–11.Related issue: #1263
Changes:
chapters/ml/chapter0/1.mdxchapters/ml/chapter1/1.mdx…11.mdxchapters/ml/_toctree.ymlchapters/ml/TRANSLATING.txt— glossary and translation choices for ML/NLP jargonchapters/en/chapter1/1.mdxand to the README tablemlto thelanguageslist inbuild_documentation.ymlandbuild_pr_documentation.ymlCode blocks, URLs, image paths, MDX components and anchor IDs are unchanged. Built locally with
doc-builder build course chapters/ml --not_python_module— all 16 files render without errors.Note: two intermediate commit messages picked up an auto-suggested text ("Add ungraded quiz…", "Update fmt.Println…"); the file contents are correct — happy to squash if preferred.
Happy to revise based on review 🙏