File size: 1,058 Bytes
d0a497a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29c8640
 
 
b537691
 
 
 
 
d0a497a
 
 
 
 
2a8f0db
 
d0a497a
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
---
dataset_info:
  features:
  - name: conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  - name: source_file
    dtype: string
  - name: category
    dtype: string
  - name: secondary_categories
    sequence: string
  - name: scenario
    dtype: string
  - name: language
    dtype: string
  - name: quality_scores
    struct:
    - name: completeness
      dtype: int64
    - name: cot_quality
      dtype: int64
    - name: factual_correctness
      dtype: int64
    - name: is_cot
      dtype: bool
    - name: relevance
      dtype: int64
    - name: verdict
      dtype: string
  - name: generator_model
    dtype: string
  - name: prompt_version
    dtype: string
  splits:
  - name: train
    num_bytes: 415302110
    num_examples: 23518
  - name: validation
    num_bytes: 46101682
    num_examples: 2646
  download_size: 150938640
  dataset_size: 461403792
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---