clo
Collection
2 items • Updated
How to use Dependify/spastorm with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Dependify/spastorm", device_map="auto")# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Dependify/spastorm", device_map="auto")
# Gated model: Login with a HF token with gated access permission hf auth login