Update dates

This commit is contained in:
Jake Poznanski 2025-10-16 18:21:18 +00:00
parent b1b29b2206
commit 6c32ff2c7d

View File

@ -35,7 +35,7 @@ Features:
- (Based on a 7B parameter VLM, so it requires a GPU)
### News
- October 1, 2025 - v0.4.0 - [New model release](https://huggingface.co/allenai/olmOCR-7B-1025-FP8), boosts olmOCR-bench score by ~4 points using RL training
- October 21, 2025 - v0.4.0 - [New model release](https://huggingface.co/allenai/olmOCR-7B-1025-FP8), boosts olmOCR-bench score by ~4 points using RL training.
- August 13, 2025 - 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.