--- base_model: - aitf-komdigi/KomdigiITS-8B-DFK-MultimodalClassification - aitf-komdigi/KomdigiITS-8B-DFK-TextClassification library_name: transformers pipeline_tag: text-generation tags: - merge - slerp - dfk-detection - vlm - text-classification - indonesian - multimodal - image-classification - content-moderation - mistral3 ---
A SLERP-merged full model combining two specialized LoRA adapters into a single unified checkpoint. The merge blends the 8B Multimodal Multimodal classifier with the text-only DFK classifier, both built on KomdigiITS-8B-DFK-CPT (Ministral-3-8B-Base-2512).
The result is a model that operates in two modes: image-based multimodal classification and text-only classification — strong performance on both tasks from a single set of weights.
w=0.30 multimodal, w=0.70 text). Parent adapters were merged into base model weights, producing a standalone model with no adapter overhead.
dfk_vlm_dataset_v3dfk_text_datasetnetral, disinformasi, fitnah, or ujaran kebencian.Fakta, Disinformasi, Fitnah, Ujaran Kebencian, or Non-DFK.Evaluated on held-out validation splits using greedy decoding (temperature=0.0) and BERTScore (bert-base-multilingual-cased).
The merge trades a small amount of Multimodal accuracy for a massive improvement in text-only performance — turning a Multimodal-only model into a genuinely dual-mode classifier.
| Model | MM Acc | MM F1w | MM BERT | MM ROUGE | Text Acc | Text F1w | Text BERT | Text ROUGE |
|---|---|---|---|---|---|---|---|---|
| Multimodal | 92.5 | 92.3 | 80.0 | 38.7 | 77.5 | 70.8 | 73.1 | 19.0 |
| Text Adapter | 1.5 | 2.8 | 69.6 | 16.2 | 84.0 | 89.0 | 80.7 | 41.6 |
| SLERP Merge | 88.5 | 89.4 | 77.3 | 31.6 | 91.0 | 92.9 | 77.6 | 31.5 |
KomdigiITS-8B-DFK-CPT) to produce two full-weight checkpoints. These were then interpolated via SLERP at various weight ratios, with each blend evaluated on both Multimodal and text-only benchmarks to find the optimal trade-off.Both modes use the ministral_3 chat template ([INST] / [/INST] delimiters). The default Ministral system prompt is included when no explicit system message is provided.
Image-based classification with contextual metadata. Note: the instruction and context fields are directly concatenated with no separator.
<s>[SYSTEM_PROMPT]...default Ministral system prompt...[/SYSTEM_PROMPT][INST]Anda adalah seorang analis konten media sosial ahli. Diberikan tangkapan layar dari sebuah konten, tentukan label kategori pelanggaran dan berikan analisis detail mengenai pelanggaran yang ditemukan.Ringkasan: {ringkasan}
Klaim: {klaim}
Fakta: {fakta}[IMG][/INST]Label: {label}
Analisis: {analisis}</s>
"Tidak ditemukan sumber yang valid." if none found.netral, disinformasi, fitnah, or ujaran kebencian.Text-only classification with explicit system prompt and article references. Uses merge_labels=false (5 classes).
<s>[SYSTEM_PROMPT]Anda adalah sistem deteksi konten DFK berbasis artikel rujukan. Tugas Anda adalah membandingkan klaim dengan artikel rujukan, lalu mengklasifikasikan teks ke dalam salah satu label: Fakta, Disinformasi, Fitnah, Ujaran Kebencian, atau Non-DFK. Jawab dengan format: Label: **NamaLabel.** penjelasan: ...[/SYSTEM_PROMPT][INST]{klaim}
Artikel Rujukan: {fakta}[/INST]Label: **{label}.** penjelasan: {analisis}</s>
input column (before Artikel Rujukan:).input column (after Artikel Rujukan:).Fakta, Disinformasi, Fitnah, Ujaran Kebencian, or Non-DFK.