• Compute sentence similarity score using openAI embeddings
• Compare all available embeddings
• Using CLIP Embedding to perform unsupervised clustering
• Script that trains a Chinese to English translator
This notebook showcase Python code on how to use openAI API
• Build chatbot using chat complete
• Build agent tool to perform function calls
model training practices taught by Andrej Karpathy
• Name generator 1. Basic language generative model
• Name generator 2. Using embeddings, from paper MLP - bengio 2003
• DCLM (Apple) open sourced repository. Can be used as a tool to process datasets, launch LLM trainings using AWS SageMaker.