Skip to content
#

mini-llm

Here are 10 public repositories matching this topic...

Budget Buddy is a finance chatbot built using Chainlit and the LLaMA language model. It analyzes PDF documents, such as bank statements and budget reports, to provide personalized financial advice and insights. The chatbot is integrated with Hugging Face for model management, offering an interactive way to manage personal finances.

  • Updated Dec 10, 2024
  • Python

Python-Based Mini LLM: This code implements a simple rule-based Mini LLM that simulates the OpenAI Chat Completion API. It validates the input messages, generates responses using predefined rules, limits the response length with `max_tokens`, counts prompt and completion tokens, and returns a structured JSON response. A custom `APIError` is raised

  • Updated Aug 5, 2026
  • Python

An educational GPT-style Transformer Language Model built from scratch in Python and PyTorch featuring custom tokenization, embeddings, positional encoding, causal masked self-attention, multi-head attention, autoregressive text generation, checkpointing, and temperature/top-k sampling.

  • Updated Jul 25, 2026
  • TypeScript

Improve this page

Add a description, image, and links to the mini-llm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mini-llm topic, visit your repo's landing page and select "manage topics."

Learn more