Update README.md
Browse files
README.md
CHANGED
@@ -55,6 +55,7 @@ torch_dtype = torch.float16 if torch.cuda.is_available() else torch.float32
|
|
55 |
|
56 |
config = AutoConfig.from_pretrained(
|
57 |
"mrprimenotes/sign-whisper-german",
|
|
|
58 |
use_first_embeddings=True,
|
59 |
embedding_stride=2,
|
60 |
conv_dropout=0.1,
|
|
|
55 |
|
56 |
config = AutoConfig.from_pretrained(
|
57 |
"mrprimenotes/sign-whisper-german",
|
58 |
+
trust_remote_code=True,
|
59 |
use_first_embeddings=True,
|
60 |
embedding_stride=2,
|
61 |
conv_dropout=0.1,
|