Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
title: Vietnames Medical
|
| 4 |
sdk: gradio
|
| 5 |
colorFrom: green
|
| 6 |
colorTo: green
|
| 7 |
python_verison: 3.10.12
|
| 8 |
sdk_version: 5.23.3
|
| 9 |
---
|
| 10 |
-
# Vietnames Medical
|
| 11 |
|
| 12 |
## Dataset
|
| 13 |
You can download dataset at this url: https://github.com/triet2397/UIT-ViCoV19QA
|
|
@@ -18,19 +18,19 @@ You can download dataset at this url: https://github.com/triet2397/UIT-ViCoV19QA
|
|
| 18 |
|
| 19 |
## Demo
|
| 20 |
### Demo Image
|
| 21 |
-

|
| 22 |
### Demo Space
|
| 23 |
+
You can try this project demo at: https://huggingface.co/spaces/danhtran2mind/vi-medical-mt5-finetune-qa
|
| 24 |
|
| 25 |
## Usage
|
| 26 |
- Install Denpendencies:
|
| 27 |
```bash
|
| 28 |
pip install -r requirements.txt
|
| 29 |
```
|
| 30 |
+
- Download download the 'danhtran2mind/vi-medical-mt5-finetune-qa' model from Hugging Face using the following commands:
|
| 31 |
```bash
|
| 32 |
cd models
|
| 33 |
+
git clone https://huggingface.co/danhtran2mind/vi-medical-mt5-finetune-qa
|
| 34 |
cd ..
|
| 35 |
```
|
| 36 |
- Run Gradio app:
|