Instructions to use Drew-ch/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Drew-ch/results with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("taide/Llama3-TAIDE-LX-8B-Chat-Alpha1") model = PeftModel.from_pretrained(base_model, "Drew-ch/results") - Notebooks
- Google Colab
- Kaggle
Ctrl+K