Instructions to use ancient41/347418d5-ba94-459f-95dc-0db5140419ec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ancient41/347418d5-ba94-459f-95dc-0db5140419ec with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/tiny-random-LlamaForCausalLM") model = PeftModel.from_pretrained(base_model, "ancient41/347418d5-ba94-459f-95dc-0db5140419ec") - Notebooks
- Google Colab
- Kaggle
Ctrl+K