Ingot-2B / README.md
rexium-ai's picture
docs: language_bcp47 pt-PT (Hub YAML rules)
f46d805 verified
|
Raw
History Blame Contribute Delete
4.49 kB
---
license: apache-2.0
base_model: Qwen/Qwen3.5-2B
language:
- pt
- en
language_bcp47:
- pt-PT
- en-US
tags:
- rexium
- ingot
- quantization
- portuguese
- gguf
pipeline_tag: text-generation
homepage: https://rexium.ai
---
<div align="center">
# Ingot-2B
### The compressed base from [Rexium](https://rexium.ai)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Hub](https://img.shields.io/badge/🤗-rexium--ai%2FIngot--2B-yellow.svg)](https://huggingface.co/rexium-ai/Ingot-2B)
[![Access](https://img.shields.io/badge/Access-Gated%20(manual)-orange.svg)](https://huggingface.co/rexium-ai/Ingot-2B)
**~1.45 GiB GGUF** · **PT-PT + EN** · **One base → many specialists**
</div>
---
## Why Ingot
In a forge, the **ingot** is the billet you cast once — correct alloy, ready to hammer into tools.
**Ingot-2B** is that billet for Rexium: a small, compressed foundation so you can run many vertical specialists (`Ingot-2B-sport`, `Ingot-2B-fiscal`, …) without paying for a full-size model every time.
We compete on **fit** — Portuguese (Portugal) + English for real products — not on being another generic tiny LLM.
> Built on [`Qwen/Qwen3.5-2B`](https://huggingface.co/Qwen/Qwen3.5-2B) (Apache-2.0). We claim the **compression and language-fit work on top**, not the upstream pre-training.
---
## Highlights
| | |
|---|---|
| **Ship artefact** | `Ingot-2B-Q6_K.gguf`**1.45 GiB** (Q6_K) |
| **Languages** | **PT-PT** and **EN** (product focus) |
| **Runtime** | llama.cpp / GGUF-friendly stacks (CUDA cloud validated internally) |
| **Family** | `Ingot-2B` base → `Ingot-2B-<vertical>` specialists |
| **Access** | **Gated (manual)** — page is public; weights only after Rexium approval |
---
## Model overview
| Characteristic | Detail |
| --- | --- |
| Base model | [`Qwen/Qwen3.5-2B`](https://huggingface.co/Qwen/Qwen3.5-2B) (Apache-2.0) |
| What we ship | Merged language-adapted weights, exported as **GGUF Q6_K** |
| Size on disk | ≈ **1.45 GiB** |
| Intended role | **Base** for further LoRA / specialist fine-tunes — not a finished vertical |
| Org | [`rexium-ai`](https://huggingface.co/rexium-ai) |
---
## Quick start (llama.cpp)
After your access request is **approved**:
```bash
# download (requires HF token with access)
huggingface-cli download rexium-ai/Ingot-2B Ingot-2B-Q6_K.gguf --local-dir ./ingot
./llama-server -m ./ingot/Ingot-2B-Q6_K.gguf -ngl 99 --port 8080 --jinja
```
Then call the OpenAI-compatible endpoint on `http://127.0.0.1:8080/v1`.
For Qwen3.5 chat templates, keep **thinking/reasoning off** unless you intentionally want chain-of-thought (same family behaviour as upstream Qwen3.5).
---
## The Ingot family
| Name | Role |
| --- | --- |
| **Ingot-2B** | Compressed bilingual base (this card) |
| **Ingot-2B-sport** | Specialist forged for PeakRaptor / sports science (when published) |
| **Ingot-2B-\*** | Future verticals (fiscal, …) — only when they exist |
One name, many tools. We do **not** invent empty SKUs on this card.
---
## Intended use
- Embedding a **PT-PT/EN** capable small model in products and cloud GPU inference
- Starting point for **private specialists** (domain LoRA) without training a 7B+ from scratch
- Evaluation and demos under Rexium’s gated distribution
**Not** intended as: a drop-in replacement for large frontier models; a guarantee of native-level European Portuguese; or an open dump of partner IP.
---
## Limitations (honest)
- Language quality is measured on Rexium’s internal rubric; treat PT-PT claims as **strong for the size class**, not “problem solved”.
- Cloud acceptance used a **relative** Q6_K vs F16 check on the same CUDA runtime — useful for deployment, not a public leaderboard score.
- Evaluation sets are sized for internal decisions; enterprise claims need a larger contested protocol.
- Specialists trained on partner data stay **private**.
---
## Access
This repository is **gated with manual approval**.
1. Open [rexium-ai/Ingot-2B](https://huggingface.co/rexium-ai/Ingot-2B)
2. Request access and say briefly what you’re building
3. After approval, download `Ingot-2B-Q6_K.gguf`
Unauthenticated downloads are rejected.
---
## Links
- Product: [rexium.ai](https://rexium.ai)
- Org: [huggingface.co/rexium-ai](https://huggingface.co/rexium-ai)
- Upstream: [Qwen3.5-2B](https://huggingface.co/Qwen/Qwen3.5-2B)