File size: 888 Bytes
9522af9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a8587dc
9522af9
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: valid
    path: data/valid-*
dataset_info:
  features:
  - name: patent_num
    dtype: int64
  - name: claim_num1
    dtype: int64
  - name: claim_num2
    dtype: int64
  - name: sentence1
    dtype: string
  - name: sentence2
    dtype: string
  - name: label
    dtype: float64
  splits:
  - name: train
    num_bytes: 1141724170.7014475
    num_examples: 453043
  - name: test
    num_bytes: 63431500.71087167
    num_examples: 25170
  - name: valid
    num_bytes: 63428980.58768093
    num_examples: 25169
  download_size: 479858442
  dataset_size: 1268584652.0
---
# Dataset Card for "AIPD_nlp_sentence_dataset"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)