Skip to content

Instantly share code, notes, and snippets.

@lando22
Created May 25, 2022 05:18
Show Gist options
  • Save lando22/1acf0cd6818431fcc18c49d6a712d111 to your computer and use it in GitHub Desktop.
Save lando22/1acf0cd6818431fcc18c49d6a712d111 to your computer and use it in GitHub Desktop.
import transformers
from transformers import pipeline
generator = pipeline('text-generation', model='gpt2')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment