Instructions to use nelson2424/mt0-small-lora-finetune-grocery-action-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nelson2424/mt0-small-lora-finetune-grocery-action-classifier with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("bigscience/mt0-small") model = PeftModel.from_pretrained(base_model, "nelson2424/mt0-small-lora-finetune-grocery-action-classifier") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for nelson2424/mt0-small-lora-finetune-grocery-action-classifier
Base model
bigscience/mt0-small