Más Informacion

Category Archives: Artificial intelligence

Lets build a GPT style LLM from scratch Part 1, Data and infra prep

What is LLM & How to Build Your Own Large Language Models? You’ll notice that in the evaluate() method, we used a for loop to evaluate each test case. This can get very slow as it is not uncommon for there to be thousands of test cases in your evaluation dataset. What you’ll need to […]