1TuanPham commited on
Commit
bed2d73
1 Parent(s): 652f4a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
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
- ## Model Card Authors
128
-
129
-
130
- ## Model Card Contact
131
-
132
- [More Information Needed]
 
 
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
+ ```