C4_W1_Ungraded_Lab_2_QKV_Attention

where to download the data used here?

Load the word2int dictionaries

with open("./data/word2int_en.pkl", “rb”) as f:
en_words = pickle.load(f)

with open("./data/word2int_fr.pkl", “rb”) as f:
fr_words = pickle.load(f)

  1. Open notebook
  2. Click on File > Open
  3. You’ll see a folder called data where you can find all the datasets