Instructions to use demohong/7349e03e-67b6-4a91-943c-e6b6e45149db with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use demohong/7349e03e-67b6-4a91-943c-e6b6e45149db with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-160m") model = PeftModel.from_pretrained(base_model, "demohong/7349e03e-67b6-4a91-943c-e6b6e45149db") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!