rdlf's picture
Create app.py
f720cbd verified
raw
history blame
174 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="telodigoensergio/phi2-LC-merged", trust_remote_code=True)