Skip to content

LLMs

Build your custom chatbot with BotGPT

You can build your customer support chatbot in a matter of minutes.

Get Started
3 posts with the tag “LLMs”

Understanding Low-Rank Adaptation (LoRA): Revolutionizing Fine-Tuning for Large Language Models

Exploring Low-Rank Adaptation for Efficient Model Fine-Tuning

This article explores Low-Rank Adaptation (LoRA), a transformative technique for efficiently fine-tuning large language models (LLMs) like GPT-4 and Stable Diffusion. By reducing the computational burden of adapting these models, LoRA enables faster and more cost-effective training processes. We will cover its principles, advantages, and practical applications, as well as provide a hands-on implementation guide using Python libraries.

Apple Intelligence Foundation Language Models

Apple's foundation language models for powering Apple Intelligence across iOS, iPadOS, and macOS

Apple has developed foundation language models to enhance Apple Intelligence across iOS, iPadOS, and macOS. These models consist of a 3 billion parameter on-device version and a more powerful server-based variant, both designed for optimal efficiency and versatility. The training process involves core pre-training on 6.3 trillion tokens, followed by continued pre-training with longer sequence lengths and context lengthening. For post-training, supervised fine-tuning and reinforcement learning from human feedback (RLHF) are employed, utilizing advanced techniques such as the iterative teaching committee (iTeC) and mirror descent with leave-one-out estimation (MDLOO). The models are further specialized using LoRA adapters, making them well-suited for on-device applications. Benchmark results indicate that the AFM-on-device model outperforms larger open-source models, while the AFM-server model competes with GPT-3.5. Both models excel in safety evaluations, underscoring Apple’s commitment to responsible AI practices.

The Good, the Bad, and the Ugly of Large Language Models (LLMs)

The Good, the Bad, and the Ugly of Large Language Models (LLMs)

Large Language Models (LLMs) have revolutionized the way we interact with technology and have opened up new avenues for creativity, efficiency, and problem-solving. However, as with any powerful tool, they come with their own set of advantages and disadvantages. Understanding these aspects is essential for navigating their implementation in various fields.