Instructions to use Pedrampedram/Greener-Earth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Pedrampedram/Greener-Earth with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-1b7") model = PeftModel.from_pretrained(base_model, "Pedrampedram/Greener-Earth") - Notebooks
- Google Colab
- Kaggle
Commit ·
dc3ea9c
1
Parent(s): 5b50742
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (f8016659da6e145fa3540fa2ba9234b8d14d0204)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>