Instructions to use ZhanQU/conversion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ZhanQU/conversion with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "ZhanQU/conversion") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
d439d04 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1aefcd8afb7a70241a09a23436f6f34610e6df0cb951e9fa225021b451fa059f
size 23071850
|