Pure clean root release for SAS 7B Backbone - checkpoint-5000 389100e
MgGladys commited on
How to use MgGladys/SAS_7B with PEFT:
Task type is invalid.
How to use MgGladys/SAS_7B with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("MgGladys/SAS_7B", device_map="auto")