pszemraj's picture
Upload README.md with huggingface_hub
2d0235a
|
raw
history blame
3.42 kB
metadata
license: odc-by
task_categories:
  - text-generation
dataset_info:
  - config_name: doc
    features:
      - name: section
        dtype: string
      - name: filename
        dtype: string
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 552552612.5542338
        num_examples: 8145
      - name: validation
        num_bytes: 14517649.97993935
        num_examples: 214
      - name: test
        num_bytes: 14585489.46582692
        num_examples: 215
    download_size: 228657818
    dataset_size: 581655752
  - config_name: docx
    features:
      - name: section
        dtype: string
      - name: filename
        dtype: string
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 4605598.853503184
        num_examples: 141
      - name: validation
        num_bytes: 261310.57324840763
        num_examples: 8
      - name: test
        num_bytes: 261310.57324840763
        num_examples: 8
    download_size: 1788590
    dataset_size: 5128220
  - config_name: pptx
    features:
      - name: section
        dtype: string
      - name: filename
        dtype: string
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 9517778
        num_examples: 963
      - name: validation
        num_bytes: 513930
        num_examples: 53
      - name: test
        num_bytes: 436852
        num_examples: 54
    download_size: 5314310
    dataset_size: 10468560
  - config_name: rtf
    features:
      - name: section
        dtype: string
      - name: filename
        dtype: string
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 61558658.13180516
        num_examples: 942
      - name: validation
        num_bytes: 3398142.4871060173
        num_examples: 52
      - name: test
        num_bytes: 3463491.3810888254
        num_examples: 53
    download_size: 22547280
    dataset_size: 68420292
  - config_name: txt
    features:
      - name: section
        dtype: string
      - name: filename
        dtype: string
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 1358006724.1432111
        num_examples: 41393
      - name: validation
        num_bytes: 35727522.10740843
        num_examples: 1089
      - name: test
        num_bytes: 35760329.749380335
        num_examples: 1090
    download_size: 608912009
    dataset_size: 1429494576
configs:
  - config_name: doc
    data_files:
      - split: train
        path: doc/train-*
      - split: validation
        path: doc/validation-*
      - split: test
        path: doc/test-*
  - config_name: docx
    data_files:
      - split: train
        path: docx/train-*
      - split: validation
        path: docx/validation-*
      - split: test
        path: docx/test-*
  - config_name: pptx
    data_files:
      - split: train
        path: pptx/train-*
      - split: validation
        path: pptx/validation-*
      - split: test
        path: pptx/test-*
  - config_name: rtf
    data_files:
      - split: train
        path: rtf/train-*
      - split: validation
        path: rtf/validation-*
      - split: test
        path: rtf/test-*
  - config_name: txt
    data_files:
      - split: train
        path: txt/train-*
      - split: validation
        path: txt/validation-*
      - split: test
        path: txt/test-*

Dataset Card for "released-gov-docs-misc"

https://digitalcorpora.org/corpora/file-corpora/files/

@inproceedings{garfinkel2009bringing,
  title={Bringing Science to Digital Forensics with Standardized Forensic Corpora},
  author={Garfinkel, Simson and Farrell, Paul and Roussev, Vassil and Dinolt, George},
  booktitle={Digital Forensic Research Workshop (DFRWS) 2009},
  year={2009},
  address={Montreal, Canada},
  url={https://digitalcorpora.org/corpora/file-corpora/files/}
}