Update README.md (batch 1/1)

This commit is contained in:
systemd
2026-06-12 03:05:16 +00:00
parent 552b4a5fb2
commit ae2ef13e1e
7 changed files with 725 additions and 266 deletions

View File

@ -8324,18 +8324,19 @@
"<|video_pad|>"
],
"auto_map": {
"AutoProcessor": "processing_ppocrvl.PPOCRVLProcessor"
"AutoProcessor": "processing_paddleocr_vl.PaddleOCRVLProcessor"
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"cls_token": "<|begin_of_sentence|>",
"eos_token": "</s>",
"image_token": "<|IMAGE_PLACEHOLDER|>",
"extra_special_tokens": {},
"legacy": true,
"mask_token": "<mask:1>",
"model_max_length": 131072,
"pad_token": "<unk>",
"processor_class": "PPOCRVLProcessor",
"processor_class": "PaddleOCRVLProcessor",
"sep_token": "<|end_of_sentence|>",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,