{ "cells": [ { "cell_type": "markdown", "id": "46d90d45-2d19-49c7-b853-6809dc417ea7", "metadata": {}, "source": [ "# Extra Project - Trading Code Generator\n", "\n", "This is an example extra project to show fine-tuning in action, and applied to code generation.\n", "\n", "## Project Brief\n", "\n", "Build a prototype LLM that can generate example code to suggest trading decisions to buy or sell stocks!\n", "\n", "I generated test data using frontier models, in the other files in this directory. Use this to train an open source code model.\n", "\n", "
\n",
" ![]() | \n",
" \n",
" This project is provided as an extra resource\n", " It will make most sense after completing Week 7, and might trigger some ideas for your own projects.\n", " This is provided without a detailed walk-through; the output from the colab has been saved (see last cell) so you can review the results if you have any problems running yourself.\n", " \n", " | \n",
"
\n",
" ![]() | \n",
" \n",
" Do not use for actual trading decisions!!\n", " It hopefully goes without saying: this project will generate toy trading code that is over-simplified and untrusted.Please do not make actual trading decisions based on this!\n", " | \n",
"