CoolFace
Datasetpublic

Revesis/rag_truth_hallucination_binary

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes6downloads
README.md27 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: pairID5    dtype: string6  - name: label7    dtype: int648  - name: text9    dtype: string10  splits:11  - name: train12    num_bytes: 4813690513    num_examples: 1509014  - name: test15    num_bytes: 858925116    num_examples: 270017  download_size: 1315806318  dataset_size: 5672615619configs:20- config_name: default21  data_files:22  - split: train23    path: data/train-*24  - split: test25    path: data/test-*26---27