File size: 1,593 Bytes
fced297
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
764b290
fced297
764b290
 
fced297
 
 
 
 
 
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: source_dataset
    dtype: string
  - name: languages
    sequence: string
  - name: inputs
    list:
    - name: role
      dtype: string
    - name: content
      list:
      - name: type
        dtype: string
      - name: content
        dtype: string
  - name: candidates
    list:
    - name: role
      dtype: string
    - name: content
      list:
      - name: type
        dtype: string
      - name: content
        dtype: string
  - name: rubrics
    list:
    - name: modality_mixture
      struct:
      - name: image
        dtype: bool
      - name: text
        dtype: bool
      - name: audio
        dtype: bool
      - name: video
        dtype: bool
    - name: format
      dtype:
        class_label:
          names:
            '0': pointwise
            '1': pairwise
            '2': binary
            '3': ''
    - name: task
      dtype: string
    - name: scores
      list:
      - name: score
        dtype: string
      - name: score_description
        dtype: string
  - name: teacher_evaluations
    list:
    - name: teacher_model
      dtype: string
    - name: eval_detail
      list:
      - name: scores
        list:
        - name: model_reasoning
          dtype: string
        - name: explanation
          dtype: string
        - name: score
          dtype: string
  splits:
  - name: train
    num_bytes: 1713384
    num_examples: 5000
  download_size: 199636
  dataset_size: 1713384
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---