ozcangundes commited on
Commit
289b466
1 Parent(s): 9c07e8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -3,7 +3,7 @@ language: english
3
  datasets:
4
  - bioASQ
5
  pipeline_tag: question-answering
6
- license: Apache 2.0
7
  ---
8
 
9
  # T5-base model fine-tuned on BioASQ for Biological Question Answering 👩‍⚕️👨‍⚕️
@@ -60,7 +60,7 @@ question={
60
  "question":"Which protein does empagliflozin inhibit?"
61
  }
62
 
63
- generate_answer(question["question"],question["context"])
64
  ```
65
  > SGLT2
66
 
@@ -71,7 +71,7 @@ question2={
71
  "question":"What is the typical rash associated with gluten?"
72
  }
73
 
74
- generate_answer(question2["question"],question2["context"])
75
  ```
76
  > dermatitis herpetiformis
77
 
3
  datasets:
4
  - bioASQ
5
  pipeline_tag: question-answering
6
+ license: MIT
7
  ---
8
 
9
  # T5-base model fine-tuned on BioASQ for Biological Question Answering 👩‍⚕️👨‍⚕️
60
  "question":"Which protein does empagliflozin inhibit?"
61
  }
62
 
63
+ get_answer(question["question"],question["context"])
64
  ```
65
  > SGLT2
66
 
71
  "question":"What is the typical rash associated with gluten?"
72
  }
73
 
74
+ get_answer(question2["question"],question2["context"])
75
  ```
76
  > dermatitis herpetiformis
77