Spaces:
Running
Running
Commit ·
ef5328a
1
Parent(s): e434b49
Replace script tables with compact bullet lists
Browse filesMuch less visual noise - removes repeated table headers
while keeping the same category groupings.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
README.md
CHANGED
|
@@ -25,40 +25,25 @@ One command, no setup. Works locally too with just `uv run`.
|
|
| 25 |
|
| 26 |
## Browse Scripts
|
| 27 |
|
| 28 |
-
|
|
|
|
|
|
|
| 29 |
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
| [ocr](https://huggingface.co/datasets/uv-scripts/ocr) | Extract text from images with VLMs - handles LaTeX, tables, forms, handwriting |
|
| 33 |
-
| [dataset-creation](https://huggingface.co/datasets/uv-scripts/dataset-creation) | Create HF datasets from PDFs and local files (CPU only) |
|
| 34 |
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
| [sam3](https://huggingface.co/datasets/uv-scripts/sam3) | Zero-shot object detection with natural language prompts using SAM3 |
|
| 40 |
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
| --- | --- |
|
| 45 |
-
| [vllm](https://huggingface.co/datasets/uv-scripts/vllm) | High-performance GPU inference with vLLM (classification, VLM tasks) |
|
| 46 |
-
| [classification](https://huggingface.co/datasets/uv-scripts/classification) | Text classification with structured outputs and guaranteed valid labels |
|
| 47 |
-
| [openai-oss](https://huggingface.co/datasets/uv-scripts/openai-oss) | Generate responses using OpenAI's open-source reasoning models |
|
| 48 |
-
| [synthetic-data](https://huggingface.co/datasets/uv-scripts/synthetic-data) | Generate synthetic training data with chain-of-thought reasoning |
|
| 49 |
-
|
| 50 |
-
### Model Training
|
| 51 |
-
|
| 52 |
-
| Script | What it does |
|
| 53 |
-
| --- | --- |
|
| 54 |
-
| [unsloth/jobs](https://huggingface.co/datasets/unsloth/jobs) | Fine-tune LLMs and VLMs with Unsloth - LFM2.5, Qwen3-VL, Gemma3, continued pretraining |
|
| 55 |
-
|
| 56 |
-
### Analysis & Visualization
|
| 57 |
-
|
| 58 |
-
| Script | What it does |
|
| 59 |
-
| --- | --- |
|
| 60 |
-
| [dataset-stats](https://huggingface.co/datasets/uv-scripts/dataset-stats) | Analyze dataset statistics with streaming and Polars (CPU only) |
|
| 61 |
-
| [build-atlas](https://huggingface.co/datasets/uv-scripts/build-atlas) | Generate interactive embedding visualizations with Apple's Atlas |
|
| 62 |
|
| 63 |
## Learn More
|
| 64 |
|
|
|
|
| 25 |
|
| 26 |
## Browse Scripts
|
| 27 |
|
| 28 |
+
**Document Processing**
|
| 29 |
+
- [ocr](https://huggingface.co/datasets/uv-scripts/ocr) - Extract text from images with VLMs (LaTeX, tables, forms, handwriting)
|
| 30 |
+
- [dataset-creation](https://huggingface.co/datasets/uv-scripts/dataset-creation) - Create HF datasets from PDFs and local files (CPU only)
|
| 31 |
|
| 32 |
+
**Computer Vision**
|
| 33 |
+
- [sam3](https://huggingface.co/datasets/uv-scripts/sam3) - Zero-shot object detection with natural language prompts using SAM3
|
|
|
|
|
|
|
| 34 |
|
| 35 |
+
**Text Generation & Classification**
|
| 36 |
+
- [vllm](https://huggingface.co/datasets/uv-scripts/vllm) - High-performance GPU inference with vLLM (classification, VLM tasks)
|
| 37 |
+
- [classification](https://huggingface.co/datasets/uv-scripts/classification) - Text classification with structured outputs and guaranteed valid labels
|
| 38 |
+
- [openai-oss](https://huggingface.co/datasets/uv-scripts/openai-oss) - Generate responses using OpenAI's open-source reasoning models
|
| 39 |
+
- [synthetic-data](https://huggingface.co/datasets/uv-scripts/synthetic-data) - Generate synthetic training data with chain-of-thought reasoning
|
| 40 |
|
| 41 |
+
**Model Training**
|
| 42 |
+
- [unsloth/jobs](https://huggingface.co/datasets/unsloth/jobs) - Fine-tune LLMs and VLMs with Unsloth (LFM2.5, Qwen3-VL, Gemma3, continued pretraining)
|
|
|
|
| 43 |
|
| 44 |
+
**Analysis & Visualization**
|
| 45 |
+
- [dataset-stats](https://huggingface.co/datasets/uv-scripts/dataset-stats) - Analyze dataset statistics with streaming and Polars (CPU only)
|
| 46 |
+
- [build-atlas](https://huggingface.co/datasets/uv-scripts/build-atlas) - Generate interactive embedding visualizations with Apple's Atlas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
## Learn More
|
| 49 |
|