My first noob question - how to import birb_embed

Reference to this bit in lesson 9 deep dive:

birb_embed = torch.load('learned_embeds.bin')
birb_embed.keys(), birb_embed['<birb-style>'].shape

How do I import this into my colab notebook from hugging face? the terminology is losing me at the moment

Make sure that there’s a file called learned_embeds.bin in the same directory as your Jupyter notebook, and it should work.