rohis commited on
Commit
c682426
1 Parent(s): 7f2f02f

Final edits README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -77
README.md CHANGED
@@ -104,9 +104,7 @@ session = fo.launch_app(dataset)
104
 
105
  <!-- Provide a longer summary of what this dataset is. -->
106
 
107
-
108
-
109
- - **Curated by:** Introduced by Jonathan J. Hull in [A Database for Handwritten Text Recognition Research](https://ieeexplore.ieee.org/document/291440)
110
  - **Language(s) (NLP):** en
111
  - **License:** unknown
112
 
@@ -120,66 +118,12 @@ session = fo.launch_app(dataset)
120
  ## Dataset Structure
121
 
122
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
123
-
124
- The dataset has 2 splits: "train", and "test". Samples are tagged with their split.
125
 
126
  ## Dataset Creation
127
 
128
- ### Curation Rationale
129
-
130
- <!-- Motivation for the creation of this dataset. -->
131
-
132
- [More Information Needed]
133
-
134
- ### Source Data
135
-
136
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
137
-
138
- #### Data Collection and Processing
139
-
140
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
141
-
142
- [More Information Needed]
143
-
144
- #### Who are the source data producers?
145
-
146
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
147
-
148
- [More Information Needed]
149
-
150
- ### Annotations [optional]
151
-
152
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
153
-
154
- #### Annotation process
155
-
156
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
157
-
158
- [More Information Needed]
159
 
160
- #### Who are the annotators?
161
-
162
- <!-- This section describes the people or systems who created the annotations. -->
163
-
164
- [More Information Needed]
165
-
166
- #### Personal and Sensitive Information
167
-
168
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
169
-
170
- [More Information Needed]
171
-
172
- ## Bias, Risks, and Limitations
173
-
174
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
175
-
176
- [More Information Needed]
177
-
178
- ### Recommendations
179
-
180
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
181
-
182
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
183
 
184
  ## Citation [optional]
185
 
@@ -187,26 +131,22 @@ Users should be made aware of the risks, biases and limitations of the dataset.
187
 
188
  **BibTeX:**
189
 
190
- [More Information Needed]
191
-
192
- **APA:**
193
-
194
- [More Information Needed]
195
-
196
- ## Glossary [optional]
197
-
198
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
199
-
200
- [More Information Needed]
201
-
202
- ## More Information [optional]
203
 
204
- [More Information Needed]
205
 
206
- ## Dataset Card Authors [optional]
207
 
208
- [More Information Needed]
209
 
210
- ## Dataset Card Contact
211
 
212
- [More Information Needed]
 
104
 
105
  <!-- Provide a longer summary of what this dataset is. -->
106
 
107
+ - **Curated by:** Introduced by Jonathan J. Hull in [A Database for Handwritten Text Recognition Research](https://ieeexplore.ieee.org/document/291440) and available at [https://paperswithcode.com/dataset/usps](https://paperswithcode.com/dataset/usps).
 
 
108
  - **Language(s) (NLP):** en
109
  - **License:** unknown
110
 
 
118
  ## Dataset Structure
119
 
120
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
121
+ The dataset has 2 splits: "train" and "test". Samples are tagged with their split.
 
122
 
123
  ## Dataset Creation
124
 
125
+ Introduced by Jonathan J. Hull in [A Database for Handwritten Text Recognition Research](https://ieeexplore.ieee.org/document/291440)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
 
128
  ## Citation [optional]
129
 
 
131
 
132
  **BibTeX:**
133
 
134
+ @ARTICLE{291440,
135
+ author={Hull, J.J.},
136
+ journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
137
+ title={A database for handwritten text recognition research},
138
+ year={1994},
139
+ volume={16},
140
+ number={5},
141
+ pages={550-554},
142
+ keywords={Text recognition;Image databases;Testing;Cities and towns;Handwriting recognition;Gray-scale;Performance analysis;Writing;Digital images;Postal services},
143
+ doi={10.1109/34.291440}}
 
 
 
144
 
 
145
 
146
+ ## More Information
147
 
148
+ Dataset conversion and data card contributed by [Rohith Raj Srinivasan](https://huggingface.co/rohis).
149
 
150
+ ## Dataset Card Authors
151
 
152
+ [Rohith Raj Srinivasan](https://huggingface.co/rohis)