hupd-2007 / README.md
QuentinJG's picture
Upload dataset
db0ed8d verified
metadata
dataset_info:
  features:
    - name: application_number
      dtype: string
    - name: publication_number
      dtype: string
    - name: title
      dtype: string
    - name: decision
      dtype: string
    - name: date_produced
      dtype: string
    - name: date_published
      dtype: string
    - name: main_cpc_label
      dtype: string
    - name: cpc_labels
      dtype: string
    - name: main_ipcr_label
      dtype: string
    - name: ipcr_labels
      dtype: string
    - name: patent_number
      dtype: string
    - name: filing_date
      dtype: string
    - name: patent_issue_date
      dtype: string
    - name: abandon_date
      dtype: string
    - name: uspc_class
      dtype: string
    - name: uspc_subclass
      dtype: string
    - name: examiner_id
      dtype: string
    - name: examiner_name_last
      dtype: string
    - name: examiner_name_first
      dtype: string
    - name: examiner_name_middle
      dtype: string
    - name: inventor_list
      dtype: string
    - name: abstract
      dtype: string
    - name: claims
      dtype: string
    - name: background
      dtype: string
    - name: summary
      dtype: string
    - name: full_description
      dtype: string
    - name: ipcr_label_section
      dtype: string
    - name: ipcr_label_class
      dtype: string
    - name: ipcr_label_subclass
      dtype: string
    - name: ipcr_label_group
      dtype: string
    - name: ipcr_label_subgroup
      dtype: string
  splits:
    - name: train
      num_bytes: 10311432180
      num_examples: 156457
    - name: validation
      num_bytes: 1310412642
      num_examples: 19557
    - name: test
      num_bytes: 1287529915
      num_examples: 19558
    - name: test_small
      num_bytes: 329942059
      num_examples: 4889
    - name: validation_small
      num_bytes: 322716410
      num_examples: 4889
    - name: train_small
      num_bytes: 52724683
      num_examples: 800
  download_size: 5119792251
  dataset_size: 13614757889
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
      - split: test_small
        path: data/test_small-*
      - split: validation_small
        path: data/validation_small-*
      - split: train_small
        path: data/train_small-*