Instructions to use Adriana213/tiny-mistral-alpaca-finance with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Adriana213/tiny-mistral-alpaca-finance with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openaccess-ai-collective/tiny-mistral") model = PeftModel.from_pretrained(base_model, "Adriana213/tiny-mistral-alpaca-finance") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes