Socialmediaprophet/synthetic-data-generator
update example link
Update version to 0.1.8 in pyproject.toml
refactor: add local save to README and improve layout
Added local saving to CSV and JSON (#38)
add fine-tuning deepseek example
fix: tackle None labels in multilabel
fix: update dependency due to # https://github.com/argilla-io/distilabel/pull/1118
Fix BASE_URL_COMPLETIONS when using different providers
Wrong tokenizer (#36)
feat: different model completion (#31)
feat: add seed data for chat data (#32)
Merge pull request #34 from sebaxakerhtc/Fix_gradioUI
Delete .DS_Store (#33)
Fix rag.py
Fix textcat.py
Add deepseek example (#30)
Merge pull request #28 from argilla-io/bug/fix-bugs
typing textcat
fix returned output values error
improve errors
add lacking typing
fix repo_name error
Refactor stop sequences in chat.py for improved template handling
Update version to 0.1.7 in pyproject.toml
add nltk to gitignore
nltk fix
small fix
ensure the downloading repo
deal with nltk
try to fix the requirement
fix nltk download error
add nltk requirement to latest version
fix more installation issues
add packages.txt
fix error
update example and solve installation issues for Spaces
add example for RAG
Add requirements.txt for synthetic dataset generator dependency
small fix when changing from tab and ensure pushing to argilla
fix minor errors and improve prompt
Add RAG generation (#19)
Add requirements
Uncomment HF_TOKEN in example deployment script to enable data pushing to Hugging Face
Remove requirements.txt for synthetic dataset generator dependency
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.
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.
Merge pull request #20 from argilla-io/feat/improve-support-local-deployment
Fix typo in README.md regarding video link for Synthetic Data Generator
Update distilabel dependency to use the 'develop' branch for improved support and compatibility
Update fine-tune-modernbert-classifier.ipynb
