yuntian-deng
commited on
Commit
•
4b7b599
1
Parent(s):
12881a3
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': reject
|
11 |
+
'1': accept
|
12 |
+
'2': withdrawn
|
13 |
+
'3': desk_rejected
|
14 |
+
splits:
|
15 |
+
- name: test
|
16 |
+
num_bytes: 6919068
|
17 |
+
num_examples: 4955
|
18 |
+
download_size: 3724725
|
19 |
+
dataset_size: 6919068
|
20 |
+
---
|
21 |
+
# Dataset Card for "iclr-decisions-processed-full"
|
22 |
+
|
23 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|