update model card README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,26 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: bert-base-uncased_crows_pairs_classifieronly
|
| 7 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -12,7 +29,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 12 |
|
| 13 |
# bert-base-uncased_crows_pairs_classifieronly
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|
|
@@ -39,6 +63,59 @@ The following hyperparameters were used during training:
|
|
| 39 |
- lr_scheduler_type: linear
|
| 40 |
- num_epochs: 50
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
### Framework versions
|
| 43 |
|
| 44 |
- Transformers 4.26.1
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
datasets:
|
| 6 |
+
- crows_pairs
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
model-index:
|
| 10 |
- name: bert-base-uncased_crows_pairs_classifieronly
|
| 11 |
+
results:
|
| 12 |
+
- task:
|
| 13 |
+
name: Text Classification
|
| 14 |
+
type: text-classification
|
| 15 |
+
dataset:
|
| 16 |
+
name: crows_pairs
|
| 17 |
+
type: crows_pairs
|
| 18 |
+
config: crows_pairs
|
| 19 |
+
split: test
|
| 20 |
+
args: crows_pairs
|
| 21 |
+
metrics:
|
| 22 |
+
- name: Accuracy
|
| 23 |
+
type: accuracy
|
| 24 |
+
value: 0.4735099337748344
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 29 |
|
| 30 |
# bert-base-uncased_crows_pairs_classifieronly
|
| 31 |
|
| 32 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the crows_pairs dataset.
|
| 33 |
+
It achieves the following results on the evaluation set:
|
| 34 |
+
- Loss: 0.6928
|
| 35 |
+
- Accuracy: 0.4735
|
| 36 |
+
- Tp: 0.3278
|
| 37 |
+
- Tn: 0.1457
|
| 38 |
+
- Fp: 0.3179
|
| 39 |
+
- Fn: 0.2086
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
|
|
|
| 63 |
- lr_scheduler_type: linear
|
| 64 |
- num_epochs: 50
|
| 65 |
|
| 66 |
+
### Training results
|
| 67 |
+
|
| 68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Tp | Tn | Fp | Fn |
|
| 69 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:------:|:------:|
|
| 70 |
+
| 0.7033 | 1.05 | 20 | 0.6951 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 71 |
+
| 0.7008 | 2.11 | 40 | 0.6951 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 72 |
+
| 0.6998 | 3.16 | 60 | 0.6939 | 0.4570 | 0.0 | 0.4570 | 0.0066 | 0.5364 |
|
| 73 |
+
| 0.6958 | 4.21 | 80 | 0.6948 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 74 |
+
| 0.7025 | 5.26 | 100 | 0.6981 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 75 |
+
| 0.7083 | 6.32 | 120 | 0.6917 | 0.5397 | 0.5364 | 0.0033 | 0.4603 | 0.0 |
|
| 76 |
+
| 0.7016 | 7.37 | 140 | 0.6939 | 0.4570 | 0.0 | 0.4570 | 0.0066 | 0.5364 |
|
| 77 |
+
| 0.7061 | 8.42 | 160 | 0.6984 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 78 |
+
| 0.698 | 9.47 | 180 | 0.6948 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 79 |
+
| 0.7009 | 10.53 | 200 | 0.6931 | 0.4967 | 0.1623 | 0.3344 | 0.1291 | 0.3742 |
|
| 80 |
+
| 0.7047 | 11.58 | 220 | 0.6998 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 81 |
+
| 0.6945 | 12.63 | 240 | 0.6935 | 0.4868 | 0.0364 | 0.4503 | 0.0132 | 0.5 |
|
| 82 |
+
| 0.708 | 13.68 | 260 | 0.6924 | 0.5364 | 0.5033 | 0.0331 | 0.4305 | 0.0331 |
|
| 83 |
+
| 0.7007 | 14.74 | 280 | 0.6935 | 0.4834 | 0.0331 | 0.4503 | 0.0132 | 0.5033 |
|
| 84 |
+
| 0.6999 | 15.79 | 300 | 0.6938 | 0.4636 | 0.0066 | 0.4570 | 0.0066 | 0.5298 |
|
| 85 |
+
| 0.6993 | 16.84 | 320 | 0.6939 | 0.4570 | 0.0 | 0.4570 | 0.0066 | 0.5364 |
|
| 86 |
+
| 0.7002 | 17.89 | 340 | 0.6953 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 87 |
+
| 0.7025 | 18.95 | 360 | 0.6956 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 88 |
+
| 0.7008 | 20.0 | 380 | 0.6905 | 0.5397 | 0.5364 | 0.0033 | 0.4603 | 0.0 |
|
| 89 |
+
| 0.7065 | 21.05 | 400 | 0.6970 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 90 |
+
| 0.6996 | 22.11 | 420 | 0.6954 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 91 |
+
| 0.7 | 23.16 | 440 | 0.6962 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 92 |
+
| 0.7028 | 24.21 | 460 | 0.6948 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 93 |
+
| 0.6924 | 25.26 | 480 | 0.6930 | 0.4834 | 0.2020 | 0.2815 | 0.1821 | 0.3344 |
|
| 94 |
+
| 0.6973 | 26.32 | 500 | 0.6941 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 95 |
+
| 0.6953 | 27.37 | 520 | 0.6938 | 0.4603 | 0.0033 | 0.4570 | 0.0066 | 0.5331 |
|
| 96 |
+
| 0.6971 | 28.42 | 540 | 0.6928 | 0.4735 | 0.3411 | 0.1325 | 0.3311 | 0.1954 |
|
| 97 |
+
| 0.7086 | 29.47 | 560 | 0.6924 | 0.5199 | 0.5066 | 0.0132 | 0.4503 | 0.0298 |
|
| 98 |
+
| 0.6959 | 30.53 | 580 | 0.6925 | 0.5066 | 0.4636 | 0.0430 | 0.4205 | 0.0728 |
|
| 99 |
+
| 0.7103 | 31.58 | 600 | 0.6919 | 0.5397 | 0.5364 | 0.0033 | 0.4603 | 0.0 |
|
| 100 |
+
| 0.7019 | 32.63 | 620 | 0.6916 | 0.5397 | 0.5364 | 0.0033 | 0.4603 | 0.0 |
|
| 101 |
+
| 0.6941 | 33.68 | 640 | 0.6935 | 0.4868 | 0.0364 | 0.4503 | 0.0132 | 0.5 |
|
| 102 |
+
| 0.6878 | 34.74 | 660 | 0.6959 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 103 |
+
| 0.6995 | 35.79 | 680 | 0.6954 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 104 |
+
| 0.6968 | 36.84 | 700 | 0.6916 | 0.5397 | 0.5364 | 0.0033 | 0.4603 | 0.0 |
|
| 105 |
+
| 0.6997 | 37.89 | 720 | 0.6921 | 0.5331 | 0.5265 | 0.0066 | 0.4570 | 0.0099 |
|
| 106 |
+
| 0.6975 | 38.95 | 740 | 0.6964 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 107 |
+
| 0.7026 | 40.0 | 760 | 0.6956 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 108 |
+
| 0.7057 | 41.05 | 780 | 0.6943 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 109 |
+
| 0.7028 | 42.11 | 800 | 0.6953 | 0.4636 | 0.0 | 0.4636 | 0.0 | 0.5364 |
|
| 110 |
+
| 0.6987 | 43.16 | 820 | 0.6938 | 0.4603 | 0.0033 | 0.4570 | 0.0066 | 0.5331 |
|
| 111 |
+
| 0.6973 | 44.21 | 840 | 0.6933 | 0.4868 | 0.0497 | 0.4371 | 0.0265 | 0.4868 |
|
| 112 |
+
| 0.7119 | 45.26 | 860 | 0.6930 | 0.4801 | 0.1788 | 0.3013 | 0.1623 | 0.3576 |
|
| 113 |
+
| 0.7041 | 46.32 | 880 | 0.6928 | 0.4967 | 0.3179 | 0.1788 | 0.2848 | 0.2185 |
|
| 114 |
+
| 0.7114 | 47.37 | 900 | 0.6926 | 0.4967 | 0.4139 | 0.0828 | 0.3808 | 0.1225 |
|
| 115 |
+
| 0.702 | 48.42 | 920 | 0.6929 | 0.4735 | 0.2318 | 0.2417 | 0.2219 | 0.3046 |
|
| 116 |
+
| 0.6945 | 49.47 | 940 | 0.6928 | 0.4735 | 0.3278 | 0.1457 | 0.3179 | 0.2086 |
|
| 117 |
+
|
| 118 |
+
|
| 119 |
### Framework versions
|
| 120 |
|
| 121 |
- Transformers 4.26.1
|