rasdani commited on
Commit
71e4b7e
·
verified ·
1 Parent(s): 2c71939

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -59,3 +59,9 @@ ds_tc_6 = ds.filter(lambda x: len(x["verification_info"]["test_cases"]) <= 6)
59
 
60
  ds_tc_6.push_to_hub("rasdani/verifiable-coding-problems-python_decontaminated_six_test_cases")
61
  ```
 
 
 
 
 
 
 
59
 
60
  ds_tc_6.push_to_hub("rasdani/verifiable-coding-problems-python_decontaminated_six_test_cases")
61
  ```
62
+
63
+ Before:
64
+ <img src="before.png" alt="before.png" style="width: 400px; height: auto;">
65
+
66
+ After:
67
+ <img src="after.png" alt="after.png" style="width: 400px; height: auto;">