NLP Course documentation

End-of-chapter quiz

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

End-of-chapter quiz

Ask a Question

Let’s test what you learned in this chapter!

1. What are models on the Hub limited to?

2. How can you manage models on the Hub?

3. What can you do using the Hugging Face Hub web interface?

4. What is a model card?

5. Which of these objects of the 🤗 Transformers library can be directly shared on the Hub with push_to_hub() ?

6. What is the first step when using the push_to_hub() method or the CLI tools?

7. You’re using a model and a tokenizer — how can you upload them to the Hub?

8. Which git operations can you do with the Repository class?