This is the third of a series of videos walking thru how to do basic embeddings in PyTorch. We will start with a simple example from the standard tutorial and keep changing it over the course of the lectures.
This lecture goes over changing the sample code to make the problem a have two embeddings rather than one.
Your goal for the next video is to add a dev set. This will require adding additional coding.
Raw code: https://github.com/johnsanterre/Teaching/blob/main/embedding_progression/3_embeddings_speaker.py