Update Readme 40e7e0b 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")