Instructions to use Glubbot-Team/glubbot1.1-7.5m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Glubbot-Team/glubbot1.1-7.5m with 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
- LM Studio
- Jan
- vLLM
How to use Glubbot-Team/glubbot1.1-7.5m with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Glubbot-Team/glubbot1.1-7.5m" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Glubbot-Team/glubbot1.1-7.5m", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Glubbot-Team/glubbot1.1-7.5m
- Ollama
How to use Glubbot-Team/glubbot1.1-7.5m with Ollama:
ollama run hf.co/Glubbot-Team/glubbot1.1-7.5m
- Unsloth Studio
How to use Glubbot-Team/glubbot1.1-7.5m with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Glubbot-Team/glubbot1.1-7.5m to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Glubbot-Team/glubbot1.1-7.5m to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Glubbot-Team/glubbot1.1-7.5m to start chatting
- Atomic Chat new
- Docker Model Runner
How to use Glubbot-Team/glubbot1.1-7.5m with Docker Model Runner:
docker model run hf.co/Glubbot-Team/glubbot1.1-7.5m
- Lemonade
How to use Glubbot-Team/glubbot1.1-7.5m with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Glubbot-Team/glubbot1.1-7.5m
Run and chat with the model
lemonade run user.glubbot1.1-7.5m-{{QUANT_TAG}}List all available models
lemonade list
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.5mUse 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.5mBuild 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.5mUse Docker
docker model run hf.co/Glubbot-Team/glubbot1.1-7.5mglubbot1.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
Install (macOS, Linux)
# 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