Skip to content

Releases: davidberenstein1957/dataset-viber

0.3.1

04 Sep 22:09
Compare
Choose a tag to compare

What's Changed

  • feat: distilabel Synthesizer classes for different tasks by @davidberenstein1957 in #31
  • feat: unify task mapping and add config autotrains and argilla by @davidberenstein1957 in #34
  • fix: bugs w.r.t. textcat with labels
  • feat: duplicate space button
  • feat: replace embedder with fast-sentence-transformers
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: 0.2.3...0.3.1

0.2.3

21 Aug 10:50
66b42df
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 0.1.2...0.2.0

And I'm feeling good!

14 Aug 18:46
Compare
Choose a tag to compare

Data Viber

And I'm feeling good

Check the README :)

What's Changed

  • [FIX] readme snippet for image classification by @burtenshaw in #3

New Contributors

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