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 im-lemon/tinychatbot-1b-v1.0:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf im-lemon/tinychatbot-1b-v1.0:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf im-lemon/tinychatbot-1b-v1.0:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf im-lemon/tinychatbot-1b-v1.0:Q4_K_M
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 im-lemon/tinychatbot-1b-v1.0:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf im-lemon/tinychatbot-1b-v1.0:Q4_K_M
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 im-lemon/tinychatbot-1b-v1.0:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf im-lemon/tinychatbot-1b-v1.0:Q4_K_M
Use Docker
docker model run hf.co/im-lemon/tinychatbot-1b-v1.0:Q4_K_M
Quick Links

Tinychatbot-1b-v1.0 (Aditional Info)

tinychatbot-1b-v1.0 is a QLoRA finetune of Llama3.2-1b-Instruct, it was finetuned on the dolly-databricks. It is a proof of concept, as the final tinychatbot will be trained on dolly databricks and a custom personality dataset!

It was trained on Google Colab, using unsloth Studio, with QLoRA. It is lightweight (808MB), and has a 128k token context-length.

It has 1 Billion parameters. Other models will be coming soon, such as:

  • Tinychatbot-v1.1
  • Tinychatbot-v.1.2

Other types of models may include:

  • Vision (if possible)
  • Image models
Downloads last month
44
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using im-lemon/tinychatbot-1b-v1.0 1