--- dataset_info: features: - name: id dtype: string - name: metadata struct: - name: lang dtype: string - name: source dtype: string - name: title dtype: string - name: url dtype: string - name: year dtype: string - name: file_md5_checksum dtype: string - name: file_sha256_checksum dtype: string - name: text dtype: string splits: - name: train num_bytes: 11533446881 num_examples: 297441 download_size: 5945674854 dataset_size: 11533446881 configs: - config_name: default data_files: - split: train path: data/train-* --- This is a fork of [ggg-llms-team/scielo-corpus](ggg-llms-team/scielo-corpus). This fork: - Adds checksums fields ```file_md5_checksum``` and ```file_sha256_checksum``` - Makes this dataset public under br-llm-data