[21] LLM Dataset and generator#129
Merged
Merged
Conversation
…et generator. This dataset is a very basic one to fine-tune the LLM
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🚅 Deployed to the TalkUp.AI-pr-129 environment in talk-up-ai
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a synthetic multi-turn conversation dataset generator (IT recruiter ↔ candidate) intended for fine-tuning Lucie-7B-Instruct-v1.1, backed by JSON configuration for roles, levels, qualities, and role-specific Q&A.
Changes:
- Introduce a Python script that generates multi-turn recruiter/candidate conversations and writes them to a dataset file.
- Add JSON configuration files for role selection, experience levels, answer “quality”, and role-specific question/answer banks.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| ai/llm-core/datasets/generator/dataset-generator.py | Implements the synthetic conversation generator and dataset writer. |
| ai/llm-core/datasets/generator/config/roles.json | Defines the set of roles to sample when generating conversations. |
| ai/llm-core/datasets/generator/config/levels.json | Defines experience levels used in prompts/responses. |
| ai/llm-core/datasets/generator/config/qualities.json | Defines response quality tiers that control answer content. |
| ai/llm-core/datasets/generator/config/role_data.json | Provides role-specific Q&A templates (with a default fallback). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this? (check all applicable)
Description
This pull request introduces a dataset generation system for simulating IT recruiter-candidate conversations, aimed at fine-tuning the Lucie-7B-Instruct-v1.1 model. It adds a configurable, multi-role, multi-level, and quality-based synthetic data generator, along with supporting configuration files for roles, levels, qualities, and domain-specific Q&A.
A sample dataset have also been provided.
Linked GitHub Ticket
Closes EpitechPromo2027/G-EIP-600-NAN-6-1-eip-tugdual.de-reviers#21
Workspace