File size: 1,007 Bytes
7cd409e
 
 
 
 
 
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
17f1c77
7cd409e
 
17f1c77
7cd409e
17f1c77
 
7cd409e
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: idx
    dtype: int64
  - name: user_question
    dtype: string
  - name: model_answer
    dtype: string
  - name: label
    dtype: bool
  - name: rag_context
    dtype: string
  - name: uncertainty
    dtype: float64
  - name: entropy
    dtype: float64
  - name: preference_score
    dtype: float64
  - name: helpsteer_helpfulness_score
    dtype: float64
  - name: helpsteer_correctness_score
    dtype: float64
  - name: helpsteer_coherence_score
    dtype: float64
  - name: helpsteer_complexity_score
    dtype: float64
  - name: helpsteer_verbosity_score
    dtype: float64
  - name: factual_score
    dtype: float64
  - name: cosine_prompt_score
    dtype: float64
  - name: cosine_qna_score
    dtype: float64
  - name: cosine_score
    dtype: float64
  splits:
  - name: train
    num_bytes: 945144
    num_examples: 164
  download_size: 151607
  dataset_size: 945144
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---