Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ The dataset was collected through the PubMed API, based on the names of heart-re
|
|
42 |
DatasetDict({
|
43 |
train: Dataset({
|
44 |
features: ['title', 'abst'],
|
45 |
-
num_rows:
|
46 |
})
|
47 |
})
|
48 |
```
|
|
|
42 |
DatasetDict({
|
43 |
train: Dataset({
|
44 |
features: ['title', 'abst'],
|
45 |
+
num_rows: 2761083
|
46 |
})
|
47 |
})
|
48 |
```
|