Upload dataset
Browse files- README.md +61 -0
- data/train-00000-of-00001.parquet +0 -0
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: bibtex_url
|
5 |
+
dtype: string
|
6 |
+
- name: proceedings
|
7 |
+
dtype: string
|
8 |
+
- name: bibtext
|
9 |
+
dtype: string
|
10 |
+
- name: abstract
|
11 |
+
dtype: string
|
12 |
+
- name: authors
|
13 |
+
sequence: string
|
14 |
+
- name: title
|
15 |
+
dtype: string
|
16 |
+
- name: id
|
17 |
+
dtype: string
|
18 |
+
- name: arxiv_id
|
19 |
+
dtype: string
|
20 |
+
- name: GitHub
|
21 |
+
sequence: string
|
22 |
+
- name: paper_page
|
23 |
+
dtype: string
|
24 |
+
- name: n_linked_authors
|
25 |
+
dtype: int64
|
26 |
+
- name: upvotes
|
27 |
+
dtype: int64
|
28 |
+
- name: num_comments
|
29 |
+
dtype: int64
|
30 |
+
- name: n_authors
|
31 |
+
dtype: int64
|
32 |
+
- name: Models
|
33 |
+
sequence: string
|
34 |
+
- name: Datasets
|
35 |
+
sequence: string
|
36 |
+
- name: Spaces
|
37 |
+
sequence: string
|
38 |
+
- name: paper_page_exists_pre_conf
|
39 |
+
dtype: int64
|
40 |
+
- name: type
|
41 |
+
dtype: string
|
42 |
+
- name: unique_id
|
43 |
+
dtype: int64
|
44 |
+
- name: old_Models
|
45 |
+
sequence: string
|
46 |
+
- name: old_Datasets
|
47 |
+
sequence: string
|
48 |
+
- name: old_Spaces
|
49 |
+
sequence: string
|
50 |
+
splits:
|
51 |
+
- name: train
|
52 |
+
num_bytes: 978905
|
53 |
+
num_examples: 2387
|
54 |
+
download_size: 395108
|
55 |
+
dataset_size: 978905
|
56 |
+
configs:
|
57 |
+
- config_name: default
|
58 |
+
data_files:
|
59 |
+
- split: train
|
60 |
+
path: data/train-*
|
61 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
Binary file (395 kB). View file
|
|