April 2026
Intermediate
395 pages
13h 22m
English
Now that you know how to implement and use a model from Hugging Face, time for you to get behind the wheel yourself. In this exercise, you’ll need to understand the task, find a suitable model, and implement it.
A typical NLP task is translation. With the knowledge from the previous section, you can now solve this task independently. Find a suitable model on Hugging Face to translate the following sentence into Japanese:
Be the change you wish to see in the world.
This famous saying is attributed to Mahatma Gandhi. Try to solve it independently and read on to see our solution.
First, check the model’s section on Hugging Face (https://huggingface.co/models). Then, filter for Translation ...
Read now
Unlock full access