|
--- |
|
language: |
|
- vi |
|
license: mit |
|
library_name: transformers |
|
datasets: |
|
- gingdev/ictu-lecturers |
|
- gingdev/ViHealthQA-small |
|
metrics: |
|
- accuracy |
|
pipeline_tag: text-generation |
|
--- |
|
# LLaMA 7b ICTU |
|
This model is based on [VinaLLaMA](vilm/vinallama-7b-chat) |
|
|
|
The model is for educational purposes only. |
|
|
|
## Information |
|
Prompt template (chatml, similar to the base model) |
|
``` |
|
<|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 |
|
Thủ đô của Việt Nam ở đâu?<|im_end|> |
|
<|im_start|>assistant |
|
``` |
|
|
|
Author: Tran Xuan Thanh |
|
|
|
[Open in Colab](https://colab.research.google.com/drive/16sQPwOm8UycWjpoJT8pBNBBmn73CJUXQ?usp=sharing) |