helizac commited on
Commit
f1055a1
·
verified ·
1 Parent(s): 47dead2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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
- # Replace with your Hugging Face username
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(