lightblue/rag_datasets_collection
收藏资源简介:
--- dataset_info: features: - name: question dtype: string - name: answer dtype: string - name: positives sequence: string - name: negatives sequence: string - name: dataset_name dtype: string - name: language dtype: string - name: doc_id sequence: string splits: - name: train num_bytes: 55921211747 num_examples: 18366644 download_size: 27492089704 dataset_size: 55921211747 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset contains multiple features including question, answer, positives, negatives, dataset name, language, and document ID. The dataset is divided into a training set containing 18,366,644 examples with a total size of 55,921,211,747 bytes. The download size is 27,492,089,704 bytes. The dataset is configured with a default configuration, and the data file path is data/train-*.



