How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Inserloft/NaNo
# Run inference directly in the terminal:
llama-cli -hf Inserloft/NaNo
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Inserloft/NaNo
# Run inference directly in the terminal:
llama-cli -hf Inserloft/NaNo
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 Inserloft/NaNo
# Run inference directly in the terminal:
./llama-cli -hf Inserloft/NaNo
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 Inserloft/NaNo
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Inserloft/NaNo
Use Docker
docker model run hf.co/Inserloft/NaNo
Quick Links

Cleo Nano v3.1 (Bilingual Optimization)

Cleo Nano is a decoder-only Transformer model developed by Inserloft under the vision of Jesus Heriberto Corona. This version (v3.1) features surgical fine-tuning for bilingual stability (English/Spanish) and hallucination control.

Model Details

  • Architecture: Decoder-Only GPT (Custom)
  • Layers: 8
  • Embedding Dim: 384
  • Attention Heads: 12
  • Context Window: 256 tokens
  • Parameters: ~15M
  • Training Data: Mix of Wikipedia, Python Code (CodeFeedback), and Identity Anchoring.

Usage

To use this model, you need the custom CleoNanoV3 architecture defined in PyTorch. The weights can be loaded using torch.load() or via the Hugging Face from_pretrained if using the provided mapping logic.

Capabilities

  1. Bilingual Chat: Responds to general queries in both Spanish and English.
  2. Code Generation: Specialized in Python snippets (Sum, Loops, Classes).
  3. Identity Preservation: Strong grounding on its origin and creator.

Developed by Inserloft

Downloads last month
-
GGUF
Model size
52.9M params
Architecture
gpt2
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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