Spaces:
Runtime error
Runtime error
File size: 114 Bytes
83328e7 |
1 2 3 |
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Xenova/gpt-3.5-turbo") |