christopher commited on
Commit
56cc5c1
·
verified ·
1 Parent(s): 9f4ad37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -36
README.md CHANGED
@@ -1,36 +1,41 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- dataset_info:
9
- features:
10
- - name: paper_url
11
- dtype: string
12
- - name: paper_title
13
- dtype: string
14
- - name: paper_arxiv_id
15
- dtype: string
16
- - name: paper_url_abs
17
- dtype: string
18
- - name: paper_url_pdf
19
- dtype: string
20
- - name: repo_url
21
- dtype: string
22
- - name: is_official
23
- dtype: bool
24
- - name: mentioned_in_paper
25
- dtype: bool
26
- - name: mentioned_in_github
27
- dtype: bool
28
- - name: framework
29
- dtype: string
30
- splits:
31
- - name: train
32
- num_bytes: 92630900
33
- num_examples: 300161
34
- download_size: 41364239
35
- dataset_size: 92630900
36
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: paper_url
11
+ dtype: string
12
+ - name: paper_title
13
+ dtype: string
14
+ - name: paper_arxiv_id
15
+ dtype: string
16
+ - name: paper_url_abs
17
+ dtype: string
18
+ - name: paper_url_pdf
19
+ dtype: string
20
+ - name: repo_url
21
+ dtype: string
22
+ - name: is_official
23
+ dtype: bool
24
+ - name: mentioned_in_paper
25
+ dtype: bool
26
+ - name: mentioned_in_github
27
+ dtype: bool
28
+ - name: framework
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 92630900
33
+ num_examples: 300161
34
+ download_size: 41364239
35
+ dataset_size: 92630900
36
+ ---
37
+
38
+ > [!CAUTION]
39
+ > This dataset will not be updated. It corresponds to the last available public snapshot of the data, retrieved on July 28th, 2025.
40
+ >
41
+