Doowon96's picture
Update README.md
7ac9c73 verified
---
license: cc-by-sa-4.0
base_model: klue/bert-base
tags:
- generated_from_trainer
metrics:
- f1
model-index:
- name: bert-base-finetuned-ynat
results: []
language:
- ko
---
<!-- 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-finetuned-ynat
This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.3745
- F1: 0.8704
## Model description
๋‰ด์Šค ์ œ๋ชฉ์„ ์ž…๋ ฅํ•˜๋ฉด ๋‰ด์Šค์˜ ์นดํ…Œ๊ณ ๋ฆฌ๋ฅผ ์˜ˆ์ธก
label_map = {
'LABEL_0': 'IT/๊ณผํ•™',
'LABEL_1': '๊ฒฝ์ œ',
'LABEL_2': '์‚ฌํšŒ',
'LABEL_3': '์ƒํ™œ๋ฌธํ™”',
'LABEL_4': '์„ธ๊ณ„',
'LABEL_5': '์Šคํฌ์ธ ',
'LABEL_6': '์ •์น˜'
}
## 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: 256
- eval_batch_size: 256
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 5
### Training results
| Training Loss | Epoch | Step | Validation Loss | F1 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
| No log | 1.0 | 179 | 0.3909 | 0.8655 |
| No log | 2.0 | 358 | 0.3788 | 0.8684 |
| 0.3774 | 3.0 | 537 | 0.3629 | 0.8699 |
| 0.3774 | 4.0 | 716 | 0.3776 | 0.8667 |
| 0.3774 | 5.0 | 895 | 0.3745 | 0.8704 |
### Framework versions
- Transformers 4.36.2
- Pytorch 2.1.0+cu121
- Datasets 2.16.1
- Tokenizers 0.15.0