Instructions to use IrieDinamik/ocr-deepseek-ocr-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IrieDinamik/ocr-deepseek-ocr-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="IrieDinamik/ocr-deepseek-ocr-2", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("IrieDinamik/ocr-deepseek-ocr-2", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 460 Bytes
18bf894 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | {
"add_special_token": false,
"candidate_resolutions": [
[
1024,
1024
]
],
"downsample_ratio": 4,
"ignore_id": -100,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"image_token": "<image>",
"mask_prompt": false,
"normalize": true,
"pad_token": "<\uff5c\u2581pad\u2581\uff5c>",
"patch_size": 16,
"processor_class": "DeepseekVLV2Processor",
"sft_format": "deepseek"
}
|