farahbs commited on
Commit
a1ea329
·
verified ·
1 Parent(s): d28d2ce

Update README.md

Browse files

This dataset contains digit extractions from numbers, where each number is broken down into its individual digits along with descriptive metadata about the extraction process. The goal of the dataset is to provide examples of extracting each digit from a given number in a structured format. This can be useful for training and evaluating machine learning models that focus on digit recognition, digit extraction tasks, or sequence modeling.

Each entry in the dataset includes:

A description of the digit extraction process (e.g., extracting the 1st digit, the 2nd digit, etc.).
The corresponding extracted digit.

Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,3 +1,7 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ size_categories:
6
+ - 10K<n<100K
7
+ ---