File size: 1,170 Bytes
4e47f5a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8f4c273
 
4e47f5a
 
8f4c273
 
4e47f5a
8f4c273
4e47f5a
8f4c273
 
4e47f5a
 
 
 
 
 
 
 
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
dataset_info:
  features:
  - name: prompt
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: quality
    list:
    - name: user_id
      dtype: string
      id: question
    - name: value
      dtype: string
      id: suggestion
    - name: status
      dtype: string
      id: question
  - name: metadata
    dtype: string
    id: metadata
  - name: avg_rating
    dtype: float64
  - name: num_responses
    dtype: int64
  - name: agreement_ratio
    dtype: float64
  - name: raw_responses
    sequence: int64
  - name: kind
    dtype: string
  - name: cluster_description
    dtype: string
  - name: topic
    dtype: string
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: num_prompt_tokens
    dtype: int64
  splits:
  - name: train
    num_bytes: 14727695.10957313
    num_examples: 10193
  - name: test
    num_bytes: 144488.32639628302
    num_examples: 100
  download_size: 6506768
  dataset_size: 14872183.435969412
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---