Skip to content Skip to sidebar Skip to footer

How to Find the Best Multilingual Embedding Model for Your RAG | by Iulia Brezeanu | Jan, 2024

Optimize the Embedding Space for Improving RAG Image by author. AI generated.Embeddings are vector representations that capture the semantic meaning of words or sentences. Besides having quality data, choosing a good embedding model is the most important and underrated step for optimizing your RAG application. Multilingual models are especially challenging as most are pre-trained on…

Read More

Large Language Models, GPT-1 — Generative Pre-Trained Transformer | by Vyacheslav Efimov | Jan, 2024

Diving deeply into the working structure of the first version of gigantic GPT-models 2017 was a historical year in machine learning. Researchers from the Google Brain team introduced Transformer which rapidly outperformed most of the existing approaches in deep learning. The famous attention mechanism became the key component in the future models derived from…

Read More

Some Thoughts on Operationalizing LLM Applications | by Matthew Harris | Jan, 2024

A few personal lessons learned from developing LLM applications Source DALL·E 3 prompted with “Operationalizing LLMs, watercolor”It’s been fun posting articles exploring new Large Language Model (LLM) techniques and libraries as they emerge, but most of the time has been spent behind the scenes working on the operationalization of LLM solutions. Many organizations are working…

Read More

Exploring Public Storage Traces. What are they, where are they, and are… | by Raluca Diaconu | Jan, 2024

What are they, where are they, and are they right for you? Photo by Hongwei FAN on UnsplashInput and output (I/O) operations refer to the transfer of data between a computer’s main memory and various peripherals. Storage peripherals such as HDDs and SSDs have particular performance characteristics in terms of latency, throughput, and rate which…

Read More

Introduction to Causal Inference with Machine Learning in Python | by Marco Peixeiro | Jan, 2024

Discover the concepts and basic methods of causal machine learning applied in Python Photo by David Clode on UnsplashCausal inference has many tangible applications in a wide variety of scenarios, but in my experience, it is a subject that is rarely talked about among data scientists. In this article, we define causal inference and motivate…

Read More