Lab 2, unused variable name bug

Sneaky one. Loving the course, cheers!


3.3 - Evaluate the Model Qualitatively (Human Evaluation)

index = 200
dialogue = dataset[‘test’][index][‘dialogue’]
baseline_human_summary = dataset[‘test’][index][‘summary’]

should be: human_baseline_summary = dataset[‘test’][index][‘summary’]

1 Like

Thank you!