add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -25,6 +25,38 @@ task_ids:
|
|
25 |
- text-simplification
|
26 |
paperswithcode_id: null
|
27 |
pretty_name: arXiv Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
# Dataset Card for arXiv Dataset
|
@@ -186,4 +218,4 @@ The data is under the [Creative Commons CC0 1.0 Universal Public Domain Dedicati
|
|
186 |
|
187 |
### Contributions
|
188 |
|
189 |
-
Thanks to [@tanmoyio](https://github.com/tanmoyio) for adding this dataset.
|
|
|
25 |
- text-simplification
|
26 |
paperswithcode_id: null
|
27 |
pretty_name: arXiv Dataset
|
28 |
+
dataset_info:
|
29 |
+
features:
|
30 |
+
- name: id
|
31 |
+
dtype: string
|
32 |
+
- name: submitter
|
33 |
+
dtype: string
|
34 |
+
- name: authors
|
35 |
+
dtype: string
|
36 |
+
- name: title
|
37 |
+
dtype: string
|
38 |
+
- name: comments
|
39 |
+
dtype: string
|
40 |
+
- name: journal-ref
|
41 |
+
dtype: string
|
42 |
+
- name: doi
|
43 |
+
dtype: string
|
44 |
+
- name: report-no
|
45 |
+
dtype: string
|
46 |
+
- name: categories
|
47 |
+
dtype: string
|
48 |
+
- name: license
|
49 |
+
dtype: string
|
50 |
+
- name: abstract
|
51 |
+
dtype: string
|
52 |
+
- name: update_date
|
53 |
+
dtype: string
|
54 |
+
splits:
|
55 |
+
- name: train
|
56 |
+
num_bytes: 2246545603
|
57 |
+
num_examples: 1796911
|
58 |
+
download_size: 0
|
59 |
+
dataset_size: 2246545603
|
60 |
---
|
61 |
|
62 |
# Dataset Card for arXiv Dataset
|
|
|
218 |
|
219 |
### Contributions
|
220 |
|
221 |
+
Thanks to [@tanmoyio](https://github.com/tanmoyio) for adding this dataset.
|