StephanAkkerman commited on
Commit
0e11b4c
1 Parent(s): 7cedf21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -20,4 +20,54 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ license: mit
24
+ task_categories:
25
+ - image-classification
26
+ - image-feature-extraction
27
+ language:
28
+ - en
29
+ pretty_name: FinTwit Images
30
+ tags:
31
+ - fintwit
32
+ - twitter
33
+ - charts
34
+ - financial
35
+ - financial charts
36
+ - finance
37
+ - stocks
38
+ - crypto
39
+ - image
40
  ---
41
+
42
+ ## FinTwit Images
43
+
44
+ This dataset is a collection of a sample of images from tweets that I scraped using my [Discord bot](https://github.com/StephanAkkerman/fintwit-bot) that keeps track of financial influencers on Twitter.
45
+ The data consists of images that were part of tweets that did not mention a ticker.
46
+ This dataset can be used for a wide variety of tasks, such as image classification or feature extraction.
47
+
48
+ ### FinTwit Charts Collection
49
+ This dataset is part of a larger collection of datasets, scraped from Twitter and labeled by a human (me). Below is the list of related datasets.
50
+ - [Crypto Charts](huggingface.co/datasets/StephanAkkerman/crypto-charts): Images of financial charts of cryptocurrencies
51
+ - [Stock Charts](https://huggingface.co/datasets/StephanAkkerman/stock-charts): Images of financial charts of stocks
52
+ - [FinTwit Images](https://huggingface.co/datasets/StephanAkkerman/fintwit-images): Images that had no clear description, this contains a lot of non-chart images
53
+
54
+ ## Dataset Structure
55
+ Each images in the dataset is structured as follows:
56
+
57
+ - **Image**: The image of the tweet, this can be of varying dimensions.
58
+ - **Label**: A numerical label indicating the category of the image, with '1' for charts, and '0' for non-charts.
59
+
60
+ ## Dataset Size
61
+ The dataset comprises 4,579 images in total, categorized into:
62
+
63
+ - 1,083 chart images
64
+ - 3,496 non-chart images
65
+
66
+ ## Usage
67
+ 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.
68
+
69
+ ## Acknowledgments
70
+ We extend our heartfelt gratitude to all the authors of the original tweets.
71
+
72
+ ## License
73
+ This dataset is made available under the MIT license, adhering to the licensing terms of the original datasets.