vinsblack commited on
Commit
61efb6e
·
verified ·
1 Parent(s): 81dc927

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- ---
3
  license: apache-2.0
4
  tags:
5
  - code
@@ -43,35 +42,36 @@ dataset_info:
43
  features:
44
  - name: content
45
  dtype: string
46
- - name: repository
47
- dtype: string
48
  - name: path
49
  dtype: string
 
 
50
  - name: language
51
  dtype: string
52
  - name: size_bytes
53
  dtype: int64
54
- - name: license
55
- dtype: string
56
  - name: quality_score
57
  dtype: float64
58
- - name: created_date
59
- dtype: string
60
- - name: last_modified
 
 
61
  dtype: string
62
  - name: stars
63
  dtype: int64
 
 
 
 
64
  - name: is_test
65
  dtype: bool
66
- - name: complexity
67
  dtype: string
68
- - name: documentation_ratio
69
- dtype: float64
70
  splits:
71
  - name: train
72
  num_examples: 104885
73
  ---
74
-
75
  # 🔥 The Stack Processed V2
76
 
77
  **A curated, balanced, and ML-optimized multi-language programming dataset**
 
1
  ---
 
2
  license: apache-2.0
3
  tags:
4
  - code
 
42
  features:
43
  - name: content
44
  dtype: string
 
 
45
  - name: path
46
  dtype: string
47
+ - name: filename
48
+ dtype: string
49
  - name: language
50
  dtype: string
51
  - name: size_bytes
52
  dtype: int64
 
 
53
  - name: quality_score
54
  dtype: float64
55
+ - name: complexity
56
+ dtype: float64
57
+ - name: documentation_ratio
58
+ dtype: float64
59
+ - name: repository
60
  dtype: string
61
  - name: stars
62
  dtype: int64
63
+ - name: created_date
64
+ dtype: string
65
+ - name: license
66
+ dtype: string
67
  - name: is_test
68
  dtype: bool
69
+ - name: file_hash
70
  dtype: string
 
 
71
  splits:
72
  - name: train
73
  num_examples: 104885
74
  ---
 
75
  # 🔥 The Stack Processed V2
76
 
77
  **A curated, balanced, and ML-optimized multi-language programming dataset**