Instructions to use nswamy14/starcoder2-pdf-frame with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nswamy14/starcoder2-pdf-frame with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-7b") model = PeftModel.from_pretrained(base_model, "nswamy14/starcoder2-pdf-frame") - Notebooks
- Google Colab
- Kaggle