salesforce / CodeTF

CodeTF: One-stop Transformer Library for State-of-the-art Code LLM
Apache License 2.0
1.46k stars 101 forks source link

Missing `import BaseDataset` for codexglue_dataset.py #22

Closed acforvs closed 1 year ago

acforvs commented 1 year ago

Is there a missing import

from codetf.data_utility.base_dataset import BaseDataset

that should be added here? https://github.com/salesforce/CodeTF/blob/main/codetf/data_utility/codexglue_dataset.py#L1

I can send a PR if the fix looks reasonable!