flowfree commited on
Commit
864935f
1 Parent(s): 6b263d3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': negative
11
+ '1': neutral
12
+ '2': positive
13
+ splits:
14
+ - name: train
15
+ num_bytes: 112117
16
+ num_examples: 518
17
+ - name: validation
18
+ num_bytes: 55863
19
+ num_examples: 260
20
+ - name: test
21
+ num_bytes: 55964
22
+ num_examples: 257
23
+ download_size: 146743
24
+ dataset_size: 223944
25
+ ---
26
+ # Dataset Card for "crypto-news-headlines"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)