Instructions to use bbytxt/d7f7c736-e354-43ec-b21f-5e672d1df73a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bbytxt/d7f7c736-e354-43ec-b21f-5e672d1df73a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("katuni4ka/tiny-random-olmo-hf") model = PeftModel.from_pretrained(base_model, "bbytxt/d7f7c736-e354-43ec-b21f-5e672d1df73a") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!