LLM plays an important role in our world. e.g. most people use ChatGPT based on Transformer Architecture. I want to know how to design and develop AI model like LLM
I recommend you attend the “Natural Language Processing” or “Deep Learning” specializations. They both cover the fundamentals of Large Language Models.
While it’s exciting to design your custom LLM, the true cost comes up when you try training / operating your LLM. Here’s a link that paints a pretty picture on the cost side of things:
Unless the problem scope is within limits, your best bet is to use an existing LLM or if required, fine-tune to the problem at hand.