Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 423 Bytes

db-schema-bot README

Custom LLM via nanoGPT for a Database Schema

ML approach:

  1. Create a small test dataset in CSV format, via Chat-GPT3.5 Turbo (why: power + speed + low effort)
  2. Train a new LLM via nanoGPT (reserve 10% for test, 10% for cross-validation)
  3. Human test
  4. Repeat, with a large test dataset

Test data format:

Description, Table (name), JSON

Training

See README