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: 133 Bytes
8261eff | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d89e1d3f3da0b0a805624532c63db73c65cff8c16da74909ebfdbca41cc69896
size 31494413
|