stmnk commited on
Commit
9fc1e2c
1 Parent(s): 72d897a

update card

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -14,7 +14,15 @@ metrics:
14
  - code-x-bleu
15
  ---
16
 
 
17
 
18
- See [this w&b report](https://wandb.ai/stmnk/CodeT5/reports/Code-T5-code_x_glue_code2text--VmlldzoxMjM4MTUy?accessToken=5stsbg6bn2x0m6svrosxtq0zv3vhlgzr4cjcyapw52xq5puc09wo6f8li40ln7fm) for fine-tuning metrics.
 
 
 
 
 
 
 
 
19
 
20
- <!-- <iframe src="https://wandb.ai/stmnk/CodeT5/reports/Code-T5-code_x_glue_code2text--VmlldzoxMjM4MTUy" style="border:none;height:1024px;width:100%"> -->
 
14
  - code-x-bleu
15
  ---
16
 
17
+ pretrained model: https://huggingface.co/Salesforce/codet5-small
18
 
19
+ finetuning dataset: https://huggingface.co/datasets/code_x_glue_ct_code_to_text (only the python split)
20
+
21
+ official inference check point (for comparison, using base, not small, size): https://storage.googleapis.com/sfr-codet5-data-research/finetuned_models/summarize_python_codet5_base.bin
22
+
23
+ for fine-tuning process metrics see [this w&b report](https://wandb.ai/stmnk/CodeT5/reports/Code-T5-code_x_glue_code2text--VmlldzoxMjM4MTUy?accessToken=5stsbg6bn2x0m6svrosxtq0zv3vhlgzr4cjcyapw52xq5puc09wo6f8li40ln7fm)
24
+
25
+
26
+
27
+ <!-- <iframe src="https://wandb.ai/stmnk/CodeT5/reports/Code-T5-code_x_glue_code2text--VmlldzoxMjM4MTUy" style="border:none;height:1024px;width:100%"> -->
28