Text Generation
PEFT
Safetensors
Transformers
Galician
lora
sft
trl
unsloth
conversational
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="pajon1/galicIA-base")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("pajon1/galicIA-base", dtype="auto")
Quick Links

galicIA-base

This model is part of the GalicIA project, which aims to develop an LLM capable of generating poems in galician. This model is a stepping stone designed to understand galician.

more info https://github.com/ANFAIA/GalicIA

Original Dataset

- proxectonos/belebele_gl
- proxectonos/galcola 
- proxectonos/mgsm_gl
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for pajon1/galicIA-base

Finetuned
Qwen/Qwen3-0.6B
Adapter
(26)
this model

Datasets used to train pajon1/galicIA-base