End of training
Browse files- README.md +89 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: facebook/bart-large
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
- precision
|
| 9 |
+
- recall
|
| 10 |
+
model-index:
|
| 11 |
+
- name: bart-large-lora-no-grad
|
| 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 |
+
# bart-large-lora-no-grad
|
| 19 |
+
|
| 20 |
+
This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
|
| 21 |
+
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 1.0593
|
| 23 |
+
- Accuracy: 0.8366
|
| 24 |
+
- Precision: 0.8350
|
| 25 |
+
- Recall: 0.8366
|
| 26 |
+
- Precision Macro: 0.8149
|
| 27 |
+
- Recall Macro: 0.7856
|
| 28 |
+
- Macro Fpr: 0.0144
|
| 29 |
+
- Weighted Fpr: 0.0138
|
| 30 |
+
- Weighted Specificity: 0.9778
|
| 31 |
+
- Macro Specificity: 0.9876
|
| 32 |
+
- Weighted Sensitivity: 0.8366
|
| 33 |
+
- Macro Sensitivity: 0.7856
|
| 34 |
+
- F1 Micro: 0.8366
|
| 35 |
+
- F1 Macro: 0.7922
|
| 36 |
+
- F1 Weighted: 0.8329
|
| 37 |
+
|
| 38 |
+
## Model description
|
| 39 |
+
|
| 40 |
+
More information needed
|
| 41 |
+
|
| 42 |
+
## Intended uses & limitations
|
| 43 |
+
|
| 44 |
+
More information needed
|
| 45 |
+
|
| 46 |
+
## Training and evaluation data
|
| 47 |
+
|
| 48 |
+
More information needed
|
| 49 |
+
|
| 50 |
+
## Training procedure
|
| 51 |
+
|
| 52 |
+
### Training hyperparameters
|
| 53 |
+
|
| 54 |
+
The following hyperparameters were used during training:
|
| 55 |
+
- learning_rate: 5e-05
|
| 56 |
+
- train_batch_size: 8
|
| 57 |
+
- eval_batch_size: 8
|
| 58 |
+
- seed: 42
|
| 59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 60 |
+
- lr_scheduler_type: linear
|
| 61 |
+
- num_epochs: 15
|
| 62 |
+
|
| 63 |
+
### Training results
|
| 64 |
+
|
| 65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | Precision Macro | Recall Macro | Macro Fpr | Weighted Fpr | Weighted Specificity | Macro Specificity | Weighted Sensitivity | Macro Sensitivity | F1 Micro | F1 Macro | F1 Weighted |
|
| 66 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:---------------:|:------------:|:---------:|:------------:|:--------------------:|:-----------------:|:--------------------:|:-----------------:|:--------:|:--------:|:-----------:|
|
| 67 |
+
| 1.3548 | 1.0 | 643 | 0.7811 | 0.7568 | 0.7272 | 0.7568 | 0.4206 | 0.4734 | 0.0234 | 0.0224 | 0.9682 | 0.9817 | 0.7568 | 0.4734 | 0.7568 | 0.4364 | 0.7359 |
|
| 68 |
+
| 0.7738 | 2.0 | 1286 | 0.6572 | 0.7893 | 0.7848 | 0.7893 | 0.6529 | 0.5639 | 0.0196 | 0.0187 | 0.9732 | 0.9842 | 0.7893 | 0.5639 | 0.7893 | 0.5618 | 0.7783 |
|
| 69 |
+
| 0.6874 | 3.0 | 1929 | 0.6485 | 0.8009 | 0.7994 | 0.8009 | 0.6224 | 0.6498 | 0.0179 | 0.0174 | 0.9767 | 0.9852 | 0.8009 | 0.6498 | 0.8009 | 0.6248 | 0.7948 |
|
| 70 |
+
| 0.502 | 4.0 | 2572 | 0.6912 | 0.8257 | 0.8216 | 0.8257 | 0.7661 | 0.7399 | 0.0158 | 0.0149 | 0.9738 | 0.9866 | 0.8257 | 0.7399 | 0.8257 | 0.7393 | 0.8182 |
|
| 71 |
+
| 0.4443 | 5.0 | 3215 | 0.6655 | 0.8350 | 0.8324 | 0.8350 | 0.7584 | 0.7344 | 0.0146 | 0.0139 | 0.9781 | 0.9875 | 0.8350 | 0.7344 | 0.8350 | 0.7352 | 0.8308 |
|
| 72 |
+
| 0.3903 | 6.0 | 3858 | 0.7269 | 0.8304 | 0.8288 | 0.8304 | 0.7500 | 0.7407 | 0.0149 | 0.0144 | 0.9789 | 0.9873 | 0.8304 | 0.7407 | 0.8304 | 0.7363 | 0.8261 |
|
| 73 |
+
| 0.3398 | 7.0 | 4501 | 0.8292 | 0.8218 | 0.8264 | 0.8218 | 0.8274 | 0.7793 | 0.0161 | 0.0152 | 0.9752 | 0.9865 | 0.8218 | 0.7793 | 0.8218 | 0.7883 | 0.8163 |
|
| 74 |
+
| 0.2818 | 8.0 | 5144 | 0.8360 | 0.8218 | 0.8240 | 0.8218 | 0.8251 | 0.7683 | 0.0159 | 0.0152 | 0.9767 | 0.9866 | 0.8218 | 0.7683 | 0.8218 | 0.7744 | 0.8178 |
|
| 75 |
+
| 0.2572 | 9.0 | 5787 | 0.8456 | 0.8342 | 0.8328 | 0.8342 | 0.7999 | 0.7735 | 0.0146 | 0.0140 | 0.9787 | 0.9875 | 0.8342 | 0.7735 | 0.8342 | 0.7768 | 0.8310 |
|
| 76 |
+
| 0.2594 | 10.0 | 6430 | 0.8724 | 0.8428 | 0.8414 | 0.8428 | 0.8149 | 0.7891 | 0.0138 | 0.0132 | 0.9790 | 0.9881 | 0.8428 | 0.7891 | 0.8428 | 0.7955 | 0.8396 |
|
| 77 |
+
| 0.208 | 11.0 | 7073 | 0.9797 | 0.8335 | 0.8339 | 0.8335 | 0.8092 | 0.7870 | 0.0148 | 0.0141 | 0.9774 | 0.9874 | 0.8335 | 0.7870 | 0.8335 | 0.7896 | 0.8303 |
|
| 78 |
+
| 0.1786 | 12.0 | 7716 | 1.0180 | 0.8311 | 0.8323 | 0.8311 | 0.8100 | 0.7846 | 0.0149 | 0.0143 | 0.9777 | 0.9873 | 0.8311 | 0.7846 | 0.8311 | 0.7906 | 0.8285 |
|
| 79 |
+
| 0.1556 | 13.0 | 8359 | 1.0392 | 0.8358 | 0.8335 | 0.8358 | 0.8040 | 0.7830 | 0.0146 | 0.0138 | 0.9773 | 0.9875 | 0.8358 | 0.7830 | 0.8358 | 0.7876 | 0.8321 |
|
| 80 |
+
| 0.1419 | 14.0 | 9002 | 1.0568 | 0.8381 | 0.8362 | 0.8381 | 0.8110 | 0.7855 | 0.0143 | 0.0136 | 0.9779 | 0.9877 | 0.8381 | 0.7855 | 0.8381 | 0.7917 | 0.8349 |
|
| 81 |
+
| 0.1251 | 15.0 | 9645 | 1.0593 | 0.8366 | 0.8350 | 0.8366 | 0.8149 | 0.7856 | 0.0144 | 0.0138 | 0.9778 | 0.9876 | 0.8366 | 0.7856 | 0.8366 | 0.7922 | 0.8329 |
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
### Framework versions
|
| 85 |
+
|
| 86 |
+
- Transformers 4.35.2
|
| 87 |
+
- Pytorch 2.1.0+cu121
|
| 88 |
+
- Datasets 2.19.0
|
| 89 |
+
- Tokenizers 0.15.1
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 34854640
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69e89a7150c0255e77148dd701120c341ac8009fb0b0a27aa3904f8d73a42892
|
| 3 |
size 34854640
|