Update README.md a08b5b3 verified
Christopher H. commited on
How to use opencampus/sign-whisper-german with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("opencampus/sign-whisper-german", trust_remote_code=True, device_map="auto")