Solution: Run Downstream Tasks

Learn how to run various downstream tasks using Hugging Face and BERT.

Let’s go over the solution for each of the tasks from the challenge step by step.

Task 1 solution

For the sentiment analysis task, we use the pipeline method from the transformers module and simply input each of the sequences inside the pipeline to get the output sentiments for each of the sentences.

Get hands-on with 1200+ tech skills courses.