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