Dedicated Endpoints

Run this model inference on single tenant GPU with unmatched speed and reliability at scale.

Learn more
Container

Run this model inference with full control and performance in your environment.

Learn more

Get help setting up a custom Dedicated Endpoints.

Talk with our engineer to get a quote for reserved GPU instances with discounts.

README

License: apache-2.0

Table of Contents

Model Description

PropertyValue
Base Modelgplsi/Aitana-2B-S-base-1.0
ArchitectureTransformer decoder-only
Parameters~2.25B
LanguagesValencian, Spanish, English
LicenseApache 2.0

Aitana-2B-SI-Instruct is an instruction-tuned variant of Aitana-2B-S-base-1.0, fine-tuned on multilingual instruction data to follow user prompts and generate helpful responses across Valencian, Spanish, and English. The model was NOT instruction-tuned on Catalan data, though it retains some Catalan capabilities from its base model.

Training Data

This model was instruction fine-tuned on the ALIA Instruction/v12 dataset, composed of the following sources:

Dataset IDNameLanguagesSource
ins1OpenAssistant2 (OASST2)CA, EN, ES, VAOpenAssistant/oasst2
ins2OpenAssistant1 (OASST1)CA, VAOpenAssistant/oasst1
ins3M-PersonasCA, EN, ES, VABSC-LT/m-personas
ins4RAG MultilingualCA, EN, ES, VAprojecte-aina/RAG_Multilingual
ins5FLORESCA, EN, ESfacebook/flores
ins6Aya DatasetEN, ES, VACohereLabs/aya_dataset
ins7TowerBlocksEN, ESUnbabel/TowerBlocks-v0.2
ins8Mentor / MentoresCA, ES, VAprojecte-aina/MentorES / projecte-aina/MentorCA
ins9Dolly / Dolly 3KCA, EN, VAdatabricks/databricks-dolly-15k
ins10AlpacaEN, VAtatsu-lab/alpaca
ins11GSM8KEN, VAopenai/gsm8k
ins12OpenOrcaENOpen-Orca/OpenOrca
ins13No RobotsENHuggingFaceH4/no_robots
ins14CoQCA / CoQCatCA, VAprojecte-aina/CoQCat
ins15BOUAESgplsi/boua_parallel
ins16SciFactVAallenai/scifact
ins17LingComp QAVAsomosnlp/LingComp_QA
ins18Instruct Legal RefugiadosVAsomosnlp/instruct-legal-refugiados-es
ins19Amic-ParaleloESgplsi/amic_parallel

Catalan data was removed from the instruction tuning to focus on Valencian, Spanish, and English, though some Catalan appears in multilingual datasets.

Intended Uses

This model can be used for:

  • Instruction following in Valencian, Spanish, and English
  • Chat and conversational applications requiring multilingual support
  • Text generation with task-specific prompting
  • Domain-specific applications in administrative, legal, or tourism contexts

Note: As an instruction-tuned model, it is designed to follow user prompts and generate helpful responses. It is not intended for use as a factual knowledge base.

How to Use

Transformers

python

import torch
from transformers import pipeline, AutoTokenizer
model_id = "gplsi/Aitana-2B-SI-Instruct"
tokenizer = AutoTokenizer.from_pretrained(model_id)
generator = pipeline(
"text-generation",
model=model_id,
tokenizer=tokenizer,
torch_dtype=torch.bfloat16,
device_map="auto",
)
# Valencian example
text = "Explica què són les Corts Valencianes i quina funció tenen."
result = generator(text, do_sample=True, top_k=10, max_new_tokens=100)
print(result[0]['generated_text'])
# Spanish example
text = "Describe las principales funciones del gobierno autonómico valenciano."
result = generator(text, do_sample=True, top_k=10, max_new_tokens=100)
print(result[0]['generated_text'])
# English example
text = "Explain the role of tourism in the Valencian Community economy."
result = generator(text, do_sample=True, top_k=10, max_new_tokens=100)
print(result[0]['generated_text'])

