--- 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-* ---