from transformers import pipeline
generator = pipeline("text-generation") generator( "In this course, we will teach you how to" ) # Dans ce cours, nous vous enseignerons comment
from transformers import pipeline
generator = pipeline("text-generation") generator( "In this course, we will teach you how to" ) # Dans ce cours, nous vous enseignerons comment