3 Large Language Model Operations: Building a platform for LLMs
This chapter covers
- Overview of Large Language Models Operations
- Deployment challenges
- Large Language Models best practices
- Required Large Language Model infrastructure
As we learned in the last chapter when it comes to transformers and Natural Language Processing (NLP), bigger is better, especially when it’s linguistically informed. However, bigger models come with bigger challenges because of their size, regardless of their linguistic efficacy, thus requiring us to scale up our operations and infrastructure to handle these problems. In this chapter we’ll be looking into exactly what those challenges are, what we can do to minimize them, and what architecture can be set up to help solve these challenges.