...

/

Exercise: spaCy and Transformers

Exercise: spaCy and Transformers

Let's test what you've learned in this chapter through a couple coding exercises.

Exercise 1: Using transformers to perform sentiment analysis

Write a Python program that uses spaCy and transformers to perform sentiment analysis on a given sentence.

Assume the sentence is: “I really enjoy using this product. It's amazing!”

Exercise 2: Using transformers

...