Webs-Sejong-31B-v2

Webs-Sejong-31B-v2 is a 31B-parameter Korean-centric language model built on the Gemma-4 architecture through weight-space model merging — it is a merge model, not a separately trained one, and we state that openly. It is optimized for Korean cultural knowledge and academic / professional reasoning, with English ability retained from the base.

No additional training is applied.

Highlights

  • Korean-first. Tuned for Korean cultural knowledge and professional / academic reasoning, with English ability retained from the base.
  • Drop-in. Standard Gemma-4 architecture and tokenizer; loads in transformers and serves in vLLM with no custom code.

Usage

from transformers import AutoModelForImageTextToText, AutoProcessor

model_id = "websfactory/Webs-Sejong-31B-v2"
processor = AutoProcessor.from_pretrained(model_id)
model = AutoModelForImageTextToText.from_pretrained(model_id, device_map="auto")

Intended Use & Limitations

Intended for Korean-language assistance, knowledge QA, and reasoning. As a merged model it inherits the capabilities and biases of its sources and should be evaluated for your use case before deployment.

License

This model is a derivative of Gemma-4 and is distributed under the Gemma Terms of Use. By using this model you agree to those terms and Google's Prohibited Use Policy.

Downloads last month
-
Safetensors
Model size
31B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for websfactory/Webs-Sejong-31B-v2

Finetuned
(195)
this model