wwydmanski commited on
Commit
f575a67
·
verified ·
1 Parent(s): 03292f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -24,12 +24,13 @@ This dataset is a collection of question-answer pairs, collected from Google. Se
24
  Columns: "question", "answer", "category"
25
  Column types: str, str
26
  Examples:
27
-
28
  {
29
  'question': 'is toprol xl the same as metoprolol?',
30
  'answer': 'Metoprolol succinate is also known by the brand name Toprol XL. It is the extended-release form of metoprolol. Metoprolol succinate is approved to treat high blood pressure, chronic chest pain, and congestive heart failure.',
31
  'category': 'Chemistry'
32
  }
 
33
 
34
  ## Method of categorization
35
 
 
24
  Columns: "question", "answer", "category"
25
  Column types: str, str
26
  Examples:
27
+ ```
28
  {
29
  'question': 'is toprol xl the same as metoprolol?',
30
  'answer': 'Metoprolol succinate is also known by the brand name Toprol XL. It is the extended-release form of metoprolol. Metoprolol succinate is approved to treat high blood pressure, chronic chest pain, and congestive heart failure.',
31
  'category': 'Chemistry'
32
  }
33
+ ```
34
 
35
  ## Method of categorization
36