Evaluation

In the following tables, we present the results obtained with different benchmarks from lm-evaluation-harness in comparison with Salamandra-2B-Instruct. The results reflect the instruction-tuned performance of both models.

Valencian

Classification Benchmarks

DatasetLang.TaskMetricSalamandra-2B-InstructAitana-2B-S-Instruct
XNLIvaNatural Language Inferenceacc0.5200.508

Generation Benchmarks

DatasetLang.TaskMetricSalamandra-2B-InstructAitana-2B-S-Instruct
CocoterosvaReading Comprehensionbleu2.7963.121
Phrases ca-vava-caTranslation - Adaptationbleu58.42576.427
Phrases va-cava-caTranslation - Adaptationbleu70.66068.902
Phrases va-esva-esTranslationbleu65.42769.694
Phrases es-vaes-vaTranslationbleu45.68855.725
Truthfulqa_vavaTruthfulnessbleu_acc0.4090.415

Catalan

Classification Benchmarks

DatasetLang.TaskMetricSalamandra-2B-InstructAitana-2B-S-Instruct
Belebele Cat_latncaReading Comprehensionacc0.2870.274
COPAcaCommonsense Reasoningacc0.7080.704
XStoryClozecaCommonsense Reasoningacc0.6160.615
OpenBookQAcaQuestion Answeringacc0.2960.300
PAWScaParaphrasingacc0.6020.608
PiQAcaQuestion Answeringacc0.6380.655
SiQAcaQuestion Answeringacc0.4220.419
ARC EasycaQuestion Answeringacc0.5160.527
ARC ChallengecaQuestion Answeringacc0.2980.305
XNLIcaNatural Language Inferenceacc0.5130.516
TecacaNatural Language Inferenceacc0.4860.499
WNLIcaNatural Language Inferenceacc0.5630.451
CatcolacaLinguistic Acceptabilityacc0.4920.585
CatcolacaLinguistic Acceptabilitymcc0.097-0.042
CatalanqacaQuestion AnsweringF10.5160.397
Mgsm directcaMathexact match0.0000.004
CatalanqacaQuestion Answeringexact match0.1820.029
XquadcaQuestion Answeringexact match0.1030.030
XquadcaQuestion AnsweringF10.3940.303

Generation Benchmarks

DatasetLang.TaskMetricSalamandra-2B-InstructAitana-2B-S-Instruct
Cabreu abstractivecaSummarizationbleu7.6109.199
Cabreu extractivecaSummarizationbleu38.00214.869
Cabreu extremecaSummarizationbleu2.7334.209

Spanish

Classification Benchmarks

DatasetLang.TaskMetricSalamandra-2B-InstructAitana-2B-S-Instruct
BelebeleesReading Comprehensionacc0.2680.260
PAWSesParaphrasingacc0.5660.622
XNLIesNatural Language Inferenceacc0.4630.419
WNLIesNatural Language Inferenceacc0.4790.549
XStoryClozeesCommonsense Reasoningacc0.6170.619
EscolaesLinguistic Acceptabilityacc0.2930.655
EscolaesLinguistic Acceptabilitymcc0.0200.087
OpenbookQAesQuestion Answeringacc0.2860.320
MGSM DirectesMathexact match0.0200.032
XQUADesQuestion Answeringexact match0.0660.039
XQUADesQuestion AnsweringF10.3550.305

Generation Benchmarks

DatasetLang.TaskMetricSalamandra-2B-InstructAitana-2B-S-Instruct
CocoterosesReading Comprehensionbleu3.3082.508
XLSumesSummarizationbleu1.6951.694

English

Classification Benchmarks

