File size: 1,058 Bytes
2f0bf0a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a962261
 
 
dec4414
 
 
 
 
2f0bf0a
 
 
 
 
4b52d5c
 
2f0bf0a
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: 519548837
    num_examples: 24006
  - name: validation
    num_bytes: 57755957
    num_examples: 2701
  download_size: 185529626
  dataset_size: 577304794
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---