File size: 412 Bytes
af343c9 b3d8dad 632c731 b3d8dad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
license: apache-2.0
language:
- vi
- en
pipeline_tag: text-generation
tags:
- llama.cpp
---
```bash
./main -m path/to/dama-2-7b-chat.q2_k.gguf -n 512 --logit-bias 2+1 --temp 0.1 --repeat_penalty 1.03 --multiline-input -p "<s>[INST] <<SYS>>
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.
<</SYS>>
Hồ Chí Minh sinh vào ngày nào? [/INST]"
``` |