We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9deb303 commit 9b99472Copy full SHA for 9b99472
surya/settings.py
@@ -58,7 +58,7 @@ def TORCH_DEVICE_MODEL(self) -> str:
58
COMPILE_DETECTOR: bool = False
59
60
# Inline math detection
61
- INLINE_MATH_MODEL_CHECKPOINT: str = "s3://inline_math_detection/2025_02_22"
+ INLINE_MATH_MODEL_CHECKPOINT: str = "s3://inline_math_detection/2025_02_24"
62
INLINE_MATH_THRESHOLD: float = 0.9 #Threshold for inline math detection (above this is considered inline-math)
63
INLINE_MATH_BLANK_THRESHOLD: float = 0.35 # Threshold for blank space (below this is considered blank)
64
INLINE_MATH_BENCH_DATASET_NAME: str = "datalab-to/inline_detection_bench"
0 commit comments