SAVRN
Search Contact SAVRN

Open-weight model · Text generation

Clyx_0.3-NM-BASE

by Syntropic syntropic-clx/Clyx_0.3-NM-BASE

A new step in the Clyx project: a compact language model planned for training from scratch on Russian, English, and code. Clyx is an independent language-model project built around a custom decoder-only Transformer.

Parameters
Context
Weights7.7 KB
Licenseapache-2.0
AccessOpen weights
Monthly Downloads

Model Card

By Syntropic, published under apache-2.0, revision 62f37f728a54.

A new step in the Clyx project: a compact language model planned for training from scratch on Russian, English, and code. Clyx is an independent language-model project built around a custom decoder-only Transformer. The next planned BASE model targets approximately 635.51 million parameters, using Grouped-Query Attention, RoPE, RMSNorm, and SwiGLU. The intended training approach is random initialization and next-token prediction, without importing external pretrained weights. The goal is a Russian–English base model with exposure to programming languages, while keeping the architecture and training process documented. This is a BASE model project, not an instruction-tuned assistant. Any…

Read Syntropic's full model card

Clyx — 600M+ BASE

A new step in the Clyx project: a compact language model planned for training from scratch on Russian, English, and code.

Status: in development — weights not released. This card describes the current design and training plans, not a completed model. Architecture, data, and training settings may change following GPU tests. No benchmark scores or demonstrated language capabilities are claimed yet.

Overview

Clyx is an independent language-model project built around a custom decoder-only Transformer. The next planned BASE model targets approximately 635.51 million parameters, using Grouped-Query Attention, RoPE, RMSNorm, and SwiGLU.

The intended training approach is random initialization and next-token prediction, without importing external pretrained weights. The goal is a Russian–English base model with exposure to programming languages, while keeping the architecture and training process documented.

This is a BASE model project, not an instruction-tuned assistant. Any later chat or coding-assistant fine-tune would be a separate training stage and release.

Planned Architecture

The following values describe the current development configuration, not a released checkpoint.

Parameter Current design
Architecture Custom decoder-only Transformer
Parameters 635,512,320 with a 32,768-token vocabulary
Hidden size 1,536
Transformer layers 24
Query attention heads 24
Key/value attention heads 4
Attention type Grouped-Query Attention (GQA)
Head dimension 64
MLP intermediate size 4,096
Positional encoding RoPE, base 10,000
Normalization RMSNorm
Activation SwiGLU
Configured context capacity 2,048 tokens; not yet validated by training
Initial pretraining sequence length 1,024 tokens, subject to GPU testing
Tokenizer ByteLevel BPE
Target vocabulary 32,768 entries, including special tokens
Input/output embeddings Tied

The final parameter count depends on the actual trained tokenizer vocabulary. Vocabulary size is independent of FP16/BF16 arithmetic precision. A configured context capacity is not evidence of reliable performance at that context length.

Languages and Data

The intended corpus will combine:

  • Russian and English natural-language text.
  • Python and C++ source code.
  • Luau, where suitable data is available; Luau coverage is a goal, not a confirmed capability.

Dataset selection and mixture proportions are still being finalized. Dataset identifiers, pinned revisions, filtering details, usage restrictions, and the number of tokens actually consumed should accompany the eventual release. No final corpus size or language distribution is reported yet.

Training Plan

Item Current plan
Objective Causal language modeling / next-token prediction
Initialization From scratch
Optimizer AdamW; fused implementation where supported
Learning-rate schedule Cosine decay with warmup
Initial learning-rate range 3e-4 → 3e-5; to be finalized for the actual run
Precision Mixed precision: FP16 or native BF16, depending on hardware
Memory management Gradient checkpointing and chunked language-model loss
Preliminary GPU testing Google Colab, NVIDIA T4, FP16
Main training environment RunPod; GPU and final configuration not yet selected

The T4 is intended for preliminary compatibility, memory, and checkpoint-resume tests. It is not being reported as the hardware used to train a released 635M model. Short synthetic tests are not model-quality evaluations.

Evaluation

Not yet evaluated. There are no reported validation-loss, perplexity, reasoning, or coding benchmark results for this planned model.

Future results should identify the exact checkpoint, dataset version, evaluation code, and settings. Results from earlier Clyx releases do not describe this model, and a larger parameter count alone does not establish better quality.

Availability and Usage

There are no downloadable weights or verified loading instructions for this planned model yet. This announcement cannot currently be used for inference.

A release is intended to include the trained weights, matching tokenizer, architecture configuration, training summary, and tested inference instructions. Compatibility with Transformers, inference providers, or existing ClyxBox releases should not be assumed before it is explicitly tested and documented.

The intended BASE release will be designed for text continuation, research, and further fine-tuning. It should not be presented as instruction-following or tool-using merely because the tokenizer includes conversation or tool-related special tokens.

Limitations

  • Russian, English, and programming-language coverage are training goals, not verified capabilities.
  • A base model is not automatically a reliable conversational assistant.
  • Future generated text may contain factual errors, bias, offensive content, or memorized material; these risks have not yet been evaluated.
  • Generated code may be incorrect or insecure and will require review and testing.
  • No suitability for production or high-stakes decisions has been established.

Previous Release

Clyx 0.2 — 115.67M BASE is an earlier release in the Clyx project.

