File size: 812 Bytes
304a06d
dea1ae6
 
304a06d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bb7974a
304a06d
 
bb7974a
304a06d
 
bb7974a
304a06d
bb7974a
 
304a06d
 
 
 
 
 
 
 
 
 
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
---
language:
- en
dataset_info:
  features:
  - name: review
    dtype: string
  - name: target
    dtype: string
  - name: target_schema
    dtype: string
  - name: product
    struct:
    - name: company
      dtype: string
    - name: description
      dtype: string
    - name: features
      sequence: string
    - name: product_name
      dtype: string
  - name: prompt
    dtype: string
  splits:
  - name: train
    num_bytes: 470605
    num_examples: 180
  - name: test
    num_bytes: 157547
    num_examples: 60
  - name: validation
    num_bytes: 156009
    num_examples: 60
  download_size: 161751
  dataset_size: 784161
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---