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
08ba0f0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8d5de6d5c52c3d24089ca51dc0452c99b5461d213b610a7a1de7130b47a33c2a
size 125504317
|