Instructions to use hina6198/urdu-roman-transliterator-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hina6198/urdu-roman-transliterator-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ogx786/urdu-roman-transliterator-tiny-aya") model = PeftModel.from_pretrained(base_model, "hina6198/urdu-roman-transliterator-lora") - Notebooks
- Google Colab
- Kaggle
Base Model is Missing
#1 opened 9 days ago
by
epiCodex