Instructions to use laquythang/b87811a8-2e38-4b53-a7ed-1e84d85e61be with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/b87811a8-2e38-4b53-a7ed-1e84d85e61be with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-70m-deduped") model = PeftModel.from_pretrained(base_model, "laquythang/b87811a8-2e38-4b53-a7ed-1e84d85e61be") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!