Instructions to use LingoIITGN/COMI-LINGUA-POS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LingoIITGN/COMI-LINGUA-POS with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("CohereForAI/aya-expanse-8b") model = PeftModel.from_pretrained(base_model, "LingoIITGN/COMI-LINGUA-POS") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8cd4aa1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4cf18404749ce32e1342957cdbcbf52ea47c6816067bcc4c3a1e8c6a56c13dbd
size 5777
|