diff --git a/README.md b/README.md index 4319ab7..b4c1327 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Features: - (Based on a 7B parameter VLM, so it requires a GPU) ### News + - August 13, 2024 - v0.3.0 - [New model release](https://huggingface.co/allenai/olmOCR-7B-0825-FP8), fixes auto-rotation detection, and hallucinations on blank documents. - July 24, 2025 - v0.2.1 - [New model release](https://huggingface.co/allenai/olmOCR-7B-0725-FP8), scores 3 points higher on [olmOCR-Bench](https://github.com/allenai/olmocr/tree/main/olmocr/bench), also runs significantly faster because it's default FP8, and needs much fewer retries per document. - July 23, 2025 - v0.2.0 - New cleaned up [trainer code](https://github.com/allenai/olmocr/tree/main/olmocr/train), makes it much simpler to train olmOCR models yourself. - June 17, 2025 - v0.1.75 - Switch from sglang to vllm based inference pipeline, updated docker image to CUDA 12.8. @@ -97,7 +98,7 @@ We also ship a comprehensive benchmark suite covering over 7,000 test cases acro 93.6 71.3 77.1 - 99.4 + 99.4 72.0 ± 1.1 @@ -115,7 +116,7 @@ We also ship a comprehensive benchmark suite covering over 7,000 test cases acro olmOCR v0.2.0 78.8 - 77.5 + 77.5 71.9 45.4 94.2 @@ -124,6 +125,18 @@ We also ship a comprehensive benchmark suite covering over 7,000 test cases acro 99.8 78.5 ± 1.1 + + olmOCR v0.3.0 + 78.6 + 79.9 + 72.9 + 43.9 + 95.1 + 77.3 + 81.2 + 98.9 + 78.5 ± 1.1 + diff --git a/olmocr/bench/README.md b/olmocr/bench/README.md index b994880..3c90a03 100644 --- a/olmocr/bench/README.md +++ b/olmocr/bench/README.md @@ -81,7 +81,7 @@ to run it against your own OCR tools. Your tool just needs to support Markdown o 93.6 71.3 77.1 - 99.4 + 99.4 72.0 ± 1.1 @@ -195,7 +195,7 @@ to run it against your own OCR tools. Your tool just needs to support Markdown o olmOCR v0.2.0 78.8 - 77.5 + 77.5 71.9 45.4 94.2 @@ -204,6 +204,18 @@ to run it against your own OCR tools. Your tool just needs to support Markdown o 99.8 78.5 ± 1.1 + + olmOCR v0.3.0 + 78.6 + 79.9 + 72.9 + 43.9 + 95.1 + 77.3 + 81.2 + 98.9 + 78.5 ± 1.1 +