StephanAkkerman commited on
Commit
2cff84e
1 Parent(s): 97ee359

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -53,14 +53,14 @@ This dataset is part of a larger collection of datasets, scraped from Twitter an
53
  ## Dataset Structure
54
  Each images in the dataset is structured as follows:
55
 
56
- Image: The image of the tweet, this can be of varying dimensions.
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.
 
53
  ## Dataset Structure
54
  Each images in the dataset is structured as follows:
55
 
56
+ - **Image**: The image of the tweet, this can be of varying dimensions.
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.