![["Overview for the Apple Foundation models"]](/assets/img/llm/apple-foundation-models.png)
๐ Post-training in the Apple Intelligence paper
Apple Intelligence Foundation Language Models ๐ Paper : https://arxiv.org/pdf/2407.21075 Two models: On-device: ~3B param with task-specific LoRA adapters Server: ~70B (my estimation),...
![["Overview for the Apple Foundation models"]](/assets/img/llm/apple-foundation-models.png)
Apple Intelligence Foundation Language Models ๐ Paper : https://arxiv.org/pdf/2407.21075 Two models: On-device: ~3B param with task-specific LoRA adapters Server: ~70B (my estimation),...
Awesome Production LLM: Curated Open-Source Libraries Curiosity: What are the best open-source libraries for building production-ready LLM applications? How can we systematically organize tools ac...
Not sure if you chunked your data right to enable optimal context retrieval? Not sure which embedding model will work best for your data? Donโt worry, youโre not alone.. A RAG has several movi...
Unlocking the Power of RLHF in Large Language Models Curiosity: How do LLMs learn to align with human preferences? What is Reinforcement Learning from Human Feedback (RLHF) and how does it work? ...
Accelerating LLMs by 2ร with Graph-Structured Speculative Decoding Curiosity: How can we make LLM inference faster? What happens when we use graph structures to optimize speculative decoding? Res...
GPT-4โs Struggle with Long-Context Bilingual Reasoning Curiosity: Despite being one of the leading LLMs, GPT-4 struggles with long-context bilingual reasoning tasks, even with text lengths shorter...
It is extremely important to ensure Data Quality upstream of ML Training and Inference Pipelines, trying to do that in the pipelines will cause unavoidable failure when working at scale. Curiosi...
LLMs Course Github ๐ https://github.com/peremartra/Large-Language-Model-Notebooks-Course/tree/main/3-LangChain Introduction to LangChain and Agents: Building Intelligent Applications Curiosit...
If you want to ๐น๐ฒ๐ฎ๐ฟ๐ป in a ๐๐๐ฟ๐๐ฐ๐๐๐ฟ๐ฒ๐ฑ ๐๐ฎ๐ to ๐ฏ๐๐ถ๐น๐ฑ ๐๐๐ ๐๐๐๐๐ฒ๐บ๐ using good ๐๐๐ ๐ข๐ฝ๐ principlesโฆ We want to announce that we just ๐ฟ๐ฒ๐น๐ฒ๐ฎ๐๐ฒ๐ฑ ๐ด ๐ ๐ฒ๐ฑ๐ถ๐๐บ ๐น๐ฒ๐๐๐ผ๐ป๐ for the ๐๐ฎ๐ป๐ฑ๐-๐ผ๐ป ๐๐๐ ๐ ๐ฐ๐ผ๐๐ฟ๐๐ฒ that will put ...
LLM2Vec: Transform LLMs into Embedding Models Curiosity: Can we transform decoder-only LLMs into powerful text encoders? What happens when we enable bidirectional attention and contrastive learnin...