Lakoc commited on
Commit
e27e39b
·
verified ·
1 Parent(s): dd8badc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ from transformers import AutoModelForSpeechSeq2Seq
58
 
59
  # 1. Load the model (requires remote code for custom Self-Enrollment layers)
60
  model = AutoModelForSpeechSeq2Seq.from_pretrained(
61
- "BUT-FIT/SE_DiCoW",
62
  trust_remote_code=True
63
  )
64
 
 
58
 
59
  # 1. Load the model (requires remote code for custom Self-Enrollment layers)
60
  model = AutoModelForSpeechSeq2Seq.from_pretrained(
61
+ "BUT-FIT/SE-DiCoW",
62
  trust_remote_code=True
63
  )
64