Instructions to use thangla01/f7c10bd0-65bb-42f4-b856-acb02834b4b8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thangla01/f7c10bd0-65bb-42f4-b856-acb02834b4b8 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-410m-deduped") model = PeftModel.from_pretrained(base_model, "thangla01/f7c10bd0-65bb-42f4-b856-acb02834b4b8") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!