mirror of
https://github.com/run-llama/modal_finetune_sql.git
synced 2026-07-21 04:25:25 -04:00
[PR #1] [MERGED] [wip] add sql finetuning tutorial with modal #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/modal_finetune_sql/pull/1
Author: @jerryjliu
Created: 8/16/2023
Status: ✅ Merged
Merged: 8/17/2023
Merged by: @jerryjliu
Base:
main← Head:jerry/add_finetune_tutorial📝 Commits (7)
6fe9611cr747fa7ecra41047bcr8731682cr05f9949cr5faaff4crd09ca3dcr📊 Changes
14 files changed (+7251 additions, -1 deletions)
View changed files
➕
.gitignore(+2 -0)➕
LICENSE(+21 -0)📝
README.md(+34 -1)➕
pyproject.toml(+13 -0)➕
requirements.txt(+4 -0)➕
src/common.py(+82 -0)➕
src/data/test_data.jsonl(+2 -0)➕
src/download_weights.py(+55 -0)➕
src/eval_sql.py(+109 -0)➕
src/finetune_sql.py(+251 -0)➕
src/inference_sql_llamaindex.py(+98 -0)➕
src/inference_utils.py(+121 -0)➕
src/load_data_sql.py(+40 -0)➕
tutorial.ipynb(+6419 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.