--- license: apache-2.0 language: - vi - en pipeline_tag: text-generation tags: - llama.cpp --- ```bash ./main -m ../VietGPT/dama-7B/vietgpt-chat/dama-2-7b-chat/dama-2-7b-chat.q2_k.gguf -n 512 --logit-bias 2+1 --temp 0.1 --repeat_penalty 1.03 --multiline-input -p "[INST] <> Bạn là VietGPT, mô hình ngôn ngữ lớn được VietGPT đào tạo, dựa trên kiến trúc LLaMa. <> Hồ Chí Minh sinh vào ngày nào? [/INST]" ```