README: 1.0/1.5 layout note; scope default OCR prompt to document parsing

#31
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -25,12 +25,13 @@ library_name: transformers
25
 
26
  </div>
27
 
28
- > 📝 **Note.** This is a **preview release** of HunyuanOCR-1.5 weights.
29
- > The **technical report and official weights are coming very soon**; the
30
- > checkpoint, file layout and interface here may still evolve before the final
31
- > release. Training / inference toolkit and full documentation live in the
32
- > GitHub repo (branch **`develop`**):
33
- > <https://github.com/Tencent-Hunyuan/HunyuanOCR>.
 
34
 
35
  ---
36
 
@@ -194,7 +195,7 @@ See `docs/llama_cpp.md` in the GitHub repo for GGUF conversion, community
194
 
195
  ---
196
 
197
- ## 🎯 Default OCR prompt
198
 
199
  ```
200
  提取文档图片中正文的所有信息用markdown格式表示,其中页眉、页脚部分忽略,
 
25
 
26
  </div>
27
 
28
+ > 📦 **Model layout.** This repository now hosts **HunyuanOCR-1.5** at the
29
+ > root (target base weights). The **DFlash speculative-decoding draft** lives
30
+ > under [`dflash/`](https://huggingface.co/tencent/HunyuanOCR/tree/main/dflash),
31
+ > and the previous **HunyuanOCR-1.0** is archived under
32
+ > [`v1.0/`](https://huggingface.co/tencent/HunyuanOCR/tree/main/v1.0).
33
+ > To load HunyuanOCR-1.0, use `subfolder="v1.0"` (or download the `v1.0/`
34
+ > directory directly).
35
 
36
  ---
37
 
 
195
 
196
  ---
197
 
198
+ ## 🎯 Default OCR prompt for document parsing
199
 
200
  ```
201
  提取文档图片中正文的所有信息用markdown格式表示,其中页眉、页脚部分忽略,