Instructions to use nluai/test_format2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nluai/test_format2 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_format2") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors.index.json with huggingface_hub
Browse files
model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|