ckandemir commited on
Commit
38ba566
1 Parent(s): 3fd3c46

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -7,6 +7,35 @@ tags:
7
  - bitcoin
8
  - text-classification
9
  - sentiment-analysis
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # Dataset Card for "Bitcoin Tweets (16M Tweets with Sentiment Tagged)"
12
 
 
7
  - bitcoin
8
  - text-classification
9
  - sentiment-analysis
10
+ configs:
11
+ - config_name: default
12
+ data_files:
13
+ - split: train
14
+ path: data/train-*
15
+ - split: test
16
+ path: data/test-*
17
+ - split: eval
18
+ path: data/eval-*
19
+ dataset_info:
20
+ features:
21
+ - name: Date
22
+ dtype: string
23
+ - name: text
24
+ dtype: string
25
+ - name: Sentiment
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 12842246
30
+ num_examples: 77791
31
+ - name: test
32
+ num_bytes: 1609120
33
+ num_examples: 9724
34
+ - name: eval
35
+ num_bytes: 1598297
36
+ num_examples: 9724
37
+ download_size: 9868625
38
+ dataset_size: 16049663
39
  ---
40
  # Dataset Card for "Bitcoin Tweets (16M Tweets with Sentiment Tagged)"
41