zenosai commited on
Commit
0293bd5
Β·
verified Β·
1 Parent(s): 7855189

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -21,8 +21,10 @@ library_name: transformers
21
  </div>
22
 
23
  ## News
 
24
  * `2026.07.21` πŸ“¦ We release [MonkeyDoc v2](https://modelscope.cn/datasets/zenosai/MonkeyDocv2), an open multilingual corpus for document-oriented pretraining. We hope it can serve as a shared data foundation for more transparent, reproducible, and fair comparisons in Document AI.
25
- * `2026.07.11` πŸš€ We release [MonkeyOCRv2](https://github.com/Yuliang-Liu/MonkeyOCRv2), including MonkeyOCRv2 vision encoder, MonkeyOCRv2-Parsing for multilingual document parsing, MonkeyOCRv2-Und for efficient document understanding.
 
26
 
27
  ## Use MonkeyOCRv2 as a Vision Backbone
28
 
@@ -45,11 +47,12 @@ encoder = AutoModel.from_pretrained(
45
  See the Vision Encoder [Quick Start](https://github.com/Yuliang-Liu/MonkeyOCRv2#vision-encoder) for installation and feature-extraction examples. If you adapt MonkeyOCRv2 to a new task or domain, feel free to open an issue or pull request and share the results.
46
 
47
  ## MonkeyDoc v2
48
- MonkeyDoc v2 is currently the largest document image pre-training image-text pair dataset, comprising 113 million document images across 17 languages. The open-sourcing of MonkeyDoc v2 is still underway. So far, we have released all 52 million synthetic samples and 35 million real-world samples derived from FinePDF. Additional real-world data from other sources is currently being organized and will be released progressively. You can download the full datset as follows:
49
  ```bash
50
  pip install modelscope
51
  modelscope download --dataset zenosai/MonkeyDocv2 --local_dir ./MonkeyDocv2
52
  ```
 
53
 
54
  ## Model Zoo
55
 
@@ -249,9 +252,9 @@ python download_model.py -t modelscope -n MonkeyOCRv2-B # or MonkeyOCRv2-S / Mon
249
  ```bash
250
  cd vision
251
  # For MonkeyOCRv2-B and MonkeyOCRv2-S
252
- python extract_feature.py
253
  # For MonkeyOCRv2-AS
254
- python extract_feature_vitae.py
255
  ```
256
 
257
  ### Document Parsing
@@ -1237,7 +1240,7 @@ This multi-expert agreement strategy reduces model-specific annotation errors an
1237
  - **MonkeyOCR**: https://github.com/Yuliang-Liu/MonkeyOCR
1238
  - **MDPBench**: https://github.com/Yuliang-Liu/MultimodalOCR
1239
  - **MonkeyDoc**: https://modelscope.cn/datasets/zenosai/MonkeyDoc
1240
- - **FinePDF**: https://huggingface.co/datasets/HuggingFaceFW/finepdfs
1241
 
1242
  ## Citation
1243
  If you use any part of this release β€” the MonkeyOCRv2 encoders, MonkeyOCRv2-Parsing,
 
21
  </div>
22
 
23
  ## News
24
+ * `2026.07.22` πŸ† MonkeyOCRv2-B-Parsing ranks #1 among evaluated open-source models on the official [MDPBench Leaderboard](https://huggingface.co/spaces/Delores-Lin/MDPBench-leaderboard), achieving 83.3 overall across 17 languages, including digital-born and photographed documents.
25
  * `2026.07.21` πŸ“¦ We release [MonkeyDoc v2](https://modelscope.cn/datasets/zenosai/MonkeyDocv2), an open multilingual corpus for document-oriented pretraining. We hope it can serve as a shared data foundation for more transparent, reproducible, and fair comparisons in Document AI.
26
+ * `2026.07.20` πŸ€— MonkeyOCRv2 was featured in [Hugging Face Daily Papers](https://huggingface.co/papers/2607.11562) and has entered the Weekly Papers list. Thanks to the community for the support, upvotes, and feedback!
27
+ * `2026.07.14` πŸš€ We release [MonkeyOCRv2](https://arxiv.org/abs/2607.11562), including MonkeyOCRv2 vision encoder, MonkeyOCRv2-Parsing for multilingual document parsing, MonkeyOCRv2-Und for efficient document understanding.
28
 
29
  ## Use MonkeyOCRv2 as a Vision Backbone
30
 
 
47
  See the Vision Encoder [Quick Start](https://github.com/Yuliang-Liu/MonkeyOCRv2#vision-encoder) for installation and feature-extraction examples. If you adapt MonkeyOCRv2 to a new task or domain, feel free to open an issue or pull request and share the results.
48
 
49
  ## MonkeyDoc v2
50
+ MonkeyDoc v2 is currently the largest document image pre-training image-text pair dataset, comprising 113 million document images across 17 languages. The open-sourcing of MonkeyDoc v2 is still underway. So far, we have released 52 million synthetic samples and 41 million real-world samples. You can download the full datset as follows:
51
  ```bash
52
  pip install modelscope
53
  modelscope download --dataset zenosai/MonkeyDocv2 --local_dir ./MonkeyDocv2
54
  ```
55
+ After processing and compression, downloading the dataset currently requires approximately 10 TB of disk space. We recommend having at least 11 TB of available storage before starting the download to ensure sufficient space throughout the process.
56
 
57
  ## Model Zoo
58
 
 
252
  ```bash
253
  cd vision
254
  # For MonkeyOCRv2-B and MonkeyOCRv2-S
255
+ python extract_feature.py -m ../model_weight/MonkeyOCRv2-B -i ../images_test/ar.JPEG
256
  # For MonkeyOCRv2-AS
257
+ python extract_feature_vitae.py -m ../model_weight/MonkeyOCRv2-AS -i ../images_test/ar.JPEG
258
  ```
259
 
260
  ### Document Parsing
 
1240
  - **MonkeyOCR**: https://github.com/Yuliang-Liu/MonkeyOCR
1241
  - **MDPBench**: https://github.com/Yuliang-Liu/MultimodalOCR
1242
  - **MonkeyDoc**: https://modelscope.cn/datasets/zenosai/MonkeyDoc
1243
+ - **MonkeyDoc v2**: https://modelscope.cn/datasets/zenosai/MonkeyDocv2
1244
 
1245
  ## Citation
1246
  If you use any part of this release β€” the MonkeyOCRv2 encoders, MonkeyOCRv2-Parsing,