How to train LLM faster

How to train LLM faster
RAG is an architecture where an LLM (Large Language Model) is not asked to answer purely from its own parameters but is given external information at runtime to use while answering.✅ Goal: Reduce ...
0 Read More

What is Synthetic Data?

Synthetic data are artificially generated data rather than produced by real-world events. Typically created using algorithms, synthetic data can be deployed to validate mathematical models and to trai...
0 Read More

Cleaning data in PostgreSQL

Cleaning data in PostgreSQL
Cleaning string data. 1a. Capitalization of strings eg people's names, cities, countries. INITCAP(input_string) - fixing capitalization. To update the names of the whole column per...
0 Read More