MetcalfeTom commited on
Commit
f530cb8
1 Parent(s): 41f94f6

Upload dataset and metadata

Browse files
Files changed (2) hide show
  1. crabsa_dataset.parquet +3 -0
  2. dataset_info.json +105 -0
crabsa_dataset.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:082575cff7ab7cb73f73383934151915731ac6b3afc42dc6701ddd7e27b864ee
3
+ size 837890
dataset_info.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description":"CRABSA: A Large-scale Multi-domain dataset for Aspect-based Sentiment Analysis",
3
+ "citation":"",
4
+ "homepage":"https://huggingface.co/datasets/chattermill/crabsa",
5
+ "license":"",
6
+ "features":{
7
+ "id":{
8
+ "dtype":"int64",
9
+ "id":null,
10
+ "_type":"Value"
11
+ },
12
+ "text":{
13
+ "dtype":"string",
14
+ "id":null,
15
+ "_type":"Value"
16
+ },
17
+ "labels":{
18
+ "feature":{
19
+ "num_classes":36,
20
+ "names":[
21
+ "account-management.account-access.-1",
22
+ "account-management.account-access.0",
23
+ "account-management.account-access.1",
24
+ "company-brand.competitor.-1",
25
+ "company-brand.competitor.0",
26
+ "company-brand.competitor.1",
27
+ "company-brand.general-satisfaction.-1",
28
+ "company-brand.general-satisfaction.0",
29
+ "company-brand.general-satisfaction.1",
30
+ "company-brand.reviews.-1",
31
+ "company-brand.reviews.0",
32
+ "company-brand.reviews.1",
33
+ "logistics-rides.speed.-1",
34
+ "logistics-rides.speed.0",
35
+ "logistics-rides.speed.1",
36
+ "online-experience.app-website.-1",
37
+ "online-experience.app-website.0",
38
+ "online-experience.app-website.1",
39
+ "purchase-booking-experience.ease-of-use.-1",
40
+ "purchase-booking-experience.ease-of-use.0",
41
+ "purchase-booking-experience.ease-of-use.1",
42
+ "staff-support.attitude-of-staff.-1",
43
+ "staff-support.attitude-of-staff.0",
44
+ "staff-support.attitude-of-staff.1",
45
+ "staff-support.email.-1",
46
+ "staff-support.email.0",
47
+ "staff-support.email.1",
48
+ "staff-support.phone.-1",
49
+ "staff-support.phone.0",
50
+ "staff-support.phone.1",
51
+ "value.discounts-promotions.-1",
52
+ "value.discounts-promotions.0",
53
+ "value.discounts-promotions.1",
54
+ "value.price-value-for-money.-1",
55
+ "value.price-value-for-money.0",
56
+ "value.price-value-for-money.1"
57
+ ],
58
+ "id":null,
59
+ "_type":"ClassLabel"
60
+ },
61
+ "length":-1,
62
+ "id":null,
63
+ "_type":"Sequence"
64
+ },
65
+ "org_index":{
66
+ "dtype":"int64",
67
+ "id":null,
68
+ "_type":"Value"
69
+ },
70
+ "industry":{
71
+ "dtype":"string",
72
+ "id":null,
73
+ "_type":"Value"
74
+ },
75
+ "data_source":{
76
+ "dtype":"string",
77
+ "id":null,
78
+ "_type":"Value"
79
+ }
80
+ },
81
+ "post_processed":null,
82
+ "supervised_keys":null,
83
+ "task_templates":null,
84
+ "builder_name":null,
85
+ "config_name":null,
86
+ "version":null,
87
+ "splits":{
88
+ "train":{
89
+ "name":"train",
90
+ "num_bytes":1854054,
91
+ "num_examples":10000,
92
+ "dataset_name":"parquet"
93
+ }
94
+ },
95
+ "download_checksums":{
96
+ "crabsa_dataset.parquet":{
97
+ "num_bytes":837890,
98
+ "checksum":"082575cff7ab7cb73f73383934151915731ac6b3afc42dc6701ddd7e27b864ee"
99
+ }
100
+ },
101
+ "download_size":837890,
102
+ "post_processing_size":null,
103
+ "dataset_size":1854054,
104
+ "size_in_bytes":2691944
105
+ }