guowenxin commited on
Commit
d58d1a8
·
1 Parent(s): deba2af

Update read me file

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -58,7 +58,7 @@ The dataset can be used to train image classification models, which might be hel
58
 
59
  ### Data Instances
60
 
61
- Each data instance contains the following features: _image_, _NDC_, and _label_.
62
 
63
  An example from the train set looks like the following:
64
  ```
@@ -119,6 +119,6 @@ year={2022}
119
 
120
  ## More Information
121
 
122
- {{ more_information | default("[More Information Needed]", true)}}
123
 
124
 
 
58
 
59
  ### Data Instances
60
 
61
+ Each data instance contains the following features: _image_, _ndc_, and _id_.
62
 
63
  An example from the train set looks like the following:
64
  ```
 
119
 
120
  ## More Information
121
 
122
+ This dataset contain all information from the source data. The only change made is to rearrange the structure by extracting the file names, which correspond to NDC and image id, and put them into separated columns.
123
 
124