| | --- |
| | library_name: transformers |
| | license: apache-2.0 |
| | base_model: google-bert/bert-base-multilingual-cased |
| | tags: |
| | - generated_from_trainer |
| | metrics: |
| | - precision |
| | - recall |
| | - f1 |
| | - accuracy |
| | model-index: |
| | - name: intent-classifier-entity-executor-fixed |
| | results: [] |
| | --- |
| | |
| | <!-- 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. --> |
| |
|
| | # intent-classifier-entity-executor-fixed |
| |
|
| | This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on the None dataset. |
| | It achieves the following results on the evaluation set: |
| | - Loss: 0.0001 |
| | - Precision: 0.9999 |
| | - Recall: 0.9999 |
| | - F1: 0.9999 |
| | - Accuracy: 1.0000 |
| |
|
| | ## Model description |
| |
|
| | More information needed |
| |
|
| | ## Intended uses & limitations |
| |
|
| | More information needed |
| |
|
| | ## Training and evaluation data |
| |
|
| | More information needed |
| |
|
| | ## Training procedure |
| |
|
| | ### Training hyperparameters |
| |
|
| | The following hyperparameters were used during training: |
| | - learning_rate: 2e-05 |
| | - train_batch_size: 16 |
| | - eval_batch_size: 32 |
| | - seed: 42 |
| | - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments |
| | - lr_scheduler_type: linear |
| | - lr_scheduler_warmup_ratio: 0.1 |
| | - num_epochs: 5 |
| | - mixed_precision_training: Native AMP |
| |
|
| | ### Training results |
| |
|
| | | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | |
| | |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:| |
| | | 0.002 | 1.0 | 2880 | 0.0007 | 0.9992 | 0.9994 | 0.9993 | 0.9999 | |
| | | 0.0013 | 2.0 | 5760 | 0.0004 | 0.9996 | 0.9997 | 0.9996 | 0.9999 | |
| | | 0.0 | 3.0 | 8640 | 0.0003 | 0.9998 | 0.9998 | 0.9998 | 1.0000 | |
| | | 0.0 | 4.0 | 11520 | 0.0001 | 0.9999 | 0.9999 | 0.9999 | 1.0000 | |
| | | 0.0 | 5.0 | 14400 | 0.0001 | 0.9999 | 0.9999 | 0.9999 | 1.0000 | |
| |
|
| |
|
| | ### Framework versions |
| |
|
| | - Transformers 4.57.1 |
| | - Pytorch 2.8.0+cu126 |
| | - Datasets 4.0.0 |
| | - Tokenizers 0.22.1 |
| |
|