liyucheng commited on
Commit
41af363
1 Parent(s): 9a41fc9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -29
README.md CHANGED
@@ -1,31 +1,5 @@
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: 52917424
26
- num_examples: 1151
27
- download_size: 26091781
28
- dataset_size: 52917424
29
  ---
30
 
31
  # Latest arXiv
@@ -34,9 +8,9 @@ You could always access the latest arXiv papers via this dataset.
34
 
35
  We update the dataset weekly, on every Sunday. So the dataset always provides the latest arXiv papers created in the past week.
36
 
37
- The current dataset on main branch contains the latest arXiv papers submitted from 2024-05-06 to 2024-05-13.
38
 
39
- The data collection was conducted on 2024-05-13.
40
 
41
  Use the dataset via:
42
  ```
 
1
  ---
2
+ {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Latest arXiv
 
8
 
9
  We update the dataset weekly, on every Sunday. So the dataset always provides the latest arXiv papers created in the past week.
10
 
11
+ The current dataset on main branch contains the latest arXiv papers submitted from 2024-05-13 to 2024-05-20.
12
 
13
+ The data collection was conducted on 2024-05-20.
14
 
15
  Use the dataset via:
16
  ```