I am very confused what to do... :'(

Hi everyone, I am taking a course on Generative AI with Large Language Models. Currently, I am in the module: Lab 1 - Generative AI Use Case: Summarize Dialogue.

I have been on this step (please take a look at the screenshot). However, I am very confused about what I am supposed to do. I don’t come from a Computer Science background, so I have no experience in coding.

Please, someone, help me. I really appreciate any help you can provide.

Hello, you will need some basic Python knowledge to understand this course. Perhaps take a step back and take a Python course online first!

The general process is that each notebook contains two types of cells.

  • Markdown (which contains the instructions in plain text),
  • and Code, which contains Python code that you should run (and in some cases, add your own code in the indicated locations).

To run a Code cell, left-click in it, and then click the ‘Run’ button in the top menu.

Essentially, you read and follow the instructions, and run the code when needed.