Update README.md
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ quantization_config = BitsAndBytesConfig(
|
|
| 43 |
|
| 44 |
# Load quantized model
|
| 45 |
model = AutoModelForSpeechSeq2Seq.from_pretrained(
|
| 46 |
-
"
|
| 47 |
quantization_config=quantization_config,
|
| 48 |
device_map="auto"
|
| 49 |
)
|
|
|
|
| 43 |
|
| 44 |
# Load quantized model
|
| 45 |
model = AutoModelForSpeechSeq2Seq.from_pretrained(
|
| 46 |
+
"Jacaranda-Health/ASR-STT-4bit",
|
| 47 |
quantization_config=quantization_config,
|
| 48 |
device_map="auto"
|
| 49 |
)
|