'How to use Transfer Learning for Text classification in Apples Create ML?

I was watching https://developer.apple.com/videos/play/wwdc2019/428/, where Transfer Learning is used for text classification in Create ML.

I wanted to do the same and created Datasets with the following structure:

  • Folders where the Name of the Folder is the Label / Answer to a Question.
  • Inside each folder there are 10 text files with Questions.

Pretty much the same Idea like in the Video.

When I now choose Transfer Learning (like in the Video) and start to train, the Window tells me "Model has no Data" (see Screenshot).

Error Screenshot

What I am doing wrong ?



Solution 1:[1]

By looking at your Error Screenshot, you are missing the test data.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Caleb Danielsen