CoolFace
Modelpublic

jsantillana/vectrayx-base

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes
Model Card

VectraYX-Base 260M

VectraYX-Base is a 260M-parameter Spanish cybersecurity language model trained from scratch using the same three-phase curriculum and replay-buffer recipe as presented in the paper VectraYX-Nano: A 42M-Parameter Spanish Cybersecurity Language Model with Curriculum Learning and Native Tool Use.

This model is scaled to a mid-tier architecture (d_model=1024, n_layers=16).

![arXiv](https://arxiv.org/abs/2605.13989) ![Zenodo](https://doi.org/10.5281/zenodo.20122226)


Results (VectraYX-Bench, single seed)

ModelParamsB1 KWB3 TMB4 ToolB5 Chat
VectraYX-Nano v7 (N=4)42M0.332±0.0050.230±0.0520.725±0.130
VectraYX-Base 260M260M0.3250.1140.0000.800
Base + LoRA mini (ratio 1:21, N=4)260M0.019±0.0030.445±0.2010.600
VectraYX-Pro 3B3.2B0.3410.6860.6000.800

B4=0.000 on mixed SFT is a corpus-density artifact — at ratio 1:21 (LoRA mini), Base reaches B4=0.445±0.201.


Architecture

ComponentValue
Parameters260M
Layers16
Hidden dim1024
Attention heads16 (GQA 16q/4kv)
FFNSwiGLU
Positional encodingRoPE
NormalizationRMSNorm + QK-Norm
TokenizerBPE-16384 (same as Nano)

The architecture follows the configuration defined in configs/base.json in the official repository.


Files

FileDescription
base_sft_v1_s42.ptBase 260M post-SFT, seed 42 (~3.1 GB)

Training ran on AWS SageMaker ml.g5.xlarge (NVIDIA A10G 24GB), ~11 wall-clock hours, ~$11 USD.


Citation

bibtex
@misc{santillana2026vectrayx,
  title     = {VectraYX-Nano: A 42M-Parameter Spanish Cybersecurity Language Model
               with Curriculum Learning and Native Tool Use},
  author    = {Santillana, Juan S.},
  year      = {2026},
  eprint    = {2605.13989},
  archivePrefix = {arXiv},
  primaryClass  = {cs.CL},
  url       = {https://arxiv.org/abs/2605.13989}
}