Paul

Results 6 issues of Paul

While working with this lib I encounter some problems that I want to fix in this pr

cla:missing

I tried to run the demo example for fine tuning the CodeT5+ Model in the README but set the CodeXGlue dataset from `text-to-code` to `code-to-text`. It would be helpful to...

I tried to run the demo example for fine tuning the CodeT5+ Model in the README ```python from codetf.trainer.codet5_trainer import CodeT5Seq2SeqTrainer from codetf.data_utility.codexglue_dataset import CodeXGLUEDataset from codetf.models import load_model_pipeline from...

I tried to run the demo example for fine tuning the CodeT5+ Model in the README with the peft changed to `prefixtuning` ```python from codetf.trainer.codet5_trainer import CodeT5Seq2SeqTrainer from codetf.data_utility.codexglue_dataset import...

add the metrics chrF and TER for the [sacrebleu](https://github.com/mjpost/sacrebleu) lib.

cla:signed

https://github.com/salesforce/CodeTF/blob/main/codetf/performance/evaluation_metric.py would it be possible to extend the existing example of training and inference with the evaluation. If u give me a short example or explanation, I could make a...