Model save
Browse files- README.md +72 -0
- model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: klue/roberta-base
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
model-index:
|
| 8 |
+
- name: roberta-interview-intent
|
| 9 |
+
results: []
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
+
|
| 15 |
+
# roberta-interview-intent
|
| 16 |
+
|
| 17 |
+
This model is a fine-tuned version of [klue/roberta-base](https://huggingface.co/klue/roberta-base) on the None dataset.
|
| 18 |
+
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 1.8618
|
| 20 |
+
- Accuracy: 0.6771
|
| 21 |
+
- Macro F1: 0.4469
|
| 22 |
+
- Weighted F1: 0.6798
|
| 23 |
+
|
| 24 |
+
## Model description
|
| 25 |
+
|
| 26 |
+
More information needed
|
| 27 |
+
|
| 28 |
+
## Intended uses & limitations
|
| 29 |
+
|
| 30 |
+
More information needed
|
| 31 |
+
|
| 32 |
+
## Training and evaluation data
|
| 33 |
+
|
| 34 |
+
More information needed
|
| 35 |
+
|
| 36 |
+
## Training procedure
|
| 37 |
+
|
| 38 |
+
### Training hyperparameters
|
| 39 |
+
|
| 40 |
+
The following hyperparameters were used during training:
|
| 41 |
+
- learning_rate: 2e-05
|
| 42 |
+
- train_batch_size: 32
|
| 43 |
+
- eval_batch_size: 32
|
| 44 |
+
- seed: 42
|
| 45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
+
- lr_scheduler_type: linear
|
| 47 |
+
- lr_scheduler_warmup_ratio: 0.06
|
| 48 |
+
- num_epochs: 10
|
| 49 |
+
- mixed_precision_training: Native AMP
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Macro F1 | Weighted F1 |
|
| 54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|
|
| 55 |
+
| 1.8294 | 1.0 | 859 | 1.4177 | 0.6630 | 0.3062 | 0.6381 |
|
| 56 |
+
| 0.7746 | 2.0 | 1718 | 1.3270 | 0.6777 | 0.3558 | 0.6590 |
|
| 57 |
+
| 0.5419 | 3.0 | 2577 | 1.3263 | 0.6806 | 0.4224 | 0.6715 |
|
| 58 |
+
| 0.3855 | 4.0 | 3436 | 1.4520 | 0.6775 | 0.4342 | 0.6726 |
|
| 59 |
+
| 0.2805 | 5.0 | 4295 | 1.5418 | 0.6775 | 0.4364 | 0.6767 |
|
| 60 |
+
| 0.2026 | 6.0 | 5154 | 1.5926 | 0.6734 | 0.4439 | 0.6771 |
|
| 61 |
+
| 0.1448 | 7.0 | 6013 | 1.7215 | 0.6775 | 0.4451 | 0.6802 |
|
| 62 |
+
| 0.106 | 8.0 | 6872 | 1.8030 | 0.6728 | 0.4492 | 0.6781 |
|
| 63 |
+
| 0.0778 | 9.0 | 7731 | 1.8198 | 0.6806 | 0.4518 | 0.6828 |
|
| 64 |
+
| 0.0611 | 10.0 | 8590 | 1.8618 | 0.6771 | 0.4469 | 0.6798 |
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
### Framework versions
|
| 68 |
+
|
| 69 |
+
- Transformers 4.40.2
|
| 70 |
+
- Pytorch 2.8.0+cu128
|
| 71 |
+
- Datasets 2.19.0
|
| 72 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442656544
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:615522873eb526a07ad5e6aad6935985525dd39656b01f330ad5aae99ce48649
|
| 3 |
size 442656544
|