First model version 6432d5e
Emmanuel Odonkor commited on
How to use Ghost1/cloudy-model with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Ghost1/cloudy-model", dtype="auto")