Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
christopher commited on
Commit
fd7c1cd
·
verified ·
1 Parent(s): 632e3bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -48
README.md CHANGED
@@ -1,48 +1,52 @@
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: url
11
- dtype: string
12
- - name: name
13
- dtype: string
14
- - name: full_name
15
- dtype: string
16
- - name: description
17
- dtype: string
18
- - name: paper
19
- struct:
20
- - name: title
21
- dtype: string
22
- - name: url
23
- dtype: string
24
- - name: introduced_year
25
- dtype: int64
26
- - name: source_url
27
- dtype: string
28
- - name: source_title
29
- dtype: string
30
- - name: code_snippet_url
31
- dtype: string
32
- - name: num_papers
33
- dtype: int64
34
- - name: collections
35
- list:
36
- - name: area
37
- dtype: string
38
- - name: area_id
39
- dtype: string
40
- - name: collection
41
- dtype: string
42
- splits:
43
- - name: train
44
- num_bytes: 24706042
45
- num_examples: 8725
46
- download_size: 6196981
47
- dataset_size: 24706042
48
- ---
 
 
 
 
 
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: url
11
+ dtype: string
12
+ - name: name
13
+ dtype: string
14
+ - name: full_name
15
+ dtype: string
16
+ - name: description
17
+ dtype: string
18
+ - name: paper
19
+ struct:
20
+ - name: title
21
+ dtype: string
22
+ - name: url
23
+ dtype: string
24
+ - name: introduced_year
25
+ dtype: int64
26
+ - name: source_url
27
+ dtype: string
28
+ - name: source_title
29
+ dtype: string
30
+ - name: code_snippet_url
31
+ dtype: string
32
+ - name: num_papers
33
+ dtype: int64
34
+ - name: collections
35
+ list:
36
+ - name: area
37
+ dtype: string
38
+ - name: area_id
39
+ dtype: string
40
+ - name: collection
41
+ dtype: string
42
+ splits:
43
+ - name: train
44
+ num_bytes: 24706042
45
+ num_examples: 8725
46
+ download_size: 6196981
47
+ dataset_size: 24706042
48
+ ---
49
+
50
+ > [!CAUTION]
51
+ > This dataset will not be updated. It corresponds to the last available public snapshot of the data, retrieved on July 28th, 2025.
52
+ >