mdocekal's picture
Upload dataset
1b60f7b verified
metadata
dataset_info:
  - config_name: default
    features:
      - name: id
        dtype: string
      - name: title
        dtype: string
      - name: doi
        dtype: string
      - name: text
        dtype: string
      - name: tokens
        sequence: string
      - name: start_offsets
        sequence: uint32
      - name: labels
        sequence:
          class_label:
            names:
              '0': O
              '1': B-SOFTWARE
              '2': I-SOFTWARE
              '3': B-VERSION
              '4': I-VERSION
              '5': B-PUBLISHER
              '6': I-PUBLISHER
              '7': B-URL
              '8': I-URL
              '9': B-LANGUAGE
              '10': I-LANGUAGE
    splits:
      - name: train
        num_bytes: 364965653.16715163
        num_examples: 103029
      - name: test
        num_bytes: 123119202
        num_examples: 35838
      - name: validation
        num_bytes: 89146993.8328484
        num_examples: 25166
      - name: train_negative
        num_bytes: 358592950.2383868
        num_examples: 101230
      - name: train_positive
        num_bytes: 6372702.928764773
        num_examples: 1799
      - name: train_random_undersampled
        num_bytes: 7495630.57102071
        num_examples: 2116
    download_size: 266692886
    dataset_size: 949693132.7381724
  - config_name: documents
    features:
      - name: id
        dtype: string
      - name: title
        dtype: string
      - name: doi
        dtype: string
      - name: text
        dtype: string
      - name: tokens
        sequence: string
      - name: start_offsets
        sequence: uint32
      - name: labels
        sequence:
          class_label:
            names:
              '0': O
              '1': B-SOFTWARE
              '2': I-SOFTWARE
              '3': B-VERSION
              '4': I-VERSION
              '5': B-PUBLISHER
              '6': I-PUBLISHER
              '7': B-URL
              '8': I-URL
              '9': B-LANGUAGE
              '10': I-LANGUAGE
      - name: software
        sequence:
          - name: name
            dtype: string
          - name: version
            sequence: string
          - name: publisher
            sequence: string
          - name: url
            sequence: string
          - name: language
            sequence: string
    splits:
      - name: train
        num_bytes: 348862798.37055415
        num_examples: 2901
      - name: test
        num_bytes: 118092922
        num_examples: 960
      - name: validation
        num_bytes: 87305891.62944582
        num_examples: 726
    download_size: 187639447
    dataset_size: 554261612
  - config_name: paragraphs
    features:
      - name: id
        dtype: string
      - name: title
        dtype: string
      - name: doi
        dtype: string
      - name: text
        dtype: string
      - name: tokens
        sequence: string
      - name: start_offsets
        sequence: uint32
      - name: labels
        sequence:
          class_label:
            names:
              '0': O
              '1': B-SOFTWARE
              '2': I-SOFTWARE
              '3': B-VERSION
              '4': I-VERSION
              '5': B-PUBLISHER
              '6': I-PUBLISHER
              '7': B-URL
              '8': I-URL
              '9': B-LANGUAGE
              '10': I-LANGUAGE
    splits:
      - name: train
        num_bytes: 364965653.16715163
        num_examples: 103029
      - name: test
        num_bytes: 123119202
        num_examples: 35838
      - name: validation
        num_bytes: 89146993.8328484
        num_examples: 25166
      - name: train_negative
        num_bytes: 358592950.2383868
        num_examples: 101230
      - name: train_positive
        num_bytes: 6372702.928764773
        num_examples: 1799
      - name: train_random_undersampled
        num_bytes: 7495630.57102071
        num_examples: 2116
    download_size: 266692886
    dataset_size: 949693132.7381724
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
      - split: train_negative
        path: data/train_negative-*
      - split: train_positive
        path: data/train_positive-*
      - split: train_random_undersampled
        path: data/train_random_undersampled-*
  - config_name: documents
    data_files:
      - split: train
        path: documents/train-*
      - split: test
        path: documents/test-*
      - split: validation
        path: documents/validation-*
  - config_name: paragraphs
    data_files:
      - split: train
        path: paragraphs/train-*
      - split: test
        path: paragraphs/test-*
      - split: validation
        path: paragraphs/validation-*
      - split: train_negative
        path: paragraphs/train_negative-*
      - split: train_positive
        path: paragraphs/train_positive-*
      - split: train_random_undersampled
        path: paragraphs/train_random_undersampled-*