chrisvoncsefalvay commited on
Commit
d89a7a0
1 Parent(s): c21eb99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -32,6 +32,12 @@ configs:
32
  path: data/test-*
33
  - split: val
34
  path: data/val-*
 
 
 
 
 
 
35
  ---
36
 
37
  <!-- Provide a quick summary of the dataset. -->
@@ -55,5 +61,4 @@ The `label` column comprises a 7-length binary array that comprises the followin
55
  | `OFC_VISIT` | Whether the patient presented at a doctor's office | `OFC_VISIT` |
56
  | `X_STAY` | True if the patient's existing hospital admission was prolonged in a manner attributed by the reporter to the report event | `X_STAY` |
57
  | `DISABLE` | True if the patient continued, at the time of report, to experience a disability attributed by the reporter to the report event | `DISABLE` |
58
- | `D_PRESENTED` | A derived field, `D_PRESENTED` is true if the patient presented at ER, a doctor's office or hospital. Automatically true if `X_STAY` is true. | None (derived field) |
59
-
 
32
  path: data/test-*
33
  - split: val
34
  path: data/val-*
35
+ language:
36
+ - en
37
+ tags:
38
+ - medical
39
+ size_categories:
40
+ - 1M<n<10M
41
  ---
42
 
43
  <!-- Provide a quick summary of the dataset. -->
 
61
  | `OFC_VISIT` | Whether the patient presented at a doctor's office | `OFC_VISIT` |
62
  | `X_STAY` | True if the patient's existing hospital admission was prolonged in a manner attributed by the reporter to the report event | `X_STAY` |
63
  | `DISABLE` | True if the patient continued, at the time of report, to experience a disability attributed by the reporter to the report event | `DISABLE` |
64
+ | `D_PRESENTED` | A derived field, `D_PRESENTED` is true if the patient presented at ER, a doctor's office or hospital. Automatically true if `X_STAY` is true. | None (derived field) |