KRadim commited on
Commit
a0e296d
·
verified ·
1 Parent(s): bb07349

Upload dataset

Browse files
README.md CHANGED
@@ -2,4 +2,45 @@
2
  license: other
3
  license_name: asw-open-data-docs
4
  license_link: https://github.com/awslabs/open-data-docs/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
 
2
  license: other
3
  license_name: asw-open-data-docs
4
  license_link: https://github.com/awslabs/open-data-docs/
5
+ configs:
6
+ - config_name: default
7
+ data_files:
8
+ - split: train
9
+ path: data/train-*
10
+ - split: validation
11
+ path: data/validation-*
12
+ - split: test
13
+ path: data/test-*
14
+ dataset_info:
15
+ features:
16
+ - name: id
17
+ dtype: uint32
18
+ - name: stars
19
+ dtype: int64
20
+ - name: review_body
21
+ dtype: large_string
22
+ - name: review_title
23
+ dtype: large_string
24
+ - name: language
25
+ dtype: large_string
26
+ - name: product_category
27
+ dtype: large_string
28
+ - name: lenght_review_body
29
+ dtype: uint32
30
+ - name: lenght_review_title
31
+ dtype: uint32
32
+ - name: lenght_product_category
33
+ dtype: uint32
34
+ splits:
35
+ - name: train
36
+ num_bytes: 47653021
37
+ num_examples: 199500
38
+ - name: validation
39
+ num_bytes: 1257281
40
+ num_examples: 5250
41
+ - name: test
42
+ num_bytes: 1251045
43
+ num_examples: 5250
44
+ download_size: 27556446
45
+ dataset_size: 50161347
46
  ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbb8aa6be9f9cdbb91ec943f65bf72ad268ef7afe3982d38195ced3430a16746
3
+ size 690841
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9dc65fe27d6b26182689d6bdb58b531b96dba06fd0fba82e08556d368688174
3
+ size 26166750
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48fc1429988e15c59081c2119e75179736527820e117d7dadff63c279fd30ca3
3
+ size 698855