The planned 600M+ model is a new from-scratch training effort, not a fine-tune or weight expansion of Clyx 0.2. The earlier model's training-token count, validation loss, hardware, tokenizer, and usage examples do not apply to this development announcement.

Release License

The license for the future weights will be confirmed before release. No weight license is assigned by this announcement.


Built from scratch as part of the Clyx project. Training details and measured results will be documented when available.

Identity and Version

Repository
syntropic-clx/Clyx_0.3-NM-BASE
Publisher
Syntropic
Task
Text generation
Modality
Text
Library
Not stated by the source
Parameters
Not stated by the source
Languages
en, ru
Revision
62f37f728a54eade6f4a78743139feacab48eee0
First published
2026-09-18
Last updated
2026-09-18

Files and Weights

2 files, 7.7 KB in total.

Documentation1 file · 6.2 KB
Repository1 file · 1.5 KB
Every file
FileTypeSizeSHA-256
README.mdDocumentation6.2 KB
.gitattributesRepository1.5 KB

License and Download

License
apache-2.0
Access
Open weights, no gate
Download from Syntropic

Released by Syntropic through its official repository on Hugging Face. Read the license.

Questions About Clyx_0.3-NM-BASE

Can I use Clyx_0.3-NM-BASE commercially?

Yes. Clyx_0.3-NM-BASE is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

Similar Models

Fine-tune Qwen3 (14B) for free using our Google Colab notebook! - Read our Blog about Qwen3 support: unsloth.ai/blog/qwen3 - View the rest of our notebooks in our docs here. Qwen3-Coder is available in multiple sizes. Today, we're excited to introduce Qwen3-Coder-30B-A3B-Instruct. This streamlined model maintains impressive performance and efficiency, featuring the following key enhancements: - Significant Performance among open models on Agentic Coding, Agentic Browser-Use, and other foundational coding tasks. - Long-context Capabilities with native support for 256K tokens, extendable up to 1M tokens using Yarn, optimized for repository-scale understanding. - Agentic Coding supporting for…

Open weights apache-2.0 transformers

Model · Text generation

opt-125m

AI at Meta

OPT was first introduced in Open Pre-trained Transformer Language Models and first released in metaseq's repository on May 3rd 2022 by Meta AI. Disclaimer: The team releasing OPT wrote an official model card, which is available in Appendix D of the paper. Content from this model card has been written by the Hugging Face team. To quote the first two paragraphs of the official paper OPT was predominantly pretrained with English text, but a small amount of non-English data is still present within the training corpus via CommonCrawl. The model was pretrained using a causal language modeling (CLM) objective. OPT belongs to the same family of decoder-only models like GPT-3. As such, it was…

Open weights other 2,048 tokens transformers

Model · Text generation

Ornith-1.5-9B-GGUF

Ornith

Chirp Chirp! We are introducing Ornith-1.5, a major step toward building foundation models through end-to-end self-improvement. Ornith-1.5 extends Ornith-1.0 (which was developed on top of Qwen3.5 and Gemma4 with additional continued pretraining, mid-training, and post-training) by expanding the self-improvement loop from scaffold and rollout optimization to jointly optimizing task generation, scaffold construction, and solution rollouts. Rather than relying on a fixed set of human-curated tasks and manually designed harnesses, Ornith-1.5 continuously generates new training tasks, discovers effective strategies for solving them, and improves the policy through reinforcement learning. For…

Open weights mit transformers

Model · Text generation

Ornith-1.5-35B-A3B-GGUF

Ornith

Chirp Chirp! We are introducing Ornith-1.5, a major step toward building foundation models through end-to-end self-improvement. Ornith-1.5 extends Ornith-1.0 (which was developed on top of Qwen3.5 and Gemma4 with additional continued pretraining, mid-training, and post-training) by expanding the self-improvement loop from scaffold and rollout optimization to jointly optimizing task generation, scaffold construction, and solution rollouts. Rather than relying on a fixed set of human-curated tasks and manually designed harnesses, Ornith-1.5 continuously generates new training tasks, discovers effective strategies for solving them, and improves the policy through reinforcement learning. For…

Open weights mit transformers

Model · Text generation

Ornith-1.0-9B-GGUF

Ornith

Aloha! Today, we are releasing Ornith-1.0, a self-improving family of open-source models for agentic coding. This model card documents Ornith-1.0-9B, the most lightweight member of the Ornith family, designed for efficient single-GPU deployment. Ornith-1.0-9B is a dense ~9B model (≈19 GB in bf16), so it serves comfortably on a single 80GB GPU. The recipes below stand up an OpenAI-compatible server; add --tensor-parallel-size / --tp if you want to shard across more GPUs. For a quick local test (or to script offline generation), load the model directly with Transformers. Make sure you have a recent release installed — see the Transformers installation guide; Ornith-1.0-9B requires…

Open weights mit transformers

Uncensored Qwen3.8-27B, published as GGUF quantizations with the multi token prediction (MTP) head retained and verified. Refusal behaviour has been substantially reduced, not eliminated. See Measured behaviour for the numbers. Capabilities, training data, and architecture are otherwise unchanged. - Refusal directions removed with Heretic, which co minimizes refusal count against KL divergence from the base model. No handwritten refusal removal code, no finetuning, no additional training data. - Abliteration runs at bf16 (no 4 bit quantization). the resulting LoRA is merged into the bf16 base, so the published weights are not a quantized round trip. - mtp. tensors are copied verbatim from…

Open weights apache-2.0 llama.cpp