Learning Path
Course Outline

Question Answer System Training With Distilbert Base Uncased

|

Code Explanation

STEP 1

Code Explanation

Installing required libraries

The first line stated the installation of the transformers library. Which comes with models and SQuAD datasets for carrying out tasks such as text generation, and question answering. The second line installs a tool known as accelerate which improves the training of the models and helps in running the models on different devices.

!pip install transformers datasets evaluate
!pip install accelerate
Progress
Course Progress
0%0of13steps completed
Time Spent
00:00:00
Time on this screen

Buy Now

Complete the project to unlock the next step