How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for aitf-komdigi/KomdigiITS-8B-DFK-TextClassification-Final to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for aitf-komdigi/KomdigiITS-8B-DFK-TextClassification-Final to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for aitf-komdigi/KomdigiITS-8B-DFK-TextClassification-Final to start chatting
Load model with FastModel
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
    model_name="aitf-komdigi/KomdigiITS-8B-DFK-TextClassification-Final",
    max_seq_length=2048,
)
Quick Links

Dataset Details

Tasks & Capabilities

  • Text Classification DFK (Disinformasi, Fitnah, Ujaran Kebencian)

Dataset Splits

  • Train Samples: 20,790
  • Validation Samples: 2,599
  • Testing Samples: 2,599

Target Labels

  1. DISINFORMASI
  2. FITNAH
  3. UJARAN KEBENCIAN
  4. FAKTA
  5. BUKAN DFK

Training Configurations

Supervised Fine-Tuning (SFT) Pipeline Parameters

Parameter Value
Max Sequence Length 2048 tokens
Batch Size 2
Gradient Accumulation Steps 16
Effective Batch Size 32
Learning Rate (LR) 2e-4
LR Scheduler Linear
Optimizer AdamW 8-bit
Number of Epochs 1
Warmup Steps 20
Weight Decay 0.01
Max Gradient Norm 1.0
Evaluation Steps Every 200 steps

LoRA (PEFT) Hyperparameters

Parameter Value
r (Rank) 16
lora_alpha 32
lora_dropout 0
bias none
use_rslora False
Gradient Checkpointing unsloth
Target Modules q_proj, k_proj, v_proj, o_proj, gate_proj, down_proj, up_proj

Uploaded model

  • Developed by: hnuka
  • License: apache-2.0
  • Finetuned from model : aitf-komdigi/KomdigiITS-8B-DFK-CPT

This mistral3 model was trained 2x faster with Unsloth

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

Model tree for aitf-komdigi/KomdigiITS-8B-DFK-TextClassification-Final

Collection including aitf-komdigi/KomdigiITS-8B-DFK-TextClassification-Final