Instructions to use Chat-Error/Blind-test02 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Chat-Error/Blind-test02 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-13b-hf") model = PeftModel.from_pretrained(base_model, "Chat-Error/Blind-test02") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
d656403 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:044296fff79536c3aa33d4c3b19a8e4566aecb27b38272aa84d0e2f4c8f1f6ac
size 125504317
|