wwydmanski
commited on
Update README.md
Browse files
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 |
|