File size: 821 Bytes
927867b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# Building A Finetuning Machine Using Chainlit
Today we'll take a look at how we can wrap our finetuning process into Chainlit and have our own dynamic fine-tuning machine.
We'll be leveraging [this](https://github.com/AI-Maker-Space/LLM-Ops-Cohort-1/blob/main/Week%202/Thursday/Automated%20Fine-tuning%20with%20LLamaIndex.ipynb) notebook for finetuning.
Find worked-out notebook at this [repo](https://github.com/PanoEvJ/LLMOps/tree/main/Week%202/Thursday).
# Build ποΈ
There are 2 main tasks for this assignment:
- Verify you can run the notebook
- Wrap the notebook using Chainlit
# Ship π’
Construct a Chainlit application using the notebook that allows users to interface with the application.
# Share π
Make a social media post about your final application and tag @AIMakerspace
|