kiyer commited on
Commit
e0f828f
·
verified ·
1 Parent(s): 2e81116

Delete data/dataset_info.json

Browse files
Files changed (1) hide show
  1. data/dataset_info.json +0 -134
data/dataset_info.json DELETED
@@ -1,134 +0,0 @@
1
- {
2
- "builder_name": "parquet",
3
- "citation": "",
4
- "config_name": "default",
5
- "dataset_name": "pathfinder_arxiv_data_galaxy",
6
- "dataset_size": 505886100,
7
- "description": "",
8
- "download_checksums": {
9
- "hf://datasets/kiyer/pathfinder_arxiv_data_galaxy@29754b03f3cd82e4051ece1cf96605f8756bc197/data/train-00000-of-00001.parquet": {
10
- "num_bytes": 379674094,
11
- "checksum": null
12
- }
13
- },
14
- "download_size": 379674094,
15
- "features": {
16
- "ads_id": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "arxiv_id": {
21
- "dtype": "string",
22
- "_type": "Value"
23
- },
24
- "title": {
25
- "dtype": "string",
26
- "_type": "Value"
27
- },
28
- "abstract": {
29
- "dtype": "string",
30
- "_type": "Value"
31
- },
32
- "embed": {
33
- "feature": {
34
- "dtype": "float32",
35
- "_type": "Value"
36
- },
37
- "_type": "Sequence"
38
- },
39
- "umap_x": {
40
- "dtype": "float32",
41
- "_type": "Value"
42
- },
43
- "umap_y": {
44
- "dtype": "float32",
45
- "_type": "Value"
46
- },
47
- "date": {
48
- "dtype": "date32",
49
- "_type": "Value"
50
- },
51
- "cites": {
52
- "dtype": "int64",
53
- "_type": "Value"
54
- },
55
- "bibcode": {
56
- "dtype": "string",
57
- "_type": "Value"
58
- },
59
- "keywords": {
60
- "feature": {
61
- "dtype": "string",
62
- "_type": "Value"
63
- },
64
- "_type": "Sequence"
65
- },
66
- "ads_keywords": {
67
- "feature": {
68
- "dtype": "string",
69
- "_type": "Value"
70
- },
71
- "_type": "Sequence"
72
- },
73
- "read_count": {
74
- "dtype": "int64",
75
- "_type": "Value"
76
- },
77
- "doi": {
78
- "feature": {
79
- "dtype": "string",
80
- "_type": "Value"
81
- },
82
- "_type": "Sequence"
83
- },
84
- "authors": {
85
- "feature": {
86
- "dtype": "string",
87
- "_type": "Value"
88
- },
89
- "_type": "Sequence"
90
- },
91
- "aff": {
92
- "feature": {
93
- "dtype": "string",
94
- "_type": "Value"
95
- },
96
- "_type": "Sequence"
97
- },
98
- "cite_bibcodes": {
99
- "feature": {
100
- "dtype": "string",
101
- "_type": "Value"
102
- },
103
- "_type": "Sequence"
104
- },
105
- "ref_bibcodes": {
106
- "feature": {
107
- "dtype": "string",
108
- "_type": "Value"
109
- },
110
- "_type": "Sequence"
111
- }
112
- },
113
- "homepage": "",
114
- "license": "",
115
- "size_in_bytes": 885560194,
116
- "splits": {
117
- "train": {
118
- "name": "train",
119
- "num_bytes": 505886100,
120
- "num_examples": 41195,
121
- "shard_lengths": [
122
- 41000,
123
- 195
124
- ],
125
- "dataset_name": "pathfinder_arxiv_data_galaxy"
126
- }
127
- },
128
- "version": {
129
- "version_str": "0.0.0",
130
- "major": 0,
131
- "minor": 0,
132
- "patch": 0
133
- }
134
- }