[PR #1] [MERGED] [wip] add sql finetuning tutorial with modal #7

Closed
opened 2026-02-15 23:16:04 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: jerry/add_finetune_tutorial


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/modal_finetune_sql/pull/1 **Author:** [@jerryjliu](https://github.com/jerryjliu) **Created:** 8/16/2023 **Status:** ✅ Merged **Merged:** 8/17/2023 **Merged by:** [@jerryjliu](https://github.com/jerryjliu) **Base:** `main` ← **Head:** `jerry/add_finetune_tutorial` --- ### 📝 Commits (7) - [`6fe9611`](https://github.com/run-llama/modal_finetune_sql/commit/6fe961148058739264333c69d246666ad0fb78e6) cr - [`747fa7e`](https://github.com/run-llama/modal_finetune_sql/commit/747fa7e5923dd5747353f57736e7dfec85c291fd) cr - [`a41047b`](https://github.com/run-llama/modal_finetune_sql/commit/a41047bcb086e1dc5265092db7cf4dcf55106adf) cr - [`8731682`](https://github.com/run-llama/modal_finetune_sql/commit/873168204b97c021576dd76df10c7f49961c0b62) cr - [`05f9949`](https://github.com/run-llama/modal_finetune_sql/commit/05f99498597b46e13e60f72aead231ff12b86669) cr - [`5faaff4`](https://github.com/run-llama/modal_finetune_sql/commit/5faaff4a407fba32bf8edfc2a6297e6f5a49c6ee) cr - [`d09ca3d`](https://github.com/run-llama/modal_finetune_sql/commit/d09ca3df8122e706947b8371ceb730adf806b98a) cr ### 📊 Changes **14 files changed** (+7251 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 23:16:04 -05:00
yindo closed this issue 2026-02-15 23:16:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/modal_finetune_sql#7