CoolFace
Apppublic

Socialmediaprophet/synthetic-data-generator

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
50 commits on main
57b7e7b2y ago

update example link

sdiazlor
6c2a22e2y ago

Update version to 0.1.8 in pyproject.toml

sdiazlor
6a5179a2y ago

refactor: add local save to README and improve layout

sdiazlor
8291c8c2y ago

Added local saving to CSV and JSON (#38)

sebaxakerhtc
a68cd132y ago

add fine-tuning deepseek example

sdiazlor
e3b32d42y ago

fix: tackle None labels in multilabel

sdiazlor
f8f91872y ago

fix: update dependency due to # https://github.com/argilla-io/distilabel/pull/1118

sdiazlor
b1292942y ago

Fix BASE_URL_COMPLETIONS when using different providers

sdiazlor
784963b2y ago

Wrong tokenizer (#36)

sebaxakerhtc
3b7b6282y ago

feat: different model completion (#31)

Sara Han, davidberenstein1957
b2669f72y ago

feat: add seed data for chat data (#32)

Sara Han
be0e2842y ago

Merge pull request #34 from sebaxakerhtc/Fix_gradioUI

davidberenstein1957
a5a61202y ago

Delete .DS_Store (#33)

sebaxakerhtc
43c881a2y ago

Fix rag.py

sebaxakerhtc
adec41e2y ago

Fix textcat.py

sebaxakerhtc
86547c92y ago

Add deepseek example (#30)

Sara Han
1e183b92y ago

Merge pull request #28 from argilla-io/bug/fix-bugs

davidberenstein1957
93e464a2y ago

typing textcat

sdiazlor
c76dc112y ago

fix returned output values error

sdiazlor
c28f6e22y ago

improve errors

sdiazlor
c54ccc32y ago

add lacking typing

sdiazlor
14c55fd2y ago

fix repo_name error

sdiazlor
4af6d102y ago

Refactor stop sequences in chat.py for improved template handling

davidberenstein1957
f4ee32a2y ago

Update version to 0.1.7 in pyproject.toml

davidberenstein1957
c9a4e6a2y ago

add nltk to gitignore

sdiazlor
c73bcb82y ago

nltk fix

sdiazlor
6b34c932y ago

small fix

sdiazlor
f4fb90b2y ago

ensure the downloading repo

sdiazlor
ca592532y ago

deal with nltk

sdiazlor
3a74a0a2y ago

try to fix the requirement

sdiazlor
e0b4e512y ago

fix nltk download error

sdiazlor
46355ca2y ago

add nltk requirement to latest version

sdiazlor
16556262y ago

fix more installation issues

sdiazlor
40d9e532y ago

add packages.txt

sdiazlor
f44933d2y ago

fix error

sdiazlor
b844fe32y ago

update example and solve installation issues for Spaces

sdiazlor
c0bdbeb2y ago

add example for RAG

sdiazlor
f8ee3e72y ago

Add requirements.txt for synthetic dataset generator dependency

davidberenstein1957
cd0d3582y ago

small fix when changing from tab and ensure pushing to argilla

sdiazlor
d4af9162y ago

fix minor errors and improve prompt

sdiazlor
0d14ea52y ago

Add RAG generation (#19)

Sara Han
3ba754d2y ago

Add requirements

davidberenstein1957
1febb5b2y ago

Uncomment HF_TOKEN in example deployment script to enable data pushing to Hugging Face

davidberenstein1957
f06260e2y ago

Remove requirements.txt for synthetic dataset generator dependency

davidberenstein1957
1fc08db2y ago

Add requirements.txt for synthetic dataset generator dependency, update import paths for InferenceEndpointsLLM in multiple files, and modify example deployment script to comment out HF_TOKEN.

davidberenstein1957
371c76b2y ago

Update version to 0.1.6, remove requirements.txt, and enhance dataset handling in pipelines. Added Gradio support and improved LLM class retrieval. Commented out HF_TOKEN in example deployment script.

davidberenstein1957
3c6a88c2y ago

Merge pull request #20 from argilla-io/feat/improve-support-local-deployment

davidberenstein1957
ce401b12y ago

Fix typo in README.md regarding video link for Synthetic Data Generator

davidberenstein1957
53056232y ago

Update distilabel dependency to use the 'develop' branch for improved support and compatibility

davidberenstein1957
9a456142y ago

Update fine-tune-modernbert-classifier.ipynb

davidberenstein1957