Instructions to use Bachhoang/peft-FT-bkai-checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Bachhoang/peft-FT-bkai-checkpoint with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bkai-foundation-models/vietnamese-llama2-7b-120GB") model = PeftModel.from_pretrained(base_model, "Bachhoang/peft-FT-bkai-checkpoint") - Notebooks
- Google Colab
- Kaggle
Ctrl+K