Instructions to use thalllsssss/33a6b8cc-6f9c-4a40-92f5-010f98fdcc74 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thalllsssss/33a6b8cc-6f9c-4a40-92f5-010f98fdcc74 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Genstruct-7B") model = PeftModel.from_pretrained(base_model, "thalllsssss/33a6b8cc-6f9c-4a40-92f5-010f98fdcc74") - Notebooks
- Google Colab
- Kaggle