初始化项目,由ModelHub XC社区提供模型

Model: vilm/vinallama-7b-chat
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-07 10:53:18 +08:00
commit 1aeca9cd3d
14 changed files with 135383 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
---
language:
- vi
license: llama2
---
# VinaLLaMA - State-of-the-art Vietnamese LLMs
![image](https://i.ibb.co/W0dq12n/vinallama.png)
Read our [Paper](https://huggingface.co/papers/2312.11011)
### Prompt Format (ChatML):
```
<|im_start|>system
Bạn là một trợ lí AI hữu ích. Hãy trả lời người dùng một cách chính xác.
<|im_end|>
<|im_start|>user
Hello world!<|im_end|>
<|im_start|>assistant
```