mrprimenotes commited on
Commit
9246022
·
verified ·
1 Parent(s): 4b14570

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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,