Update README.md
Browse files
README.md
CHANGED
|
@@ -103,9 +103,4 @@ mit_code = ds_code["train"].filter(lambda x: x["license_type"] == "MIT")
|
|
| 103 |
|
| 104 |
# Filter to Python files
|
| 105 |
python_code = ds_code["train"].filter(lambda x: x["language"] == "Python")
|
| 106 |
-
```
|
| 107 |
-
|
| 108 |
-
## Source
|
| 109 |
-
|
| 110 |
-
Built with [`scrape_ascl.py`](https://github.com/Smith42/filter-mint) from the
|
| 111 |
-
[filter-mint](https://github.com/Smith42/filter-mint) repository.
|
|
|
|
| 103 |
|
| 104 |
# Filter to Python files
|
| 105 |
python_code = ds_code["train"].filter(lambda x: x["language"] == "Python")
|
| 106 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|