CoolFace
Modelpublic

t-tech/T-lite-it-2.1-GGUF

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
10likes3.8kdownloads
Model Card

T-lite-it-2.1-GGUF

๐Ÿšจ Users are advised to exercise caution and are responsible for any additional training and oversight required to ensure the model's responses meet acceptable ethical and safety standards. The responsibility for incorporating this model into industrial or commercial solutions lies entirely with those who choose to deploy it.

This repository contains T-lite-it-2.1 converted to the GGUF format with llama.cpp. See the original BF16 model here: t-tech/T-lite-it-2.1.

Description

T-lite-it-2.1 is an efficient Russian model built upon the Qwen 3 architecture, featuring significant improvements in instruction following and adds support for tool-calling capabilities โ€” a key advancement over T-lite-it-1.0, which lacks tool-use support. Outperforms Qwen3-8B in tool calling scenarios, which is essential for agentic applications. Built for both general tasks and complex workflows, with higher Russian text generation throughput enabled by optimized tokenizer.

NOTE: This model supports only non-thinking mode and does not generate `<think></think>` in its output. Meanwhile, specifying `enable_thinking=False` is no longer required.

๐Ÿ“Š Benchmarks

ModelRu Arena HardruIFeval*ruBFCL
T-lite-it-2.183.975.956.5
T-lite-it-2.1-q8_079.576.256.6
T-lite-it-2.1-q6_k79.577.856.7
T-lite-it-2.1-q5km78.676.356.6
T-lite-it-2.1-q5_078.976.856.3
T-lite-it-2.1-q5ks76.175.356.0
T-lite-it-2.1-q4km71.775.954.7

\* IFeval metric is mean of 4 values: prompt and instruct levels for strict and loose accuracy.

Available quantisations

Recommendation: choose the highest-quality quantisation that fits your hardware (VRAM / RAM).
Filename (โ†’ `-gguf`)Quant methodBitsSize (GB)
T-lite-it-2.1-q8_0Q8_088.7
T-lite-it-2.1-q6_kQ6_K66.7
T-lite-it-2.1-q5_k_mQ5KM55.9
T-lite-it-2.1-q5_k_sQ5KS55.7
T-lite-it-2.1-q5_0Q5_055.7
T-lite-it-2.1-q4_k_mQ4KM45.0

Size figures assume no GPU off-loading. Off-loading lowers RAM usage and uses VRAM instead.

Quickstart

llama.cpp

Check out our llama.cpp documentation for more usage guide.

We advise you to clone `llama.cpp` and install it following the official guide. We follow the latest version of llama.cpp. In the following demonstration, we assume that you are running commands under the repository llama.cpp.

shell
./llama-cli -hf t-tech/T-lite-it-2.1-GGUF:Q8_0 --jinja --color -ngl 99 -fa -sm row --temp 0.6 --presence-penalty 1.0 -c 40960 -n 32768 --no-context-shift

ollama

Check out our ollama documentation for more usage guide.

You can run T-lite-2.1 with one command:

shell
ollama run t-tech/T-lite-it-2.1:q8_0

See also t-tech ollama homepage.