Instructions to use dimasik1987/fd6620cd-a5ea-4ba3-8d41-bccd377bcbae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik1987/fd6620cd-a5ea-4ba3-8d41-bccd377bcbae with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-rw-1b") model = PeftModel.from_pretrained(base_model, "dimasik1987/fd6620cd-a5ea-4ba3-8d41-bccd377bcbae") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!