Kun-AI-san commited on
Commit
d77fd79
·
verified ·
1 Parent(s): d93a5f8

Delete dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +0 -113
dataset_info.json DELETED
@@ -1,113 +0,0 @@
1
- {
2
- "builder_name": "parquet",
3
- "citation": "",
4
- "config_name": "Python",
5
- "dataset_name": "stack-edu",
6
- "dataset_size": 4957058035,
7
- "description": "",
8
- "download_checksums": {
9
- "hf://datasets/HuggingFaceTB/stack-edu@eeec5caac5cc3758a18f1d3ba4416837a9ba814c/Python/train-00000-of-00005.parquet": {
10
- "num_bytes": 500150393,
11
- "checksum": null
12
- },
13
- "hf://datasets/HuggingFaceTB/stack-edu@eeec5caac5cc3758a18f1d3ba4416837a9ba814c/Python/train-00001-of-00005.parquet": {
14
- "num_bytes": 500201312,
15
- "checksum": null
16
- },
17
- "hf://datasets/HuggingFaceTB/stack-edu@eeec5caac5cc3758a18f1d3ba4416837a9ba814c/Python/train-00002-of-00005.parquet": {
18
- "num_bytes": 500172909,
19
- "checksum": null
20
- },
21
- "hf://datasets/HuggingFaceTB/stack-edu@eeec5caac5cc3758a18f1d3ba4416837a9ba814c/Python/train-00003-of-00005.parquet": {
22
- "num_bytes": 500169900,
23
- "checksum": null
24
- },
25
- "hf://datasets/HuggingFaceTB/stack-edu@eeec5caac5cc3758a18f1d3ba4416837a9ba814c/Python/train-00004-of-00005.parquet": {
26
- "num_bytes": 500100572,
27
- "checksum": null
28
- }
29
- },
30
- "download_size": 2500795086,
31
- "features": {
32
- "blob_id": {
33
- "dtype": "large_string",
34
- "_type": "Value"
35
- },
36
- "language": {
37
- "dtype": "large_string",
38
- "_type": "Value"
39
- },
40
- "repo_name": {
41
- "dtype": "large_string",
42
- "_type": "Value"
43
- },
44
- "path": {
45
- "dtype": "large_string",
46
- "_type": "Value"
47
- },
48
- "src_encoding": {
49
- "dtype": "large_string",
50
- "_type": "Value"
51
- },
52
- "length_bytes": {
53
- "dtype": "int64",
54
- "_type": "Value"
55
- },
56
- "score": {
57
- "dtype": "float64",
58
- "_type": "Value"
59
- },
60
- "int_score": {
61
- "dtype": "int64",
62
- "_type": "Value"
63
- },
64
- "detected_licenses": {
65
- "feature": {
66
- "dtype": "large_string",
67
- "_type": "Value"
68
- },
69
- "_type": "LargeList"
70
- },
71
- "license_type": {
72
- "dtype": "large_string",
73
- "_type": "Value"
74
- },
75
- "text": {
76
- "dtype": "string",
77
- "_type": "Value"
78
- },
79
- "download_success": {
80
- "dtype": "bool",
81
- "_type": "Value"
82
- }
83
- },
84
- "homepage": "",
85
- "license": "",
86
- "size_in_bytes": 7457853121,
87
- "splits": {
88
- "train": {
89
- "name": "train",
90
- "num_bytes": 4957058035,
91
- "num_examples": 25286019,
92
- "shard_lengths": [
93
- 2551000,
94
- 2506204,
95
- 2551000,
96
- 2506204,
97
- 2551000,
98
- 2506204,
99
- 2551000,
100
- 2506204,
101
- 2551000,
102
- 2506203
103
- ],
104
- "dataset_name": "stack-edu"
105
- }
106
- },
107
- "version": {
108
- "version_str": "0.0.0",
109
- "major": 0,
110
- "minor": 0,
111
- "patch": 0
112
- }
113
- }