Shrey-1329 commited on
Commit
50133bd
·
1 Parent(s): 921ec68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -11,12 +11,20 @@ dataset_info:
11
  num_examples: 6060
12
  download_size: 1108991167
13
  dataset_size: 1108945726.54
 
 
 
 
 
 
 
 
14
  ---
15
  # Indiana University Chest Xray Dataset Card
16
 
17
  ## Data sources:
18
- This is a converted and processed version of the open access pneumonia chest x-ray dataset provided by the indiana university
19
- You can see its information page [here](https://openi.nlm.nih.gov/faq).
20
  The compressed images in the png format were downloaded from [here](https://openi.nlm.nih.gov/imgs/collections/NLMCXR_png.tgz) and the corresponding reports from [here](https://openi.nlm.nih.gov/imgs/collections/NLMCXR_reports.tgz).
21
 
22
  ## Data fields:
@@ -33,4 +41,4 @@ The images are the x-rays and the texts are their associated findings.
33
 
34
  4. **Remove all words with 2 or more Xs in a row**: Remove any words that contain two or more consecutive occurrences of the letter "X" as they may not contribute meaningful information.
35
 
36
- 5. **Remove the bottom and top 2% of text by length**: Discard the shortest and longest text samples, removing the bottom 2% and top 2% of the text's length, respectively. This step is aimed at reducing the impact of outliers and ensuring a more balanced dataset.
 
11
  num_examples: 6060
12
  download_size: 1108991167
13
  dataset_size: 1108945726.54
14
+ task_categories:
15
+ - image-to-text
16
+ language:
17
+ - en
18
+ tags:
19
+ - medical
20
+ size_categories:
21
+ - 1K<n<10K
22
  ---
23
  # Indiana University Chest Xray Dataset Card
24
 
25
  ## Data sources:
26
+ This is a converted and processed version of the open access pneumonia chest x-ray dataset provided by the indiana university.<br>
27
+ You can see its information page [here](https://openi.nlm.nih.gov/faq).<br>
28
  The compressed images in the png format were downloaded from [here](https://openi.nlm.nih.gov/imgs/collections/NLMCXR_png.tgz) and the corresponding reports from [here](https://openi.nlm.nih.gov/imgs/collections/NLMCXR_reports.tgz).
29
 
30
  ## Data fields:
 
41
 
42
  4. **Remove all words with 2 or more Xs in a row**: Remove any words that contain two or more consecutive occurrences of the letter "X" as they may not contribute meaningful information.
43
 
44
+ 5. **Remove the bottom and top 2% of text by length**: Discard the shortest and longest text samples, removing the bottom 2% and top 2% of the text's length, respectively. This step is aimed at reducing the impact of outliers and ensuring a more balanced dataset.