File size: 147 Bytes
5e5396c
b794f81
 
5e5396c
1
2
3
4
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="mistralai/Codestral-22B-v0.1")