Releases: davidberenstein1957/dataset-viber
Releases · davidberenstein1957/dataset-viber
0.3.1
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
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 #19
- Feat/upload and download files 2 by @davidberenstein1957 in #28
New Contributors
- @davidberenstein1957 made their first contribution in #19
- @burtenshaw made their second contribution in #23
Full Changelog: 0.1.2...0.2.0
And I'm feeling good!
Data Viber
Check the README :)
What's Changed
- [FIX] readme snippet for image classification by @burtenshaw in #3
New Contributors
- @burtenshaw made their first contribution in #3
Full Changelog: https://github.com/davidberenstein1957/dataset-viber/commits/0.1.2