Dataset-viber

Latest version: v0.3.1

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.1

What's Changed
* feat: `distilabel` `Synthesizer` classes for different tasks by davidberenstein1957 in https://github.com/davidberenstein1957/dataset-viber/pull/31
* feat: unify task mapping and add config autotrains and argilla by davidberenstein1957 in https://github.com/davidberenstein1957/dataset-viber/pull/34
* fix: bugs w.r.t. textcat with labels
* feat: duplicate space button
* feat: replace embedder with `fast-sentence-transformers`

python
from dataset_viber import AnnotatorInterFace
from dataset_viber.synthesizer import Synthesizer

synthesizer = Synthesizer.for_image_generation_preference(
prompt_context="A phone company customer support expert"
)

interface = AnnotatorInterFace.for_image_generation_preference(
fn_next_input=synthesizer
)
interface.launch()


**Full Changelog**: https://github.com/davidberenstein1957/dataset-viber/compare/0.2.3...0.3.1

0.2.3

Some new features!

- manual import directly from CSV or the Hugging Face Hub
- manual export directly to CSV or the Hugging Face Hub
- improved automated
- limit interaction with specific components
- stream data with custom next_input features
- model in-the-loop support for all tasks

What's Changed
* feat: upload and download files 2 by davidberenstein1957 in https://github.com/davidberenstein1957/dataset-viber/pull/19
* Feat/upload and download files 2 by davidberenstein1957 in https://github.com/davidberenstein1957/dataset-viber/pull/28

New Contributors
* davidberenstein1957 made their first contribution in https://github.com/davidberenstein1957/dataset-viber/pull/19
* burtenshaw made their second contribution in https://github.com/davidberenstein1957/dataset-viber/pull/23

**Full Changelog**: https://github.com/davidberenstein1957/dataset-viber/compare/0.1.2...0.2.0

0.1.2

Data Viber

[![And I'm feeling good ](https://img.youtube.com/vi/oHRNrgDIJfo/0.jpg)](https://www.youtube.com/watch?v=oHRNrgDIJfo "And I'm feeling good ")

Check the [README](https://github.com/davidberenstein1957/dataset-viber) :)

What's Changed
* [FIX] readme snippet for image classification by burtenshaw in https://github.com/davidberenstein1957/dataset-viber/pull/3

New Contributors
* burtenshaw made their first contribution in https://github.com/davidberenstein1957/dataset-viber/pull/3

**Full Changelog**: https://github.com/davidberenstein1957/dataset-viber/commits/0.1.2

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.