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