Instructions to use Ro551/mbart-large-50-GEC-spanish-LORA-cowsl2h with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ro551/mbart-large-50-GEC-spanish-LORA-cowsl2h with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/mbart-large-50") model = PeftModel.from_pretrained(base_model, "Ro551/mbart-large-50-GEC-spanish-LORA-cowsl2h") - Transformers
How to use Ro551/mbart-large-50-GEC-spanish-LORA-cowsl2h with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Ro551/mbart-large-50-GEC-spanish-LORA-cowsl2h", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 1db8366772de08e06cad7a0c76fba01c1171b70b6df69935c4747310fd3e352d
- Size of remote file:
- 5.39 kB
- SHA256:
- 4bdbdce01ac05bca4e48fce2ef0cbd4d6fdbb557b5cbad292d985b4803ec8ac5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.