File size: 2,030 Bytes
2ad502c
b634b34
c2e6dbe
 
 
 
 
b634b34
 
 
 
241be03
b634b34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ca96b9a
b634b34
1e3b408
2ad502c
04ff21a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241be03
2ad502c
9b30040
2ad502c
 
 
 
 
9b30040
 
 
 
91c1b3b
 
 
 
 
 
 
 
2ad502c
 
 
 
9b30040
 
 
2ad502c
 
91c1b3b
 
ecf2379
91c1b3b
 
241be03
82f1d3f
6627c5c
 
263914d
2ad502c
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
configs:
- config_name: clean
  data_files:
  - split: clean
    path: clean/clean-*

- config_name: default
  data_files:
  - split: train
    path: data/train-*

dataset_info:
  config_name: distill_bert
  features:
  - name: headline
    dtype: string
  - name: summary
    dtype: string
  - name: headline_sentiment
    struct:
    - name: postive
      dtype: string
    - name: negative
      dtype: string
    - name: neutral
      dtype: string
  - name: summary_sentiment
    struct:
    - name: postive
      dtype: string
    - name: negative
      dtype: string
    - name: neutral
      dtype: string
  splits:
  - name: default
    num_bytes: 131086592
    num_examples: 316086
  download_size: 0
  dataset_size: 131086592

dataset_info:
- config_name: clean
  features:
  - name: datetime
    dtype: int64
  - name: image
    dtype: string
  - name: related
    dtype: string
  - name: source
    dtype: string
  - name: summary
    dtype: string
  - name: url
    dtype: string
  - name: id
    dtype: int64
  - name: category
    dtype: string
  - name: headline
    dtype: string
  splits:
  - name: clean
    num_bytes: 150902085
    num_examples: 316086
  download_size: 78262136
  dataset_size: 150902085
- config_name: default
  
  features:
  - name: related
    dtype: string
  - name: datetime
    dtype: int64
  - name: image
    dtype: string
  - name: url
    dtype: string
  - name: headline
    dtype: string
  - name: finbert_sentiment
    struct:
    - name: negative
      dtype: float64
    - name: neutral
      dtype: float64
    - name: postive
      dtype: float64
  - name: source
    dtype: string
  - name: summary
    dtype: string
  - name: id
    dtype: int64
  - name: category
    dtype: string
  splits:
  - name: train
    num_bytes: 251731744
    num_examples: 515851
  download_size: 113022298
  dataset_size: 251731744


tags:
- finance
  ---

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)