CoolFace
Modelpublic

f1rdavs/tajik-banking-intent-classifier

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes9downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

tajik-banking-intent-classifier

This model is a fine-tuned version of xlm-roberta-base trained on a Tajik-translated version of the Banking77 dataset. The dataset contains customer service queries related to banking, classified into 77 different intent categories.

๐Ÿงพ Model description

  • โ€”Base model: XLM-RoBERTa Base
  • โ€”Language: Tajik (tg)
  • โ€”Task: Text classification (intent recognition)
  • โ€”Number of classes: 77 <p>The model is designed to classify banking-related queries into one of 77 categories such as cardpayment, atmsupport, balance, lostorstolen_card, etc. It is useful for building customer support bots or virtual assistants that operate in the Tajik language.</p>

โœ… Intended uses

  • โ€”Banking customer support chatbots for Tajik-speaking users
  • โ€”Voice or text-based virtual assistants in the finance domain
  • โ€”Automated ticket or query routing in Tajik financial services

โš ๏ธ Limitations

  • โ€”The model may not generalize well to non-banking topics
  • โ€”Classification performance depends on the quality and accuracy of the dataset translation

๐Ÿ“š Training and evaluation data

  • โ€”Dataset: Banking77 dataset translated from English to Tajik
  • โ€”Size: ~13,000 examples across 77 intent classes
  • โ€”Source: Original banking77 English dataset, translated via machine translation

โš™๏ธ Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • โ€”learning_rate: 2e-05
  • โ€”trainbatchsize: 16
  • โ€”evalbatchsize: 16
  • โ€”seed: 42
  • โ€”optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • โ€”lrschedulertype: linear
  • โ€”num_epochs: 5
  • โ€”mixedprecisiontraining: Native AMP

Framework versions

  • โ€”Transformers 4.52.4
  • โ€”Pytorch 2.6.0+cu124
  • โ€”Datasets 3.6.0
  • โ€”Tokenizers 0.21.1