File size: 2,171 Bytes
73d6636 fe79755 73d6636 fe79755 73d6636 fe79755 73d6636 fe79755 73d6636 d3cb742 fe79755 d3cb742 fe79755 d3cb742 db0ed8d 73d6636 d3cb742 db0ed8d 73d6636 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
---
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-*
---
|