Instructions to use fayetitchenal/mistral-climate-finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fayetitchenal/mistral-climate-finetune with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.3") model = PeftModel.from_pretrained(base_model, "fayetitchenal/mistral-climate-finetune") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
76f5b70 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d93851d2df011f6ae021b7a81b19f5766015e80a53d13d28a951ef439f37c684
size 5240
|