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: 129 Bytes
3e955bf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d5da9f17912ffea6653c58cbf06f8b20766b3e97cbb4bb6b02c6c4de2e8de090
size 5752
|