File size: 498 Bytes
7255ae9
 
c29a854
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7255ae9
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
---
license: cc-by-nc-4.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: product
    dtype: string
  - name: description
    dtype: string
  - name: marketing_email
    dtype: string
  splits:
  - name: train
    num_bytes: 549973.1724738675
    num_examples: 487
  - name: test
    num_bytes: 98249.8275261324
    num_examples: 87
  download_size: 376029
  dataset_size: 648223.0
---