Skip to content

Commit 9b99472

Browse files
committed
Bump inline model
1 parent 9deb303 commit 9b99472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surya/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def TORCH_DEVICE_MODEL(self) -> str:
5858
COMPILE_DETECTOR: bool = False
5959

6060
# Inline math detection
61-
INLINE_MATH_MODEL_CHECKPOINT: str = "s3://inline_math_detection/2025_02_22"
61+
INLINE_MATH_MODEL_CHECKPOINT: str = "s3://inline_math_detection/2025_02_24"
6262
INLINE_MATH_THRESHOLD: float = 0.9 #Threshold for inline math detection (above this is considered inline-math)
6363
INLINE_MATH_BLANK_THRESHOLD: float = 0.35 # Threshold for blank space (below this is considered blank)
6464
INLINE_MATH_BENCH_DATASET_NAME: str = "datalab-to/inline_detection_bench"

0 commit comments

Comments
 (0)