|
--- |
|
library_name: transformers |
|
license: apache-2.0 |
|
base_model: google-bert/bert-base-multilingual-cased |
|
tags: |
|
- generated_from_trainer |
|
metrics: |
|
- accuracy |
|
- precision |
|
- recall |
|
model-index: |
|
- name: bert-base-multilingual-cased-ptmz |
|
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. --> |
|
|
|
# bert-base-multilingual-cased-ptmz |
|
|
|
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.2219 |
|
- Accuracy: 0.7806 |
|
- F1 Binary: 0.3223 |
|
- Precision: 0.2235 |
|
- Recall: 0.5774 |
|
|
|
## 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: 3e-05 |
|
- train_batch_size: 64 |
|
- eval_batch_size: 16 |
|
- seed: 42 |
|
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments |
|
- lr_scheduler_type: linear |
|
- lr_scheduler_warmup_steps: 23 |
|
- num_epochs: 4 |
|
|
|
### Training results |
|
|
|
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Binary | Precision | Recall | |
|
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:---------:|:------:| |
|
| No log | 1.0 | 116 | 0.1524 | 0.7290 | 0.2270 | 0.1529 | 0.4405 | |
|
| No log | 2.0 | 232 | 0.1729 | 0.8199 | 0.2947 | 0.2280 | 0.4167 | |
|
| No log | 3.0 | 348 | 0.1695 | 0.7849 | 0.3377 | 0.2339 | 0.6071 | |
|
| No log | 4.0 | 464 | 0.2219 | 0.7806 | 0.3223 | 0.2235 | 0.5774 | |
|
|
|
|
|
### Framework versions |
|
|
|
- Transformers 4.47.0 |
|
- Pytorch 2.5.1+cu121 |
|
- Datasets 3.2.0 |
|
- Tokenizers 0.21.0 |
|
|