StephanAkkerman commited on
Commit
56d5c39
1 Parent(s): 87718ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -57,10 +57,10 @@ Each images in the dataset is structured as follows:
57
  - **Label**: A numerical label indicating the category of the image, with '1' for charts, and '0' for non-charts.
58
 
59
  ## Dataset Size
60
- The dataset comprises 4,579 images in total, categorized into:
61
 
62
- - 1,083 chart images
63
- - 3,496 non-chart images
64
 
65
  ## Usage
66
  I used this dataset for training my [chart-recognizer model](https://huggingface.co/StephanAkkerman/chart-recognizer) for classifying if an image is a chart or not.
 
57
  - **Label**: A numerical label indicating the category of the image, with '1' for charts, and '0' for non-charts.
58
 
59
  ## Dataset Size
60
+ The dataset comprises 4,880 images in total, categorized into:
61
 
62
+ - 4,051 chart images
63
+ - 829 non-chart images
64
 
65
  ## Usage
66
  I used this dataset for training my [chart-recognizer model](https://huggingface.co/StephanAkkerman/chart-recognizer) for classifying if an image is a chart or not.