lmassaron commited on
Commit
47563dc
·
verified ·
1 Parent(s): 442dab4

Upload dataset

Browse files
README.md CHANGED
@@ -1,40 +1,58 @@
1
  ---
2
  annotations_creators:
3
- - expert-annotated
4
  language_creators:
5
- - found
6
  language:
7
- - en
8
  license:
9
- - cc-by-nc-sa-4.0
10
  multilinguality:
11
- - monolingual
12
  size_categories:
13
- - 1k<n<10k
14
  source_datasets:
15
- - original
16
  task_categories:
17
- - text-classification
18
  task_ids:
19
- - sentiment-classification
20
  paperswithcode_id: financial-phrasebank
21
- pretty_name: "Financial PhraseBank"
22
  dataset_info:
23
  features:
24
- - name: sentiment
25
- dtype: ClassLabel
26
- names:
27
- - "negative"
28
- - "neutral"
29
- - "positive"
30
- - name: sentence
31
- dtype: string
 
 
 
32
  splits:
33
- - name: train
34
- num_bytes: 588541
35
- num_examples: 4846
36
- download_size: 341041
37
- dataset_size: 588541
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  ---
39
 
40
  # Dataset Card for Financial PhraseBank
 
1
  ---
2
  annotations_creators:
3
+ - expert-annotated
4
  language_creators:
5
+ - found
6
  language:
7
+ - en
8
  license:
9
+ - cc-by-nc-sa-4.0
10
  multilinguality:
11
+ - monolingual
12
  size_categories:
13
+ - 1k<n<10k
14
  source_datasets:
15
+ - original
16
  task_categories:
17
+ - text-classification
18
  task_ids:
19
+ - sentiment-classification
20
  paperswithcode_id: financial-phrasebank
21
+ pretty_name: Financial PhraseBank
22
  dataset_info:
23
  features:
24
+ - name: sentiment
25
+ dtype: string
26
+ - name: sentence
27
+ dtype: string
28
+ - name: label
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ '0': negative
33
+ '1': neutral
34
+ '2': positive
35
  splits:
36
+ - name: train
37
+ num_bytes: 139409
38
+ num_examples: 900
39
+ - name: validation
40
+ num_bytes: 20160
41
+ num_examples: 150
42
+ - name: test
43
+ num_bytes: 137401
44
+ num_examples: 900
45
+ download_size: 165767
46
+ dataset_size: 296970
47
+ configs:
48
+ - config_name: default
49
+ data_files:
50
+ - split: train
51
+ path: data/train-*
52
+ - split: validation
53
+ path: data/validation-*
54
+ - split: test
55
+ path: data/test-*
56
  ---
57
 
58
  # Dataset Card for Financial PhraseBank
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7e537226147f9c3e948f8526c343e6e42d800f7e8edcef4f712f5622c1df4d2
3
+ size 76121
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:975f82ebd98f8cf1f62d192c7aab849068bc93d40301ad7115368d20b3dd8549
3
+ size 78116
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b3568852f3fb348d721262d3955dd25cb5f320eb7a5b7830bf475f56d040502
3
+ size 11530