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
0d026bc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:932cc63e9087fed9e52f7a00b9498968b826f49a79c5863d5bdeda51d2a2f048
size 125504317
|