Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -27,5 +27,18 @@ hfjobs run ghcr.io/astral-sh/uv:python3.12 \
|
|
27 |
- datasets
|
28 |
- tqdm
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
---
|
31 |
*Created with [hfjobs](https://github.com/huggingface/hfjobs)*
|
|
|
27 |
- datasets
|
28 |
- tqdm
|
29 |
|
30 |
+
|
31 |
+
## Scripts
|
32 |
+
|
33 |
+
|
34 |
+
### filter.py
|
35 |
+
Filter examples by length.
|
36 |
+
|
37 |
+
```bash
|
38 |
+
hfjobs run ghcr.io/astral-sh/uv:python3.12 \
|
39 |
+
uv run https://huggingface.co/datasets/davanstrien/test-local-workflow/resolve/main/filter.py
|
40 |
+
```
|
41 |
+
|
42 |
+
**Dependencies:** datasets
|
43 |
---
|
44 |
*Created with [hfjobs](https://github.com/huggingface/hfjobs)*
|