rajevan123 commited on
Commit
27dc463
·
verified ·
1 Parent(s): d2cb96f

End of training

Browse files
Files changed (2) hide show
  1. README.md +91 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ base_model: deepset/roberta-base-squad2
9
+ model-index:
10
+ - name: STS-Lora-Fine-Tuning-Capstone-roberta-base-deepset-test-111-with-higher-r-mid
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # STS-Lora-Fine-Tuning-Capstone-roberta-base-deepset-test-111-with-higher-r-mid
18
+
19
+ This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.0593
22
+ - Accuracy: 0.5627
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 3e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 30
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 297 | 1.2901 | 0.4489 |
54
+ | 1.2919 | 2.0 | 594 | 1.1817 | 0.4931 |
55
+ | 1.2919 | 3.0 | 891 | 1.1639 | 0.4996 |
56
+ | 1.0546 | 4.0 | 1188 | 1.1222 | 0.5221 |
57
+ | 1.0546 | 5.0 | 1485 | 1.1199 | 0.5279 |
58
+ | 0.9971 | 6.0 | 1782 | 1.1256 | 0.5257 |
59
+ | 0.9606 | 7.0 | 2079 | 1.0944 | 0.5439 |
60
+ | 0.9606 | 8.0 | 2376 | 1.1414 | 0.5323 |
61
+ | 0.9423 | 9.0 | 2673 | 1.0932 | 0.5337 |
62
+ | 0.9423 | 10.0 | 2970 | 1.1029 | 0.5468 |
63
+ | 0.9171 | 11.0 | 3267 | 1.0914 | 0.5330 |
64
+ | 0.9069 | 12.0 | 3564 | 1.0582 | 0.5533 |
65
+ | 0.9069 | 13.0 | 3861 | 1.0677 | 0.5526 |
66
+ | 0.8954 | 14.0 | 4158 | 1.0817 | 0.5460 |
67
+ | 0.8954 | 15.0 | 4455 | 1.0703 | 0.5526 |
68
+ | 0.8926 | 16.0 | 4752 | 1.0724 | 0.5555 |
69
+ | 0.8845 | 17.0 | 5049 | 1.0583 | 0.5591 |
70
+ | 0.8845 | 18.0 | 5346 | 1.0749 | 0.5620 |
71
+ | 0.8666 | 19.0 | 5643 | 1.0559 | 0.5518 |
72
+ | 0.8666 | 20.0 | 5940 | 1.0660 | 0.5591 |
73
+ | 0.8602 | 21.0 | 6237 | 1.0620 | 0.5533 |
74
+ | 0.8582 | 22.0 | 6534 | 1.0891 | 0.5591 |
75
+ | 0.8582 | 23.0 | 6831 | 1.0565 | 0.5656 |
76
+ | 0.8539 | 24.0 | 7128 | 1.0680 | 0.5591 |
77
+ | 0.8539 | 25.0 | 7425 | 1.0556 | 0.5620 |
78
+ | 0.8551 | 26.0 | 7722 | 1.0605 | 0.5569 |
79
+ | 0.8512 | 27.0 | 8019 | 1.0560 | 0.5635 |
80
+ | 0.8512 | 28.0 | 8316 | 1.0552 | 0.5627 |
81
+ | 0.8505 | 29.0 | 8613 | 1.0599 | 0.5613 |
82
+ | 0.8505 | 30.0 | 8910 | 1.0593 | 0.5627 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - PEFT 0.10.0
88
+ - Transformers 4.38.2
89
+ - Pytorch 2.2.1+cu121
90
+ - Datasets 2.18.0
91
+ - Tokenizers 0.15.2
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2778b206aacceccb0542b2d831224e70c9df9a0dec4501e6cf2294a3b10c313
3
  size 3567808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32cac7d37f6f37a461e25ddccfb4723af4f355ba5baa4942041f2439a24f2fc4
3
  size 3567808