Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop data transformation pipeline for optimal RAG and fine-tuning performance #24

Open
branhoff opened this issue Feb 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@branhoff
Copy link
Collaborator

branhoff commented Feb 1, 2024

Description

In this paper RAG vs Fine-tuning: Pipelines, Tradeoffs, and a Case Study on Agriculture
, a rough structure is outlined for transforming data into a usable state for RAG and fine-tuning enhancements of an LLM.

This ticket seeks to develop an initial process for transforming data that we scrape (car diagnostic manuals for instance) into a Q&A format.

Acceptance Criteria

  1. Data should be in jsonl formats
  2. Data should be structured as Q&A's
  3. Q&A's should be reviewed and filtered by LLM's according to the criteria laid out in the paper
  4. The implementation should be generic enough that this process should be easily repeatable.
@branhoff branhoff added the enhancement New feature or request label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant