sanjithrj commited on
Commit
32906dc
1 Parent(s): 0f3cd35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -8,6 +8,10 @@ metrics:
8
  model-index:
9
  - name: T5-medi
10
  results: []
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,7 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # T5-medi
17
 
18
- This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
 
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.7130
21
  - Rouge1: 0.3189
@@ -24,12 +29,11 @@ It achieves the following results on the evaluation set:
24
  - Rougelsum: 0.3149
25
 
26
  ## Model description
27
-
28
- More information needed
29
 
30
  ## Intended uses & limitations
31
 
32
- More information needed
33
 
34
  ## Training and evaluation data
35
 
@@ -64,4 +68,4 @@ The following hyperparameters were used during training:
64
  - Transformers 4.39.3
65
  - Pytorch 2.1.2
66
  - Datasets 2.18.0
67
- - Tokenizers 0.15.2
 
8
  model-index:
9
  - name: T5-medi
10
  results: []
11
+ datasets:
12
+ - wesley7137/qa_dataset
13
+ language:
14
+ - en
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
19
 
20
  # T5-medi
21
 
22
+ This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on Medical QA dataset (wesley7137/qa_dataset).
23
+ It is just for educational purpose and does not provide accurate results.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.7130
26
  - Rouge1: 0.3189
 
29
  - Rougelsum: 0.3149
30
 
31
  ## Model description
32
+ This is a fine-tuned T5 model for Question-Answering tasks in Medical Field
 
33
 
34
  ## Intended uses & limitations
35
 
36
+ May struggle with creative or subjective content. Requires fine-tuning for different tasks
37
 
38
  ## Training and evaluation data
39
 
 
68
  - Transformers 4.39.3
69
  - Pytorch 2.1.2
70
  - Datasets 2.18.0
71
+ - Tokenizers 0.15.2