Shushant commited on
Commit
6e8763f
1 Parent(s): 83e33bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -5,6 +5,15 @@ tags:
5
  model-index:
6
  - name: biomedical_question_answering
7
  results: []
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -18,18 +27,21 @@ It achieves the following results on the evaluation set:
18
 
19
  ## Model description
20
 
21
- More information needed
22
 
23
  ## Intended uses & limitations
24
 
25
- More information needed
26
 
27
  ## Training and evaluation data
28
 
29
- More information needed
30
 
31
  ## Training procedure
32
 
 
 
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
@@ -62,4 +74,4 @@ The following hyperparameters were used during training:
62
  - Transformers 4.26.1
63
  - Pytorch 1.13.1+cu116
64
  - Datasets 2.9.0
65
- - Tokenizers 0.13.2
 
5
  model-index:
6
  - name: biomedical_question_answering
7
  results: []
8
+ datasets:
9
+ - Shushant/BiomedicalQuestionAnsweringDataset
10
+ language:
11
+ - en
12
+ metrics:
13
+ - exact_match
14
+ - f1
15
+ library_name: transformers
16
+ pipeline_tag: question-answering
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
27
 
28
  ## Model description
29
 
30
+ Model finetuned on PubmedBERT using custom daatset
31
 
32
  ## Intended uses & limitations
33
 
34
+ For question answering related to biomedical research papers.
35
 
36
  ## Training and evaluation data
37
 
38
+ Data https://huggingface.co/datasets/Shushant/BiomedicalQuestionAnsweringDataset
39
 
40
  ## Training procedure
41
 
42
+ Finetuning using Trainer API
43
+
44
+
45
  ### Training hyperparameters
46
 
47
  The following hyperparameters were used during training:
 
74
  - Transformers 4.26.1
75
  - Pytorch 1.13.1+cu116
76
  - Datasets 2.9.0
77
+ - Tokenizers 0.13.2