hungnm commited on
Commit
79c8372
·
verified ·
1 Parent(s): de13927

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -21,7 +21,7 @@ datasets:
21
  the medical and healthcare domain. This model uses pre-trained [Vistral-Chat-7B](https://huggingface.co/Viet-Mistral/Vistral-7B-Chat), then QLora technique
22
  to fine-tune.
23
 
24
- training dataset:[hungnm/vietnamese-medical-qa](https://huggingface.co/datasets/hungnm/vietnamese-medical-qa)
25
 
26
  ## How to Use
27
 
@@ -123,8 +123,9 @@ Despite thorough testing, our model may still carry risks such as hallucination,
123
  If you find our project helpful, please star our repo and cite our work. Thanks!
124
 
125
  ```bibtex
126
- @misc{viBioGPT,
127
- title={viBioGPT: A Vietnamese Large Language Model for Biomedical Question Answering},
128
  author={Hung Nguyen},
129
  year={2024},
130
- }```
 
 
21
  the medical and healthcare domain. This model uses pre-trained [Vistral-Chat-7B](https://huggingface.co/Viet-Mistral/Vistral-7B-Chat), then QLora technique
22
  to fine-tune.
23
 
24
+ Training dataset: [hungnm/vietnamese-medical-qa](https://huggingface.co/datasets/hungnm/vietnamese-medical-qa)
25
 
26
  ## How to Use
27
 
 
123
  If you find our project helpful, please star our repo and cite our work. Thanks!
124
 
125
  ```bibtex
126
+ @misc{vietnamese-medical-qa,
127
+ title={Vietnamese Medical QA: Question Answering dataset for medical in Vietnamese},
128
  author={Hung Nguyen},
129
  year={2024},
130
+ }
131
+ ```