Update README.md
Browse files
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 |
-
|
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{
|
127 |
-
title={
|
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 |
+
```
|