Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: patent_num
|
5 |
+
dtype: int64
|
6 |
+
- name: claim_num1
|
7 |
+
dtype: int64
|
8 |
+
- name: claim_num2
|
9 |
+
dtype: int64
|
10 |
+
- name: sentence1
|
11 |
+
dtype: string
|
12 |
+
- name: sentence2
|
13 |
+
dtype: string
|
14 |
+
- name: label
|
15 |
+
dtype: float64
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 1141724170.7014475
|
19 |
+
num_examples: 453043
|
20 |
+
- name: test
|
21 |
+
num_bytes: 63431500.71087167
|
22 |
+
num_examples: 25170
|
23 |
+
- name: valid
|
24 |
+
num_bytes: 63428980.58768093
|
25 |
+
num_examples: 25169
|
26 |
+
download_size: 481158714
|
27 |
+
dataset_size: 1268584652.0
|
28 |
+
---
|
29 |
+
# Dataset Card for "AIPD_nlp_sentence_dataset_v2"
|
30 |
+
|
31 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|