Datasets:
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -62,9 +62,11 @@ English
|
|
62 |
|
63 |
### Data Instances
|
64 |
|
|
|
|
|
65 |
```json
|
66 |
-
{"text": "The manifestations of acute intestinal obstruction depend on the nature of the underlying disease process,
|
67 |
-
|
68 |
```
|
69 |
## Dataset Creation
|
70 |
|
|
|
62 |
|
63 |
### Data Instances
|
64 |
|
65 |
+
Records have the following structure
|
66 |
+
|
67 |
```json
|
68 |
+
{"text": "The manifestations of acute intestinal obstruction depend on the nature of the underlying disease process, [..]",
|
69 |
+
"source": "textbooks/en/InternalMed_Harrison.txt"}
|
70 |
```
|
71 |
## Dataset Creation
|
72 |
|