Hello,
Generative AI With Large Language Models, Week 2 lab, while working through the lab i noticed that this section of the lad was missing.
from datasets import load_datasets
from transormers import AutoModelForSeq2SeqLM, AutoTokenizer,GenerationConfig, TrainingArguments, Trainer
import torch
import time
import evaluate
import pandas as pd
import numpy as np
So I added it manually but it returned an error and all subsequent steps presented an error.
THANKS in Advnce
JB