Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -27,5 +27,16 @@ 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 |
+
### dedupe-dataset.py
|
| 35 |
+
```bash
|
| 36 |
+
hfjobs run ghcr.io/astral-sh/uv:python3.12 \
|
| 37 |
+
uv run https://huggingface.co/datasets/davanstrien/uv-script-test4/resolve/main/dedupe-dataset.py
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
**Dependencies:** Hello from dedupe-dataset.py!, __main__
|
| 41 |
---
|
| 42 |
*Created with [hfjobs](https://github.com/huggingface/hfjobs)*
|