himipo commited on
Commit
efa70a6
·
verified ·
1 Parent(s): d962f04

Deploy OCR Model Workbench

Browse files
Files changed (1) hide show
  1. ocr_workbench/registry.py +1 -1
ocr_workbench/registry.py CHANGED
@@ -66,7 +66,7 @@ _BUILTIN_MODELS: list[ModelSpec] = [
66
  "result.md and result_with_boxes image exports."
67
  ),
68
  result_note="Native visualization is returned when the model generates it.",
69
- default_max_tokens=32768,
70
  default_image_mode="gundam",
71
  ),
72
  ModelSpec(
 
66
  "result.md and result_with_boxes image exports."
67
  ),
68
  result_note="Native visualization is returned when the model generates it.",
69
+ default_max_tokens=4096,
70
  default_image_mode="gundam",
71
  ),
72
  ModelSpec(