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: 129 Bytes
27ce9e2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fe50afda77301f881e38077a96cb8a832018c308523c72485384b8f3debed767
size 5432
|