DatasetLang.TaskMetricSalamandra-2B-InstructAitana-2B-S-Instruct
Arc ChallengeenQuestion Answeringacc0.3540.362
Arc EasyenQuestion Answeringacc0.6810.704
BelebeleenReading Comprehensionacc0.2600.273
PAWSenParaphrasingacc0.5970.610
XNLIenNatural Language Inferenceacc0.5120.553
XStoryClozeenCommonsense Reasoningacc0.6620.661
OpenBookQAenQuestion Answeringacc0.2980.314
PiQAenQuestion Answeringacc0.7150.720
Social iqaenQuestion Answeringacc0.4530.431
WNLIenNatural Language Inferenceacc0.5350.451
MGSM DirectenMathexact match0.0080.088
TriviaQAenQuestion Answeringexact match0.0760.170

Judge Evaluation

The model was also evaluated using an LLM-as-judge approach across different task categories. The scores below represent the average rating (1-5 scale, 5 being best) and standard deviation for each task category, comparing Aitana-2B-S-Instruct against Salamandra-2B-Instruct.

Task CategorySalamandra-2B-InstructAitana-2B-S-Instruct
CommonSense reasoning2.277 / 1.1512.237 / 1.054
Maths1.060 / 0.1241.105 / 0.209
Paraphrasing3.518 / 1.3083.517 / 1.151
Reading comprehension2.966 / 1.1112.740 / 1.348
Summarization2.217 / 1.0682.267 / 0.967
Translation3.557 / 0.7603.497 / 0.988
Overall Avg2.599 / 0.9202.560 / 0.953

Additional Information

Author

The model has been developed by the Language and Information Systems Group (GPLSI) and the Centro de Inteligencia Digital (CENID), both part of the University of Alicante (UA), as part of their ongoing research in Natural Language Processing (NLP).

Funding

This work is funded by the Ministerio para la Transformación Digital y de la Función Pública, co-financed by the EU – NextGenerationEU, within the framework of the project Desarrollo de Modelos ALIA. This work has also been partially supported by Project HEART-NLP (PID2024-156263OB-C22).

Acknowledgments

We would like to express our gratitude to all individuals and institutions that have contributed to the development of this work. Special thanks to:

We also acknowledge the financial, technical, and scientific support of the Ministerio para la Transformación Digital y de la Función Pública - Funded by EU – NextGenerationEU within the framework of the project Desarrollo de Modelos ALIA, whose contribution has been essential to the completion of this research.

License

Apache License, Version 2.0

Disclaimer

This model is intended for general purposes and is available under a permissive Apache License 2.0. Be aware that the model may have biases and/or undesirable outputs. Users deploying systems based on this model are responsible for mitigating risks and complying with applicable AI regulations.

Reference

bibtex

@misc{gplsi-Aitana-2B-SI-Instruct,
author = {Martínez-Murillo, Iván and Sepúlveda-Torres, Robiert and Grande, Eduardo and Galiano, Santiago and Consuegra-Ayala, Juan Pablo and Miró Maestre, María and Canal-Esteve, Miquel and Bonora, Mar and Gutierrez, Yoan and Abreu Salas, José Ignacio and Lloret, Elena and Montoyo, Andrés and Muñoz-Guillena, Rafael and Palomar, Manuel},
title = {Aitana 2B SI Instruct: Instruction-tuned model for Valencian, Spanish and English},
year = {2026},
institution = {Language and Information Systems Group (GPLSI) and Centro de Inteligencia Digital (CENID), University of Alicante (UA)},
howpublished = {\url{https://huggingface.co/gplsi/Aitana-2B-SI-Instruct}},
note = {Accessed: 2026-05-11}
}

Copyright © 2026 Language and Information Systems Group (GPLSI) and Centro de Inteligencia Digital (CENID), University of Alicante (UA). Distributed under the Apache License 2.0.

Model provider

gplsi

gplsi

Model tree

Base

this model

Modalities

Input

Text

Output

Text

Pricing

Dedicated Endpoints

View details

Supported Functionality

Model APIs

Dedicated Endpoints

Container

More information

Explore FriendliAI today