Instructions to use JacobHsu/phison_handwrite_ocr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JacobHsu/phison_handwrite_ocr with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/mnt/data-disk/model/Qwen2.5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "JacobHsu/phison_handwrite_ocr") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3e955bf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:277bb76b018c9b6b0c4939c035f406ce11c8874ee222bae0172c1e541095b2a6
size 161810282
|