danhtran2mind commited on
Commit
8cf1a9b
·
verified ·
1 Parent(s): 7ec20fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
  license: mit
3
- title: Vietnames Medical T5 Finetune Question and Answer
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 T5 Finetune Question and Answer
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
- ![Demo Image](https://github.com/danhtran2mind/vi-medical-t5-finetune-qa/blob/main/demo_images/demo.png)
22
  ### Demo Space
23
- You can try this project demo at: https://huggingface.co/spaces/danhtran2mind/vi-medical-t5-finetune-qa
24
 
25
  ## Usage
26
  - Install Denpendencies:
27
  ```bash
28
  pip install -r requirements.txt
29
  ```
30
- - Download download the 'danhtran2mind/vi-medical-t5-finetune-qa' model from Hugging Face using the following commands:
31
  ```bash
32
  cd models
33
- git clone https://huggingface.co/danhtran2mind/vi-medical-t5-finetune-qa
34
  cd ..
35
  ```
36
  - Run Gradio app:
 
1
  ---
2
  license: mit
3
+ title: Vietnames Medical mT5 Finetune Question and Answer
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 mT5 Finetune Question and Answer
11
 
12
  ## Dataset
13
  You can download dataset at this url: https://github.com/triet2397/UIT-ViCoV19QA
 
18
 
19
  ## Demo
20
  ### Demo Image
21
+ ![Demo Image](https://github.com/danhtran2mind/vi-medical-mt5-finetune-qa/blob/main/demo_images/demo.png)
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: