Upload scripts/sample_atomic_commites.py with huggingface_hub
Browse files
scripts/sample_atomic_commites.py
CHANGED
@@ -249,8 +249,8 @@ def main() -> None:
|
|
249 |
ccs_df = remove_existing_commits(ccs_df, existing_shas)
|
250 |
|
251 |
# Step 4: Apply CI->CICD normalization
|
252 |
-
print("\nStep 4: Applying CI->CICD normalization")
|
253 |
-
ccs_df = normalize_dataset(ccs_df)
|
254 |
|
255 |
|
256 |
# Step 5: Apply token-based filtering
|
|
|
249 |
ccs_df = remove_existing_commits(ccs_df, existing_shas)
|
250 |
|
251 |
# Step 4: Apply CI->CICD normalization
|
252 |
+
# print("\nStep 4: Applying CI->CICD normalization")
|
253 |
+
# ccs_df = normalize_dataset(ccs_df)
|
254 |
|
255 |
|
256 |
# Step 5: Apply token-based filtering
|