Spaces:
Runtime error
Runtime error
File size: 174 Bytes
f720cbd |
1 2 3 4 |
# 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) |