TeamHSHIntelligence commited on
Commit
9c9dd7a
·
verified ·
1 Parent(s): 4fede26

5K premium sample - 10/10 quality verified

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ github_code_sample_5000.csv filter=lfs diff=lfs merge=lfs -text
QUALITY_CERTIFICATE.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "GitHub Code Corpus - 5,000 Sample",
3
+ "vendor": "HSH Intelligence",
4
+ "version": "1.0",
5
+ "issued": "2026-05-07",
6
+ "tier": "PREMIUM",
7
+ "summary": {
8
+ "records": 5000,
9
+ "languages": 5,
10
+ "unique_repos": 1499,
11
+ "size_parquet_mb": 13.4,
12
+ "size_csv_mb": 49.9
13
+ },
14
+ "checks_passed": "10/10 PREMIUM",
15
+ "quality_metrics": {
16
+ "1_license_compliance": {
17
+ "tool": "scancode-toolkit 32.5.0",
18
+ "copyleft_pct": 0.0,
19
+ "verdict": "PASS",
20
+ "note": "100% commercial-safe (no GPL/AGPL/LGPL)"
21
+ },
22
+ "2_secret_detection": {
23
+ "tool": "gitleaks 8.18.4",
24
+ "leaks_found": 0,
25
+ "verdict": "PASS",
26
+ "note": "Zero credentials, API keys, or tokens"
27
+ },
28
+ "3_deduplication": {
29
+ "method": "MinHash LSH (256-perm, 5-gram, 0.9 threshold)",
30
+ "near_duplicates_pct": 0.0,
31
+ "verdict": "PASS",
32
+ "note": "Zero near-duplicates"
33
+ },
34
+ "4_complexity": {
35
+ "tool": "radon 6.0.1",
36
+ "avg_cyclomatic": 3.92,
37
+ "verdict": "PASS",
38
+ "note": "Healthy complexity range (< 15 = excellent)"
39
+ },
40
+ "5_token_diversity": {
41
+ "tokenizer": "tiktoken cl100k_base (GPT-4)",
42
+ "unique_tokens": 63712,
43
+ "verdict": "PASS",
44
+ "note": "Strong vocabulary diversity"
45
+ },
46
+ "6_statistical_balance": {
47
+ "languages_count": 5,
48
+ "max_language_pct": 20.0,
49
+ "unique_repos": 1499,
50
+ "verdict": "PASS",
51
+ "note": "Perfectly balanced (1K per language)"
52
+ },
53
+ "7_benchmark_contamination": {
54
+ "benchmarks_checked": [
55
+ "HumanEval (164)",
56
+ "MBPP (500)"
57
+ ],
58
+ "exact_matches": 0,
59
+ "fuzzy_matches": 0,
60
+ "verdict": "PASS",
61
+ "note": "Zero contamination - safe for model evaluation"
62
+ },
63
+ "8_pii_beyond_secrets": {
64
+ "method": "Custom regex + Luhn validation (BigCode standard)",
65
+ "real_pii_remaining": 0,
66
+ "verdict": "PASS",
67
+ "note": "Zero emails, phones, IPs, SSNs, credit cards"
68
+ },
69
+ "9_syntax_validation": {
70
+ "tools": "Python ast, Babel parser (JS/JSX), tsc, gofmt, syn 2.0",
71
+ "overall_pct": 98.0,
72
+ "by_language": {
73
+ "Python": 98.9,
74
+ "JavaScript": 97.0,
75
+ "TypeScript": 95.3,
76
+ "Go": 99.6,
77
+ "Rust": 99.3
78
+ },
79
+ "verdict": "PASS",
80
+ "note": "Exceeds Stack v2 95% standard for premium tier"
81
+ },
82
+ "10_repo_legitimacy": {
83
+ "method": "GitHub REST API verification",
84
+ "total_repos_checked": 1499,
85
+ "active_pct": 93.8,
86
+ "archived_pct": 6.1,
87
+ "deleted_pct": 0.0,
88
+ "verdict": "PASS",
89
+ "note": "100% verified existing on GitHub"
90
+ }
91
+ },
92
+ "schema": {
93
+ "columns": 19,
94
+ "fields": [
95
+ "id",
96
+ "language",
97
+ "repo_owner",
98
+ "repo_name",
99
+ "repo_stars",
100
+ "repo_forks",
101
+ "repo_description",
102
+ "repo_topics",
103
+ "license",
104
+ "file_path",
105
+ "file_name",
106
+ "file_size",
107
+ "code",
108
+ "word_count",
109
+ "char_count",
110
+ "line_count",
111
+ "data_quality_score",
112
+ "timestamp",
113
+ "scrubbed"
114
+ ]
115
+ },
116
+ "language_distribution": {
117
+ "Python": 1000,
118
+ "JavaScript": 1000,
119
+ "TypeScript": 1000,
120
+ "Go": 1000,
121
+ "Rust": 1000
122
+ },
123
+ "compliance": {
124
+ "commercial_use": true,
125
+ "redistribution": true,
126
+ "modification": true,
127
+ "license_types": [
128
+ "MIT",
129
+ "Apache-2.0",
130
+ "BSD-3-Clause",
131
+ "BSD-2-Clause",
132
+ "ISC"
133
+ ],
134
+ "gdpr_safe": true,
135
+ "ccpa_safe": true
136
+ },
137
+ "methodology": {
138
+ "framework": "BigCode / The Stack v2 production standard",
139
+ "references": [
140
+ "https://huggingface.co/datasets/bigcode/the-stack-v2",
141
+ "scancode-toolkit (license detection)",
142
+ "gitleaks (secret scanning)",
143
+ "datasketch MinHash (deduplication)",
144
+ "radon (complexity analysis)",
145
+ "tiktoken (tokenization)",
146
+ "syn 2.0 + Babel parser (syntax validation)"
147
+ ],
148
+ "full_audit_log": "Available on request",
149
+ "reproducibility": "All checks reproducible via standard open-source tools"
150
+ },
151
+ "buyer_disclosure": "10/10 quality checks passed at PREMIUM tier. Industry-standard methodology following BigCode/Stack v2 production guidelines. Zero PII, zero contamination, 98% syntax-validated.",
152
+ "audit_completed": "2026-05-07 10:09:12 UTC"
153
+ }
github_code_sample_5000.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffb97637280b8302ce011cfad909dac0c85c9a80c253e29bcf98ed29b980c6b9
3
+ size 49946502
github_code_sample_5000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15cc491bfd69bb722b759217ca7d417917830f7a14aabcf8d7727bfad6c248ac
3
+ size 13438030