liyucheng commited on
Commit
ab7f3d8
·
verified ·
1 Parent(s): 4565a88

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: 51350955
26
- num_examples: 1146
27
- download_size: 25096604
28
- dataset_size: 51350955
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-07-15 to 2024-07-22.
38
 
39
- The data collection was conducted on 2024-07-22.
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-07-29 to 2024-08-05.
12
 
13
+ The data collection was conducted on 2024-08-05.
14
 
15
  Use the dataset via:
16
  ```