eolang commited on
Commit
163d93a
·
verified ·
1 Parent(s): 44822ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ quantization_config = BitsAndBytesConfig(
43
 
44
  # Load quantized model
45
  model = AutoModelForSpeechSeq2Seq.from_pretrained(
46
- "eolang/ASR-STT-4bit",
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
  )