Instructions to use GGital/CAI-Test-04 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use GGital/CAI-Test-04 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ChanonUtupon/openthaigpt-merge-lora-llama-2-7B-3470k") model = PeftModel.from_pretrained(base_model, "GGital/CAI-Test-04") - Notebooks
- Google Colab
- Kaggle
Ctrl+K