Instructions to use bite-the-byte/byt5-small-deASCIIfy-TR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bite-the-byte/byt5-small-deASCIIfy-TR with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("google/byt5-small") model = PeftModel.from_pretrained(base_model, "bite-the-byte/byt5-small-deASCIIfy-TR") - Notebooks
- Google Colab
- Kaggle
Ctrl+K