Update README.md
Browse files
README.md
CHANGED
|
@@ -53,8 +53,7 @@ import traceback
|
|
| 53 |
# This assumes the utility script is available in your environment
|
| 54 |
from qwen_vl_utils import process_vision_info
|
| 55 |
|
| 56 |
-
|
| 57 |
-
MODEL_ID = "[YOUR-HF-USERNAME]/dots.ocr-4bit"
|
| 58 |
|
| 59 |
print("Loading 4-bit quantized model from the Hub...")
|
| 60 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
|
| 53 |
# This assumes the utility script is available in your environment
|
| 54 |
from qwen_vl_utils import process_vision_info
|
| 55 |
|
| 56 |
+
MODEL_ID = "helizac/dots.ocr-4bit"
|
|
|
|
| 57 |
|
| 58 |
print("Loading 4-bit quantized model from the Hub...")
|
| 59 |
model = AutoModelForCausalLM.from_pretrained(
|