Paul
Paul
While working with this lib I encounter some problems that I want to fix in this pr
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.
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...
It would be helpful if the owner (user) of a FlexibleServersDatabase (PostgreSQL) could be specified. Additionally, it would be also helpful if additional users with can be specified with permissions...
**Describe the current behavior** It seems that the current behaviour only allows the assignment of roles that are written in lowercase to a user. This results in an error that...
**Describe the current behavior** The behaviour is not fully understood. It seems that there is a restriction when creating additional [users](https://azure.github.io/azure-service-operator/reference/dbforpostgresql/v1/#dbforpostgresql.azure.com/v1.User) regarding the password. **Describe the improvement** It would be...