Azirqui commited on
Commit
9b2f5fa
·
verified ·
1 Parent(s): 380dfc2

Model save

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Salesforce/codet5-small
5
+ tags:
6
+ - base_model:adapter:Salesforce/codet5-small
7
+ - lora
8
+ - transformers
9
+ metrics:
10
+ - rouge
11
+ model-index:
12
+ - name: codet5-python-summarizer
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # codet5-python-summarizer
20
+
21
+ This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.0106
24
+ - Rouge1: 0.9858
25
+ - Rouge2: 0.9799
26
+ - Rougel: 0.9859
27
+ - Rougelsum: 0.9858
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 3
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
59
+ | 0.0292 | 1.0 | 1230 | 0.0143 | 0.9825 | 0.9758 | 0.9825 | 0.9825 |
60
+ | 0.0149 | 2.0 | 2460 | 0.0114 | 0.9845 | 0.9782 | 0.9845 | 0.9845 |
61
+ | 0.0229 | 3.0 | 3690 | 0.0106 | 0.9858 | 0.9799 | 0.9859 | 0.9858 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - PEFT 0.18.1
67
+ - Transformers 4.44.2
68
+ - Pytorch 2.10.0+cu128
69
+ - Datasets 3.0.1
70
+ - Tokenizers 0.19.1