cocorooxinnn commited on
Commit
04da77b
·
verified ·
1 Parent(s): ffc9930

End of training

Browse files
Files changed (3) hide show
  1. README.md +10 -22
  2. adapter_config.json +1 -1
  3. adapter_model.safetensors +2 -2
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.5797
25
- - F1: 0.8211
26
- - Precision: 0.8667
27
- - Recall: 0.78
28
- - Accuracy: 0.83
29
 
30
  ## Model description
31
 
@@ -55,23 +55,11 @@ The following hyperparameters were used during training:
55
 
56
  ### Training results
57
 
58
- | Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
59
- |:-------------:|:------:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
60
- | 0.5858 | 0.1266 | 10 | 0.5755 | 0.8627 | 0.8462 | 0.88 | 0.86 |
61
- | 0.583 | 0.2532 | 20 | 0.5953 | 0.7294 | 0.8857 | 0.62 | 0.77 |
62
- | 0.5986 | 0.3797 | 30 | 0.5831 | 0.8085 | 0.8636 | 0.76 | 0.82 |
63
- | 0.5829 | 0.5063 | 40 | 0.5860 | 0.8571 | 0.8182 | 0.9 | 0.85 |
64
- | 0.5975 | 0.6329 | 50 | 0.5814 | 0.7865 | 0.8974 | 0.7 | 0.81 |
65
- | 0.5881 | 0.7595 | 60 | 0.5745 | 0.8654 | 0.8333 | 0.9 | 0.86 |
66
- | 0.5712 | 0.8861 | 70 | 0.5878 | 0.7957 | 0.8605 | 0.74 | 0.81 |
67
- | 0.5536 | 1.0127 | 80 | 0.5853 | 0.8085 | 0.8636 | 0.76 | 0.82 |
68
- | 0.5726 | 1.1392 | 90 | 0.5766 | 0.8485 | 0.8571 | 0.84 | 0.85 |
69
- | 0.5843 | 1.2658 | 100 | 0.5762 | 0.8485 | 0.8571 | 0.84 | 0.85 |
70
- | 0.5704 | 1.3924 | 110 | 0.5761 | 0.8298 | 0.8864 | 0.78 | 0.84 |
71
- | 0.5714 | 1.5190 | 120 | 0.5860 | 0.7727 | 0.8947 | 0.68 | 0.8 |
72
- | 0.5688 | 1.6456 | 130 | 0.5815 | 0.8132 | 0.9024 | 0.74 | 0.83 |
73
- | 0.5723 | 1.7722 | 140 | 0.5760 | 0.8298 | 0.8864 | 0.78 | 0.84 |
74
- | 0.5716 | 1.8987 | 150 | 0.5797 | 0.8211 | 0.8667 | 0.78 | 0.83 |
75
 
76
 
77
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.5896
25
+ - F1: 0.8467
26
+ - Precision: 0.8529
27
+ - Recall: 0.8406
28
+ - Accuracy: 0.86
29
 
30
  ## Model description
31
 
 
55
 
56
  ### Training results
57
 
58
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
59
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
60
+ | 0.5721 | 0.625 | 10 | 0.5962 | 0.8429 | 0.8310 | 0.8551 | 0.8533 |
61
+ | 0.5605 | 1.25 | 20 | 0.6015 | 0.768 | 0.8571 | 0.6957 | 0.8067 |
62
+ | 0.5767 | 1.875 | 30 | 0.5896 | 0.8467 | 0.8529 | 0.8406 | 0.86 |
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
 
65
  ### Framework versions
adapter_config.json CHANGED
@@ -25,8 +25,8 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "q_proj",
29
  "k_proj",
 
30
  "v_proj"
31
  ],
32
  "task_type": null,
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
 
28
  "k_proj",
29
+ "q_proj",
30
  "v_proj"
31
  ],
32
  "task_type": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7239a9513b1fde269ea07d925ba3df87e6d54b13cbd8c1d42f516117d1fa9fce
3
- size 29720112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b6759fc215572e29248331687b19461b9c73f413442db30087d53cedf56e9a0
3
+ size 29715788