Session Ready
Exercise

Training multiple labels

Here's a small sample of a dataset created to train a new entity type WEBSITE. The original dataset contains a few thousand sentences. In this exercise, you'll be doing the labeling by hand. In real life, you probably want to automate this and use an annotation tool – for example, Brat, a popular open-source solution, or Prodigy, our own annotation tool that integrates with spaCy.

After this exercise you will be nearly done with the course! If you enjoyed it, feel free to send Ines a thank you via Twitter - she'll appreciate it! Tweet to Ines

Instructions 1/3
undefined XP
  • 1
  • 2
  • 3
  • Complete the entity offsets for the WEBSITE entities in the data. Feel free to use len() if you don't want to count the characters.