Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,8 @@ language:
|
|
13 |
## Model Details
|
14 |
|
15 |
- **Developed by:** Tuan Pham (FPTU HCM Student)
|
|
|
|
|
16 |
- **Model type:** Llama2-7B Decoder-only
|
17 |
- **Finetuned from model :**
|
18 |
* meta-llama/Llama-2-7b
|
@@ -123,10 +125,11 @@ Our model currently sits at TOP-5 on the VMLU benchmark
|
|
123 |
## Citation
|
124 |
|
125 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
|
|
|
13 |
## Model Details
|
14 |
|
15 |
- **Developed by:** Tuan Pham (FPTU HCM Student)
|
16 |
+
- Contact me at: weekend.2810@gmail.com or tuanpmse160561@fpt.edu.vn
|
17 |
+
- Looking for intern opportunity :D
|
18 |
- **Model type:** Llama2-7B Decoder-only
|
19 |
- **Finetuned from model :**
|
20 |
* meta-llama/Llama-2-7b
|
|
|
125 |
## Citation
|
126 |
|
127 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
128 |
+
```bibtex
|
129 |
+
@online{t-llama,
|
130 |
+
author = {Pham Minh Tuan},
|
131 |
+
title = {T-Llama: A New Language Model for Vietnamese},
|
132 |
+
year = 2024,
|
133 |
+
url = {https://github.com/vTuanpham/Vietnamese_QA_System}
|
134 |
+
}
|
135 |
+
```
|