skt / A.X-Encoder-base

huggingface.co
Total runs: 1.8K
24-hour runs: 0
7-day runs: -510
30-day runs: -137
Model's Last Updated: January 20 2026
text-classification

Introduction of A.X-Encoder-base

Model Details of A.X-Encoder-base

A.X Encoder

A.X Logo
A.X Encoder Highlights

A.X Encoder (pronounced "A dot X") is SKT's document understanding model optimized for Korean-language understanding and enterprise deployment. This lightweight encoder was developed entirely in-house by SKT, encompassing model architecture, data curation, and training, all carried out on SKTโ€™s proprietary supercomputing infrastructure, TITAN. This model utilizes the ModernBERT architecture, which supports flash attention and long-context processing.

  • Longer Context : A.X Encoder supports long-context processing of up to 16,384 tokens.
  • Faster Inference : A.X Encoder achieves up to 3x faster inference speed than earlier models.
  • Superior Korean Language Understanding : A.X Encoder achieves superior performance on diverse Korean NLU tasks.
Core Technologies

A.X Encoder represents an efficient long document understanding model for processing a large-scale corpus, developed end-to-end by SKT.

This model plays a key role in data curation for A.X LLM by serving as a versatile document classifier, identifying features such as educational value, domain category, and difficulty level.

Benchmark Results
Model Inference Speed (Run on an A100 GPU)
inference
Model Performance
performance
Method BoolQ (f1) COPA (f1) Sentineg (f1) WiC (f1) Avg. (KoBEST)
klue/roberta-base 72.04 65.14 90.39 78.19 76.44
kakaobank/kf-deberta-base 81.30 76.50 94.70 80.50 83.25
skt/A.X-Encoder-base 84.50 78.70 96.00 80.80 85.50
Method NLI (acc) STS (f1) YNAT (acc) Avg. (KLUE)
klue/roberta-base 84.53 84.57 86.48 85.19
kakaobank/kf-deberta-base 86.10 84.30 87.00 85.80
skt/A.X-Encoder-base 87.00 84.80 86.50 86.10
๐Ÿš€ Quickstart
with HuggingFace Transformers
  • transformers>=4.51.0 or the latest version is required to use skt/A.X-Encoder-base
pip install transformers>=4.51.0

โš ๏ธ If your GPU supports it, we recommend using A.X Encoder with Flash Attention 2 to reach the highest efficiency. To do so, install Flash Attention as follows, then use the model as normal:

pip install flash-attn --no-build-isolation
Example Usage

Using AutoModelForMaskedLM:

import torch
from transformers import AutoTokenizer, AutoModelForMaskedLM

model_id = "skt/A.X-Encoder-base"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForMaskedLM.from_pretrained(model_id, attn_implementation="flash_attention_2", torch_dtype=torch.bfloat16)

text = "ํ•œ๊ตญ์˜ ์ˆ˜๋„๋Š” <mask>."
inputs = tokenizer(text, return_tensors="pt")
outputs = model(**inputs)

# To get predictions for the mask:
masked_index = inputs["input_ids"][0].tolist().index(tokenizer.mask_token_id)
predicted_token_id = outputs.logits[0, masked_index].argmax(axis=-1)
predicted_token = tokenizer.decode(predicted_token_id)
print("Predicted token:", predicted_token)
# Predicted token: ์„œ์šธ

Using a pipeline:

import torch
from transformers import pipeline
from pprint import pprint

pipe = pipeline(
    "fill-mask",
    model="skt/A.X-Encoder-base",
    torch_dtype=torch.bfloat16,
)

input_text = "ํ•œ๊ตญ์˜ ์ˆ˜๋„๋Š” <mask>."
results = pipe(input_text)
pprint(results)
# [{'score': 0.07568359375,
#  'sequence': 'ํ•œ๊ตญ์˜ ์ˆ˜๋„๋Š” ์„œ์šธ.',
#  'token': 31430,
#  'token_str': '์„œ์šธ'}, ...
License

