NLP Course documentation

章末小测验

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

章末小测验

Ask a Question

Test what you learned in this chapter!

1.“情绪”数据集包含标记有情绪的 Twitter 消息。在 Hub ( https://huggingface.co/datasets 集线器)中搜索它,然后读取数据集卡。哪一个不是它的基本情感?

2.在 Hub ( https://huggingface.co/datasets 集线器)中搜索‘ ar _ sarcasm’数据集,它支持哪个任务?

3.BERT 模型期望如何处理一对句子?

4.‘ Dataset.map ()’方法的好处是什么?

5.什么是动态填充?

6.校对函数的用途是什么?

7.当你用一个预先训练过的语言模型(例如‘ bert-base-uncased’)实例化一个‘ AutoModelForXxx’类,这个类对应于一个不同于它所被训练的任务时会发生什么?

8.训练争论的目的是什么?

9.为什么要使用 Accelerate 库?