Instructions to use HugThang/Fine-tuned-Zephyr7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use HugThang/Fine-tuned-Zephyr7B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/zephyr-7B-beta-GPTQ") model = PeftModel.from_pretrained(base_model, "HugThang/Fine-tuned-Zephyr7B") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e0ef343 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:991ff07cfb42a792f18759d52870d51aeffad8c61f2bb43a11eff5b5f68e3628
size 4984
|