Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: validation
|
6 |
+
path: data/validation-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: id
|
12 |
+
dtype: int64
|
13 |
+
- name: cite
|
14 |
+
dtype: string
|
15 |
+
- name: wordy
|
16 |
+
dtype: string
|
17 |
+
- name: concise
|
18 |
+
sequence: string
|
19 |
+
- name: category
|
20 |
+
dtype: string
|
21 |
+
- name: link
|
22 |
+
dtype: string
|
23 |
+
- name: delete
|
24 |
+
dtype:
|
25 |
+
class_label:
|
26 |
+
names:
|
27 |
+
'0': not required
|
28 |
+
'1': required
|
29 |
+
- name: replace
|
30 |
+
dtype:
|
31 |
+
class_label:
|
32 |
+
names:
|
33 |
+
'0': not required
|
34 |
+
'1': required
|
35 |
+
- name: rewrite
|
36 |
+
dtype:
|
37 |
+
class_label:
|
38 |
+
names:
|
39 |
+
'0': not required
|
40 |
+
'1': required
|
41 |
+
splits:
|
42 |
+
- name: validation
|
43 |
+
num_bytes: 3692
|
44 |
+
num_examples: 14
|
45 |
+
- name: test
|
46 |
+
num_bytes: 161635
|
47 |
+
num_examples: 536
|
48 |
+
download_size: 79866
|
49 |
+
dataset_size: 165327
|
50 |
+
---
|
51 |
+
# Dataset Card for "concise536"
|
52 |
+
|
53 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|