Text Generation
PEFT
Safetensors
Hindi
English
code-mixing
Hinglish
text-normalization
multilingual-normalization
conversational
Instructions to use LingoIITGN/COMI-LINGUA-TN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LingoIITGN/COMI-LINGUA-TN with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "LingoIITGN/COMI-LINGUA-TN") - Notebooks
- Google Colab
- Kaggle
Ctrl+K