Embeddings Use Cases

Introduction When I first heard about text embeddings, I was perplexed. My tech lead handed me an 800-page Natural Language Processing textbook, but I did not finish reading it. Now, with the capabilities of OpenAI models, it’s time to learn and broadly leverage embeddings to accomplish many tasks that were hard be achieved by human labor or simple data analysis, thanks to easy access to these embeddings. Let’s start exploring:...

November 14, 2023 · 8 min · Run Zhou

Learning Notes on Large Language Model (Dumping Knowledge for Now)

Messy … Introduction to Large Language Model Auto-regressive transformers are pretrained on an extensive corpus of self-supervised data, followed by alignment with human preferences via techniques such as Reinforcement Learning with Human Feedback (RLHF). Training methodology is simple but is limited to a few players with high computational requirements Public pretrained LLM BLOOM (Scao et al., 2022) LLaMa 1 (Touvron et al., 2023) LLaMa 2, LLaMa 2-Chat which is optimized for dialogue use cases Falcon (Penedo et al....

August 1, 2023 · 4 min · Run Zhou