theblackcat102
commited on
Commit
·
fc5e290
1
Parent(s):
5e9007e
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: id
|
10 |
+
dtype: string
|
11 |
+
- name: updated
|
12 |
+
dtype: timestamp[s]
|
13 |
+
- name: published
|
14 |
+
dtype: timestamp[s]
|
15 |
+
- name: title
|
16 |
+
dtype: string
|
17 |
+
- name: summary
|
18 |
+
dtype: string
|
19 |
+
- name: author
|
20 |
+
sequence: string
|
21 |
+
- name: arxiv:doi
|
22 |
+
dtype: string
|
23 |
+
- name: link
|
24 |
+
list:
|
25 |
+
- name: '@title'
|
26 |
+
dtype: string
|
27 |
+
- name: '@href'
|
28 |
+
dtype: string
|
29 |
+
- name: '@rel'
|
30 |
+
dtype: string
|
31 |
+
- name: '@type'
|
32 |
+
dtype: string
|
33 |
+
- name: arxiv:journal_ref
|
34 |
+
sequence: string
|
35 |
+
- name: arxiv:primary_category
|
36 |
+
struct:
|
37 |
+
- name: '@xmlns:arxiv'
|
38 |
+
dtype: string
|
39 |
+
- name: '@term'
|
40 |
+
dtype: string
|
41 |
+
- name: '@scheme'
|
42 |
+
dtype: string
|
43 |
+
- name: category
|
44 |
+
sequence: string
|
45 |
+
- name: content
|
46 |
+
dtype: string
|
47 |
+
splits:
|
48 |
+
- name: train
|
49 |
+
num_bytes: 1399278156
|
50 |
+
num_examples: 21394
|
51 |
+
download_size: 744792190
|
52 |
+
dataset_size: 1399278156
|
53 |
+
---
|
54 |
+
# Dataset Card for "arxiv-cs.LG-23"
|
55 |
+
|
56 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|