Update README.md
Browse files
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;">
|