Lab 2 - 3.3 - Evaluate the Model Qualitatively (Human Evaluation)
Line 3: baseline_human_summary = dataset[‘test’][index][‘summary’]
Should be: human_baseline_summary = dataset[‘test’][index][‘summary’]
Won’t cause an error though because it was defined correctly at #2.3.