Build a chatbot by using Llama 3.1

Use Llama 3.1 and Supervised Fine Tuning (SFT)

Use a pre-trained Large Language Model (LLM) in Domino and fine-tune the Llama 3.1 model for a specific task. Interact and deploy this work as a model API and app in the Domino platform.

Fine-tuning a pre-trained LLM is a commonly used technique for solving NLP problems with machine learning. This is a typical transfer learning task where the final model is realized through a number of training phases.

Generative AIModel TuningOther