update model card README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
- precision
|
| 8 |
+
- recall
|
| 9 |
+
- f1
|
| 10 |
+
model-index:
|
| 11 |
+
- name: bert_sm_cv_summarized_4
|
| 12 |
+
results: []
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
+
|
| 18 |
+
# bert_sm_cv_summarized_4
|
| 19 |
+
|
| 20 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
| 21 |
+
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 1.9996
|
| 23 |
+
- Accuracy: 0.802
|
| 24 |
+
- Precision: 0.48
|
| 25 |
+
- Recall: 0.1846
|
| 26 |
+
- F1: 0.2667
|
| 27 |
+
- D-index: 1.4986
|
| 28 |
+
|
| 29 |
+
## Model description
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Intended uses & limitations
|
| 34 |
+
|
| 35 |
+
More information needed
|
| 36 |
+
|
| 37 |
+
## Training and evaluation data
|
| 38 |
+
|
| 39 |
+
More information needed
|
| 40 |
+
|
| 41 |
+
## Training procedure
|
| 42 |
+
|
| 43 |
+
### Training hyperparameters
|
| 44 |
+
|
| 45 |
+
The following hyperparameters were used during training:
|
| 46 |
+
- learning_rate: 5e-05
|
| 47 |
+
- train_batch_size: 16
|
| 48 |
+
- eval_batch_size: 16
|
| 49 |
+
- seed: 42
|
| 50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 51 |
+
- lr_scheduler_type: linear
|
| 52 |
+
- lr_scheduler_warmup_steps: 8000
|
| 53 |
+
- num_epochs: 20
|
| 54 |
+
- mixed_precision_training: Native AMP
|
| 55 |
+
|
| 56 |
+
### Training results
|
| 57 |
+
|
| 58 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | D-index |
|
| 59 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|
|
| 60 |
+
| No log | 1.0 | 250 | 0.4713 | 0.812 | 0.5814 | 0.1282 | 0.2101 | 1.4926 |
|
| 61 |
+
| 0.5708 | 2.0 | 500 | 0.4584 | 0.811 | 0.5625 | 0.1385 | 0.2222 | 1.4948 |
|
| 62 |
+
| 0.5708 | 3.0 | 750 | 0.4557 | 0.813 | 0.5769 | 0.1538 | 0.2429 | 1.5029 |
|
| 63 |
+
| 0.4231 | 4.0 | 1000 | 0.4700 | 0.81 | 0.5316 | 0.2154 | 0.3066 | 1.5202 |
|
| 64 |
+
| 0.4231 | 5.0 | 1250 | 0.4979 | 0.812 | 0.5385 | 0.2513 | 0.3427 | 1.5353 |
|
| 65 |
+
| 0.3292 | 6.0 | 1500 | 0.5337 | 0.816 | 0.5647 | 0.2462 | 0.3429 | 1.5389 |
|
| 66 |
+
| 0.3292 | 7.0 | 1750 | 0.6282 | 0.797 | 0.4615 | 0.2462 | 0.3211 | 1.5131 |
|
| 67 |
+
| 0.2218 | 8.0 | 2000 | 0.7182 | 0.805 | 0.5 | 0.2513 | 0.3345 | 1.5257 |
|
| 68 |
+
| 0.2218 | 9.0 | 2250 | 0.8488 | 0.809 | 0.5208 | 0.2564 | 0.3436 | 1.5329 |
|
| 69 |
+
| 0.1478 | 10.0 | 2500 | 0.9830 | 0.809 | 0.5294 | 0.1846 | 0.2738 | 1.5082 |
|
| 70 |
+
| 0.1478 | 11.0 | 2750 | 1.0302 | 0.79 | 0.4419 | 0.2923 | 0.3519 | 1.5193 |
|
| 71 |
+
| 0.077 | 12.0 | 3000 | 1.0467 | 0.795 | 0.4658 | 0.3487 | 0.3988 | 1.5452 |
|
| 72 |
+
| 0.077 | 13.0 | 3250 | 1.2609 | 0.803 | 0.4931 | 0.3641 | 0.4189 | 1.5612 |
|
| 73 |
+
| 0.0328 | 14.0 | 3500 | 1.4127 | 0.806 | 0.5044 | 0.2923 | 0.3701 | 1.5411 |
|
| 74 |
+
| 0.0328 | 15.0 | 3750 | 1.6626 | 0.802 | 0.4835 | 0.2256 | 0.3077 | 1.5128 |
|
| 75 |
+
| 0.0189 | 16.0 | 4000 | 1.7062 | 0.81 | 0.5362 | 0.1897 | 0.2803 | 1.5113 |
|
| 76 |
+
| 0.0189 | 17.0 | 4250 | 1.9225 | 0.809 | 0.54 | 0.1385 | 0.2204 | 1.4921 |
|
| 77 |
+
| 0.0214 | 18.0 | 4500 | 1.8228 | 0.81 | 0.5269 | 0.2513 | 0.3403 | 1.5325 |
|
| 78 |
+
| 0.0214 | 19.0 | 4750 | 1.9544 | 0.789 | 0.4355 | 0.2769 | 0.3386 | 1.5127 |
|
| 79 |
+
| 0.0184 | 20.0 | 5000 | 1.9996 | 0.802 | 0.48 | 0.1846 | 0.2667 | 1.4986 |
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
### Framework versions
|
| 83 |
+
|
| 84 |
+
- Transformers 4.28.0
|
| 85 |
+
- Pytorch 2.0.1+cu118
|
| 86 |
+
- Datasets 2.12.0
|
| 87 |
+
- Tokenizers 0.13.3
|