danhtran2mind commited on
Commit
8608dd1
·
verified ·
1 Parent(s): e450ebf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -37
README.md CHANGED
@@ -1,37 +1,37 @@
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
14
- ## Metrics
15
- - Loss:
16
- - Trainging Set: 0.306100.
17
- - Validation Set: 0.322764.
18
-
19
- ## Demo
20
- You can try this project demo at:
21
-
22
- ## Usage
23
- - Install Denpendencies:
24
- ```bash
25
- pip install -r requirements.txt
26
- ```
27
- - Download download the 'danhtran2mind/vi-medical-t5-finetune-qa' model from Hugging Face using the following commands:
28
- ```bash
29
- cd models
30
- git lfs clone https://huggingface.co/danhtran2mind/vi-medical-t5-finetune-qa
31
- cd ..
32
- ```
33
- - Run Gradio app:
34
- ```bash
35
- python app.py
36
- ```
37
- - Your app will run at `localhost:7860`
 
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
14
+ ## Metrics
15
+ - Loss:
16
+ - Trainging Set: 0.306100.
17
+ - Validation Set: 0.322764.
18
+
19
+ ## Demo
20
+ You can try this project demo at: https://huggingface.co/spaces/danhtran2mind/vi-medical-t5-finetune-qa
21
+
22
+ ## Usage
23
+ - Install Denpendencies:
24
+ ```bash
25
+ pip install -r requirements.txt
26
+ ```
27
+ - Download download the 'danhtran2mind/vi-medical-t5-finetune-qa' model from Hugging Face using the following commands:
28
+ ```bash
29
+ cd models
30
+ git clone https://huggingface.co/danhtran2mind/vi-medical-t5-finetune-qa
31
+ cd ..
32
+ ```
33
+ - Run Gradio app:
34
+ ```bash
35
+ python app.py
36
+ ```
37
+ - Your app will run at `localhost:7860`