Text Generation
PEFT
Safetensors
p0
pdf-tokenization
repository-library
research-library
t3_pdf
text2text-generation
Instructions to use PeytonT/pdf-tokenization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use PeytonT/pdf-tokenization with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-base") model = PeftModel.from_pretrained(base_model, "PeytonT/pdf-tokenization") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!