Instructions to use EricPeter/NLLB-MT-1.3B-LoRa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EricPeter/NLLB-MT-1.3B-LoRa with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("Sunbird/translate-nllb-1.3b-salt") model = PeftModel.from_pretrained(base_model, "EricPeter/NLLB-MT-1.3B-LoRa") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 217f543c652c29ddabec7c379d91b3503712cca80d7cbf588e243828227c442f
- Size of remote file:
- 5.43 kB
- SHA256:
- 651eb14631f4ff80eb4bd5deb02d52c5e8b5312f397eec016f9f77145092066b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.