Skip to content
/ aiux Public

AI User Experience Tooling (Developer Experience)

Notifications You must be signed in to change notification settings

cdreetz/aiux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This framework will consist of various tools and methods to make AI development, experimentation, and productionalizing easier.

Some tools will cover:

  • Chat Interfaces, takes care of the boilerplate code that is necessary to every chat app
  • Monitoring, will include extensions of MLflow and custom logging and monitoring solutions
  • Evaluating, will include extensions of MLflow but mostly custom tooling for prompt variation and model variation eval and comparison
  • Fine tuning, will include both tools for generating fine tuning datasets as well as methods to start fine tuning with the datasets

Data Gen Pipeline:

  • With a source of text, maybe a collection of PDFs
  • Parse documents into sections
  • Use a series of LLM prompts to generate summaries, questions, and answers for each section
  • Iterate over your documents to create QA datasets with 100s-1000s of pairs specific to your documents
  • Fine tune a model on those QA pairs to get better and up to date answers with the new and specific information
  • Evauluate the perf gain by using generated questions and prompting the pre fine tune and post fine tune models to answer without any additional context

Links

About

AI User Experience Tooling (Developer Experience)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published