Spaces:
Running
Running
Commit
Β·
ff7e103
1
Parent(s):
0dd5d28
update with example
Browse files
README.md
CHANGED
@@ -25,19 +25,15 @@ Perfect for:
|
|
25 |
## Example
|
26 |
|
27 |
```bash
|
28 |
-
#
|
29 |
-
uv run https://huggingface.co/datasets/uv-scripts/
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
# Deploy on GPU with HF Jobs
|
34 |
-
hfjobs run --gpu a10 uv run <script-url>
|
35 |
```
|
36 |
|
37 |
## Browse Scripts
|
38 |
|
39 |
-
| Script | Description | GPU
|
40 |
-
|
41 |
-
| [dataset-creation](https://huggingface.co/datasets/uv-scripts/dataset-creation) | Create datasets from PDFs
|
42 |
-
| [sentence-transformers](https://huggingface.co/datasets/uv-scripts/sentence-transformers) | Generate embedding training data | β
|
|
43 |
| More coming soon... | | |
|
|
|
25 |
## Example
|
26 |
|
27 |
```bash
|
28 |
+
# Convert PDFs to a dataset
|
29 |
+
uv run https://huggingface.co/datasets/uv-scripts/dataset-creation/resolve/main/pdf-to-dataset.py \
|
30 |
+
/path/to/pdfs \
|
31 |
+
username/my-dataset
|
|
|
|
|
|
|
32 |
```
|
33 |
|
34 |
## Browse Scripts
|
35 |
|
36 |
+
| Script Collection | Description | GPU Required |
|
37 |
+
|-------------------|-------------|--------------|
|
38 |
+
| [dataset-creation](https://huggingface.co/datasets/uv-scripts/dataset-creation) | Create datasets from PDFs and other files | β |
|
|
|
39 |
| More coming soon... | | |
|