File size: 2,124 Bytes
be965ee 9bca7b3 be965ee 9bca7b3 be965ee 9bca7b3 be965ee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
---
library_name: transformers
license: mit
base_model: vinai/bartpho-word
tags:
- generated_from_trainer
metrics:
- accuracy
- f1
model-index:
- name: fine-tuning_BARTPho
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. -->
# fine-tuning_BARTPho
This model is a fine-tuned version of [vinai/bartpho-word](https://huggingface.co/vinai/bartpho-word) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 1.1876
- Accuracy: 0.014
- F1: 0.0011
## 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: 1e-05
- train_batch_size: 16
- 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
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
| 3.7202 | 1.0 | 125 | 1.3840 | 0.016 | 0.0018 |
| 1.3287 | 2.0 | 250 | 1.2517 | 0.014 | 0.0011 |
| 1.2451 | 3.0 | 375 | 1.2197 | 0.016 | 0.0015 |
| 1.2059 | 4.0 | 500 | 1.2077 | 0.014 | 0.0011 |
| 1.105 | 5.0 | 625 | 1.2053 | 0.014 | 0.0011 |
| 1.1054 | 6.0 | 750 | 1.1893 | 0.018 | 0.0015 |
| 1.1207 | 7.0 | 875 | 1.1881 | 0.022 | 0.0045 |
| 1.1011 | 8.0 | 1000 | 1.1857 | 0.016 | 0.0025 |
| 1.0578 | 9.0 | 1125 | 1.1877 | 0.016 | 0.0031 |
| 1.0836 | 10.0 | 1250 | 1.1876 | 0.014 | 0.0011 |
### Framework versions
- Transformers 4.46.3
- Pytorch 2.4.0
- Datasets 3.1.0
- Tokenizers 0.20.3
|