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: 129 Bytes
8991a9c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:056b2d35a8edd0b4c4e1fa596b4bfb9c414a316aae917663d8deeb089d445a4e
size 4219
|