vinsblack commited on
Commit
13d3520
·
verified ·
1 Parent(s): 6771065

Update dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +26 -24
dataset_info.json CHANGED
@@ -1,25 +1,27 @@
1
- {
2
- "name": "The_Stack_Processed-v2",
3
- "version": "2.0.0",
4
- "total_files": 128738,
5
- "num_csvs": 3,
6
- "languages": {
7
- "Markdown": 10021,
8
- "Other": 22636,
9
- "JSON": 501,
10
- "Python": 19060,
11
- "C": 10513,
12
- "YAML": 9950,
13
- "C++": 9508,
14
- "Shell": 9757,
15
- "JavaScript": 10093,
16
- "HTML": 258,
17
- "XML": 157,
18
- "Java": 106,
19
- "PHP": 9053,
20
- "Ruby": 9787,
21
- "Swift": 9994
22
- },
23
- "created_date": "2025-07-09T19:17:25.822827",
24
- "format": "csv"
 
 
25
  }
 
1
+ {
2
+ "default": {
3
+ "description": "The Stack Processed - Semplice: Balanced sample from The Stack v2",
4
+ "features": {
5
+ "content": {"dtype": "string"},
6
+ "repository": {"dtype": "string"},
7
+ "path": {"dtype": "string"},
8
+ "language": {"dtype": "string"},
9
+ "size_bytes": {"dtype": "int64"},
10
+ "license": {"dtype": "string"},
11
+ "quality_score": {"dtype": "float64"},
12
+ "created_date": {"dtype": "string"},
13
+ "last_modified": {"dtype": "string"},
14
+ "stars": {"dtype": "int64"},
15
+ "is_test": {"dtype": "bool"},
16
+ "complexity": {"dtype": "string"},
17
+ "documentation_ratio": {"dtype": "float64"}
18
+ },
19
+ "splits": {
20
+ "train": {
21
+ "name": "train",
22
+ "num_bytes": 923700000,
23
+ "num_examples": 104885
24
+ }
25
+ }
26
+ }
27
  }