Instructions to use thaffggg/3ce45735-c3e2-4e0e-b656-88183062d9f3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thaffggg/3ce45735-c3e2-4e0e-b656-88183062d9f3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("The-matt/llama2_ko-7b_distinctive-snowflake-182_1060") model = PeftModel.from_pretrained(base_model, "thaffggg/3ce45735-c3e2-4e0e-b656-88183062d9f3") - Notebooks
- Google Colab
- Kaggle
Ctrl+K