How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Glubbot-Team/glubbot1.1-7.5m
# Run inference directly in the terminal:
llama cli -hf Glubbot-Team/glubbot1.1-7.5m
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Glubbot-Team/glubbot1.1-7.5m
# Run inference directly in the terminal:
llama cli -hf Glubbot-Team/glubbot1.1-7.5m
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Glubbot-Team/glubbot1.1-7.5m
# Run inference directly in the terminal:
./llama-cli -hf Glubbot-Team/glubbot1.1-7.5m
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Glubbot-Team/glubbot1.1-7.5m
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Glubbot-Team/glubbot1.1-7.5m
Use Docker
docker model run hf.co/Glubbot-Team/glubbot1.1-7.5m
Quick Links

glubbot1.1-7.5m

Model Description

glubbot1.1-7.5m is an experimental, ultra-lightweight text generation model developed by the Glubbot-Team.

With only 7.5 million parameters, this model is designed for experimental testing, low-resource inference benchmarking, and studying language acquisition in small-scale models. It was trained specifically to generate short, grammatically correct narratives.

  • Developed by: Glubbot-Team
  • Model Type: Transformer-based Causal Language Model
  • Language(s): English
  • License: Apache 2.0
  • Status: Experimental / Testing

Intended Uses & Limitations

This model is intended solely for research, architectural testing, and experimental evaluation.

Intended Use

  • Synthetic text generation for short, child-like stories.
  • Benchmarking inference speeds on edge devices or CPUs.
  • Testing tokenization strategies and pipeline integration.

Limitations & Biases

  • Domain Specificity: Optimized purely for short stories; it cannot handle reasoning, coding, or factual factual queries.
  • Limited Capacity: Due to the 7.5M parameter size, the model may produce repetitive structures or drift logically during long generations.
  • Not for Production: Do not deploy this model for general-purpose assistant tasks.

Training Details

Training Data

The model was trained on the TinyStories dataset (roneneldan/TinyStories). This dataset consists of short stories containing words typically understood by 3- to 4-year-olds, optimized to teach models basic grammar and reasoning.

Hyperparameters

  • Context Length: [e.g., 512 / 1024]
  • Batch Size: [Insert Batch Size]
  • Learning Rate: [Insert Learning Rate]
  • Optimizer: AdamW

Evaluation

Evaluation metrics are monitored primarily to test convergence stability on the TinyStories split. The model is evaluated on its ability to maintain basic grammatical coherence.

Downloads last month
89
Safetensors
Model size
8.39M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train Glubbot-Team/glubbot1.1-7.5m