Published inTDS ArchiveAdd Your Own Data to an LLM Using Retrieval-Augmented Generation (RAG)Learn how to add your own proprietary data to a pre-trained LLM using a prompt-based technique called Retrieval-Augmented Generation.Sep 29, 2023A response icon6Sep 29, 2023A response icon6
Published inTDS ArchiveThe Transformer Architecture of GPT ModelsLearn the details of the Transformer architectureJul 25, 2023A response icon10Jul 25, 2023A response icon10
Published inTDS ArchiveHow GPT Models WorkLearn the core concepts behind OpenAI’s GPT modelsMay 20, 2023A response icon19May 20, 2023A response icon19
Published inPyTorchDistributed training with PyTorch and Azure MLSuppose you have a very large PyTorch model, and you’ve already tried many common tricks to speed up training: you optimized your code, you…Jan 5, 2023Jan 5, 2023
Published inPyTorchFaster training and inference using the Azure Container for PyTorch in Azure MLIf you’ve ever wished that you could speed up the training of a large PyTorch model, then this post is for you! The Azure ML team has…Dec 9, 2022Dec 9, 2022
Published inPyTorchTraining your PyTorch model using components and pipelines in Azure MLIn this post, we’ll explore how you can take your PyTorch model training to the next level, using Azure ML. In particular, we’ll see how…Nov 15, 2022A response icon1Nov 15, 2022A response icon1
Published inPyTorchTraining and deploying your PyTorch model in the cloud with Azure MLYou’ve been training your PyTorch models on your machine, and getting by just fine. Why would you want to train and deploy them in the…Nov 15, 2022Nov 15, 2022