k4black commited on
Commit
07f27dc
1 Parent(s): 73ca5d4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ - bleu
8
+ model-index:
9
+ - name: Salesforce-codet5-small-CodeXGLUE-CONCODE-test
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # Salesforce-codet5-small-CodeXGLUE-CONCODE-test
17
+
18
+ This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.8508
21
+ - Exact Match: 0.156
22
+ - Rouge1: 0.5559
23
+ - Rouge2: 0.3857
24
+ - Rougel: 0.5378
25
+ - Rougelsum: 0.5465
26
+ - Bleu: 0.1246
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 0.001
46
+ - train_batch_size: 32
47
+ - eval_batch_size: 32
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_ratio: 0.05
52
+ - num_epochs: 1
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Exact Match | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu |
58
+ |:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|:------:|:------:|:---------:|:------:|
59
+ | 1.3563 | 0.16 | 500 | 1.1652 | 0.1115 | 0.5098 | 0.3191 | 0.4915 | 0.4982 | 0.1088 |
60
+ | 0.9656 | 0.32 | 1000 | 1.0435 | 0.1245 | 0.5246 | 0.3444 | 0.5075 | 0.5145 | 0.1164 |
61
+ | 0.8627 | 0.48 | 1500 | 0.9851 | 0.121 | 0.5275 | 0.3420 | 0.5074 | 0.5154 | 0.1132 |
62
+ | 0.7718 | 0.64 | 2000 | 0.9288 | 0.1385 | 0.5334 | 0.3589 | 0.5174 | 0.5242 | 0.1206 |
63
+ | 0.7237 | 0.8 | 2500 | 0.8867 | 0.1495 | 0.5505 | 0.3762 | 0.5328 | 0.5406 | 0.1208 |
64
+ | 0.6812 | 0.96 | 3000 | 0.8508 | 0.156 | 0.5559 | 0.3857 | 0.5378 | 0.5465 | 0.1246 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.27.1
70
+ - Pytorch 1.12.1+cu113
71
+ - Datasets 2.10.1
72
+ - Tokenizers 0.13.2