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_defined_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_defined_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.8001
|
| 23 |
+
- Accuracy: 0.801
|
| 24 |
+
- Precision: 0.4677
|
| 25 |
+
- Recall: 0.1487
|
| 26 |
+
- F1: 0.2257
|
| 27 |
+
- D-index: 1.4847
|
| 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.4931 | 0.805 | 0.5 | 0.0308 | 0.0580 | 1.4481 |
|
| 61 |
+
| 0.5724 | 2.0 | 500 | 0.4850 | 0.806 | 0.5263 | 0.0513 | 0.0935 | 1.4569 |
|
| 62 |
+
| 0.5724 | 3.0 | 750 | 0.4842 | 0.811 | 0.6 | 0.0923 | 0.16 | 1.4785 |
|
| 63 |
+
| 0.4468 | 4.0 | 1000 | 0.4954 | 0.81 | 0.5806 | 0.0923 | 0.1593 | 1.4771 |
|
| 64 |
+
| 0.4468 | 5.0 | 1250 | 0.5307 | 0.81 | 0.5862 | 0.0872 | 0.1518 | 1.4753 |
|
| 65 |
+
| 0.381 | 6.0 | 1500 | 0.5312 | 0.809 | 0.5455 | 0.1231 | 0.2008 | 1.4866 |
|
| 66 |
+
| 0.381 | 7.0 | 1750 | 0.5354 | 0.807 | 0.5161 | 0.1641 | 0.2490 | 1.4983 |
|
| 67 |
+
| 0.283 | 8.0 | 2000 | 0.7003 | 0.811 | 0.6364 | 0.0718 | 0.1290 | 1.4712 |
|
| 68 |
+
| 0.283 | 9.0 | 2250 | 0.7079 | 0.798 | 0.4568 | 0.1897 | 0.2681 | 1.4949 |
|
| 69 |
+
| 0.1621 | 10.0 | 2500 | 0.9032 | 0.8 | 0.4603 | 0.1487 | 0.2248 | 1.4833 |
|
| 70 |
+
| 0.1621 | 11.0 | 2750 | 1.0875 | 0.797 | 0.4474 | 0.1744 | 0.2509 | 1.4881 |
|
| 71 |
+
| 0.0678 | 12.0 | 3000 | 1.2256 | 0.769 | 0.3861 | 0.3128 | 0.3456 | 1.4975 |
|
| 72 |
+
| 0.0678 | 13.0 | 3250 | 1.6378 | 0.793 | 0.4 | 0.1231 | 0.1882 | 1.4645 |
|
| 73 |
+
| 0.039 | 14.0 | 3500 | 1.7475 | 0.767 | 0.2841 | 0.1282 | 0.1767 | 1.4301 |
|
| 74 |
+
| 0.039 | 15.0 | 3750 | 1.8575 | 0.804 | 0.4848 | 0.0821 | 0.1404 | 1.4652 |
|
| 75 |
+
| 0.0295 | 16.0 | 4000 | 1.8151 | 0.775 | 0.3370 | 0.1590 | 0.2160 | 1.4522 |
|
| 76 |
+
| 0.0295 | 17.0 | 4250 | 1.8788 | 0.795 | 0.4219 | 0.1385 | 0.2085 | 1.4728 |
|
| 77 |
+
| 0.0416 | 18.0 | 4500 | 1.8193 | 0.765 | 0.3462 | 0.2308 | 0.2769 | 1.4636 |
|
| 78 |
+
| 0.0416 | 19.0 | 4750 | 1.6942 | 0.788 | 0.3896 | 0.1538 | 0.2206 | 1.4685 |
|
| 79 |
+
| 0.0322 | 20.0 | 5000 | 1.8001 | 0.801 | 0.4677 | 0.1487 | 0.2257 | 1.4847 |
|
| 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
|