Upload dataset
Browse files- README.md +27 -1
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -1,5 +1,31 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Latest arXiv
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: entry_id
|
10 |
+
dtype: string
|
11 |
+
- name: published
|
12 |
+
dtype: string
|
13 |
+
- name: title
|
14 |
+
dtype: string
|
15 |
+
- name: authors
|
16 |
+
sequence: string
|
17 |
+
- name: primary_category
|
18 |
+
dtype: string
|
19 |
+
- name: categories
|
20 |
+
sequence: string
|
21 |
+
- name: text
|
22 |
+
dtype: string
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_bytes: 53173536
|
26 |
+
num_examples: 1189
|
27 |
+
download_size: 26296082
|
28 |
+
dataset_size: 53173536
|
29 |
---
|
30 |
|
31 |
# Latest arXiv
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8675ffc98b3b594651065c5807325eb6b86c595e6611d5a871f44e05b202df9c
|
3 |
+
size 26296082
|