mantisnlp/classification-with-sieves
Hugging Face Dataset Classification With Sieves GPU-accelerated text classification for Hugging Face datasets with guaranteed valid outputs through structured generation with Sieves, Outlines and Hugging Face zero-shot pipelines. This is a modified version of https://huggingface.co/datasets/uv-scripts/classification. 🚀 Quick Start # Classify IMDB reviews uv run classify-dataset.py classify \ --input-dataset stanfordnlp/imdb \ --column text \ --labels… See the full description on the dataset page: https://huggingface.co/datasets/mantisnlp/classification-with-sieves.
Update depencies; fix GPU error (#9)
Fix script in docs/examples; use `classify` command. (#5)
Update script usage examples to use filename + `classify` command. (#6)
add yaml to disable viewer (#4)
Adds readme as variation of https://huggingface.co/datasets/uv-scripts/classification/blob/main/README.md. (#3)
Adds script. (#2)
Update README.md
initial commit
