I explained it earlier: it is a mistake to reference word_embeddings
directly. It works in the notebook, but the grader passes a different dictionary. It is passed to you as an argument to the function, so the correct way is to use the argument value which is embeddings
, right?