AdnanRiaz107
commited on
Commit
·
90ea65e
1
Parent(s):
c1d1e78
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
base_model: microsoft/codebert-base
|
6 |
+
model-index:
|
7 |
+
- name: codebertbasePEFTLORA-finetuned-the-stack-bash
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# codebertbasePEFTLORA-finetuned-the-stack-bash
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 5.6253
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 5e-05
|
38 |
+
- train_batch_size: 1
|
39 |
+
- eval_batch_size: 1
|
40 |
+
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 4
|
42 |
+
- total_train_batch_size: 4
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: cosine
|
45 |
+
- lr_scheduler_warmup_steps: 100
|
46 |
+
- training_steps: 10000
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
52 |
+
| 8.0071 | 0.05 | 500 | 7.3041 |
|
53 |
+
| 6.7238 | 0.1 | 1000 | 6.7353 |
|
54 |
+
| 6.0485 | 0.15 | 1500 | 6.4389 |
|
55 |
+
| 7.5991 | 0.2 | 2000 | 6.1635 |
|
56 |
+
| 7.0524 | 0.25 | 2500 | 6.0566 |
|
57 |
+
| 6.4077 | 0.3 | 3000 | 5.9759 |
|
58 |
+
| 6.2579 | 0.35 | 3500 | 5.9255 |
|
59 |
+
| 6.2236 | 0.4 | 4000 | 5.9026 |
|
60 |
+
| 6.6512 | 0.45 | 4500 | 5.7760 |
|
61 |
+
| 6.0908 | 0.5 | 5000 | 5.7303 |
|
62 |
+
| 6.3444 | 0.55 | 5500 | 5.6846 |
|
63 |
+
| 7.097 | 0.6 | 6000 | 5.7699 |
|
64 |
+
| 5.9796 | 0.65 | 6500 | 5.6752 |
|
65 |
+
| 5.2663 | 0.7 | 7000 | 5.7492 |
|
66 |
+
| 6.065 | 0.75 | 7500 | 5.6354 |
|
67 |
+
| 6.5333 | 0.8 | 8000 | 5.6294 |
|
68 |
+
| 6.1995 | 0.85 | 8500 | 5.6278 |
|
69 |
+
| 6.0109 | 0.9 | 9000 | 5.6193 |
|
70 |
+
| 5.8204 | 0.95 | 9500 | 5.6142 |
|
71 |
+
| 6.7558 | 1.0 | 10000 | 5.6253 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- PEFT 0.7.2.dev0
|
77 |
+
- Transformers 4.37.0.dev0
|
78 |
+
- Pytorch 2.1.0+cu118
|
79 |
+
- Datasets 2.15.0
|
80 |
+
- Tokenizers 0.15.0
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3550496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e07734df969684f6529fc81ff3c7223df046efe34f98ab244f7334774dd27747
|
3 |
size 3550496
|
runs/Dec14_13-26-46_60b5dac862c4/events.out.tfevents.1702560416.60b5dac862c4.740.1
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b5b50acae44f6f669e7b307b38f24e87cf2d2452cd6e58c1d8b2f2ac6d50234
|
3 |
+
size 167646
|