Instructions to use nluai/test_format with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nluai/test_format with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("vilm/vinallama-7b-chat") model = PeftModel.from_pretrained(base_model, "nluai/test_format") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c7528ce | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1070a31e65ad3ab7fab4914c5dc2a2579a7fd24a3d4ef19ad367241900f79f34
size 320084922
|