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