CoolFace
Datasetpublic

damerajee/filtering_data-v11

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes12downloads
README.md38 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: question_text5    dtype: string6  - name: metadata7    struct:8    - name: date9      dtype: int6410    - name: dump11      dtype: string12    - name: file_path13      dtype: string14    - name: language15      dtype: string16    - name: language_score17      dtype: float6418    - name: token_count19      dtype: int6420    - name: url21      dtype: string22  - name: prompt23    dtype: string24  - name: orig_answer_texts25    dtype: int6426  splits:27  - name: train28    num_bytes: 154561575029    num_examples: 20000030  download_size: 67518066031  dataset_size: 154561575032configs:33- config_name: default34  data_files:35  - split: train36    path: data/train-*37---38