liyucheng commited on
Commit
26ef3cd
1 Parent(s): 7b52d24

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: 52821307
26
- num_examples: 1160
27
- download_size: 26236372
28
- dataset_size: 52821307
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-08-19 to 2024-08-26.
38
 
39
- The data collection was conducted on 2024-08-26.
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-09-02 to 2024-09-09.
12
 
13
+ The data collection was conducted on 2024-09-09.
14
 
15
  Use the dataset via:
16
  ```