Instructions to use nluai/test_format5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nluai/test_format5 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_format5") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5d9d6a3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b4cb29574589b9e6914b9c7124b893a2e2f8a6a5076dce9a5272aae9f4b3c8b9
size 5176
|