Update README.md 410266c verified
Leonard Püttmann commited on
How to use puettmann/PhilosophyMistral-7B-Instruct-v0.3 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("puettmann/PhilosophyMistral-7B-Instruct-v0.3", device_map="auto")