Upload README.md with huggingface_hub
Browse files
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/
|
| 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 |
|