The A.X Encoder model is licensed under Apache License 2.0 .

Citation
@article{SKTAdotXEncoder-base,
  title={A.X Encoder-base},
  author={SKT AI Model Lab},
  year={2025},
  url={https://huggingface.co/skt/A.X-Encoder-base}
}
Contact

Runs of skt A.X-Encoder-base on huggingface.co

1.8K
Total runs
0
24-hour runs
-375
3-day runs
-510
7-day runs
-137
30-day runs

More Information About A.X-Encoder-base huggingface.co Model

More A.X-Encoder-base license Visit here:

https://choosealicense.com/licenses/apache-2.0

A.X-Encoder-base huggingface.co

A.X-Encoder-base huggingface.co is an AI model on huggingface.co that provides A.X-Encoder-base's model effect (), which can be used instantly with this skt A.X-Encoder-base model. huggingface.co supports a free trial of the A.X-Encoder-base model, and also provides paid use of the A.X-Encoder-base. Support call A.X-Encoder-base model through api, including Node.js, Python, http.

A.X-Encoder-base huggingface.co Url

https://huggingface.co/skt/A.X-Encoder-base

skt A.X-Encoder-base online free

A.X-Encoder-base huggingface.co is an online trial and call api platform, which integrates A.X-Encoder-base's modeling effects, including api services, and provides a free online trial of A.X-Encoder-base, you can try A.X-Encoder-base online for free by clicking the link below.

skt A.X-Encoder-base online free url in huggingface.co:

https://huggingface.co/skt/A.X-Encoder-base

A.X-Encoder-base install

A.X-Encoder-base is an open source model from GitHub that offers a free installation service, and any user can find A.X-Encoder-base on GitHub to install. At the same time, huggingface.co provides the effect of A.X-Encoder-base install, users can directly use A.X-Encoder-base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

A.X-Encoder-base install url in huggingface.co:

https://huggingface.co/skt/A.X-Encoder-base

Url of A.X-Encoder-base

A.X-Encoder-base huggingface.co Url

Provider of A.X-Encoder-base huggingface.co

skt
ORGANIZATIONS

Other API from skt

huggingface.co

Total runs: 312.0K
Run Growth: -117.1K
Growth Rate: -37.52%
Updated:September 24 2021
huggingface.co

Total runs: 75.6K
Run Growth: 74.4K
Growth Rate: 98.39%
Updated:August 24 2026
huggingface.co

Total runs: 13.9K
Run Growth: 62
Growth Rate: 0.45%
Updated:July 23 2025
huggingface.co

Total runs: 13.6K
Run Growth: -1.4K
Growth Rate: -10.60%
Updated:June 12 2025
huggingface.co

Total runs: 11.5K
Run Growth: -6.5K
Growth Rate: -56.36%
Updated:July 25 2026
huggingface.co

Total runs: 1.2K
Run Growth: -1.3K
Growth Rate: -113.47%
Updated:July 17 2025
huggingface.co

Total runs: 806
Run Growth: -1.5K
Growth Rate: -192.18%
Updated:August 29 2025
huggingface.co

Total runs: 642
Run Growth: -354
Growth Rate: -55.14%
Updated:June 12 2025
huggingface.co

Total runs: 568
Run Growth: 568
Growth Rate: 100.00%
Updated:August 19 2026
huggingface.co

Total runs: 484
Run Growth: 101
Growth Rate: 20.87%
Updated:July 24 2025
huggingface.co

Total runs: 457
Run Growth: 457
Growth Rate: 100.00%
Updated:August 07 2026
huggingface.co

Total runs: 369
Run Growth: 369
Growth Rate: 100.00%
Updated:August 07 2026
huggingface.co

Total runs: 366
Run Growth: 230
Growth Rate: 62.84%
Updated:July 17 2025
huggingface.co

Total runs: 342
Run Growth: 342
Growth Rate: 100.00%
Updated:August 11 2026
huggingface.co

Total runs: 98
Run Growth: -548
Growth Rate: -559.18%
Updated:July 29 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:July 30 2026