File size: 183 Bytes
535ccee
 
 
 
 
 
1
2
3
4
5
6
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