CodeTF
CodeTF copied to clipboard
CodeTF: One-stop Transformer Library for State-of-the-art Code LLM
Code utilities like AST parsing is one crucial feature of CodeTF. What are the programming languages currently supported and what is the roadmap to support many old languages like COBOL...
There appears to be an error in the file name that contains the base class used for the MBPPDataset dataset. It seems that the correct name should be "base_dataset" instead...
Just wondering how GGML fits into this project, if at all.
Based on the description, it supports the Defect prediction task using codeT5+. Could you please provide an example code?
Hi, thank you for your work. I'm trying to use CodeT5+ model types `plus-16B` and `plus-6B`. However, when running, I get an error: `ValueError: CodeT5pEncoderDecoderModel does not support "device_map='auto'". To...
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...
I'm using the following `pyproject.toml`: ```yaml [tool.poetry] name = "code-tf-test" version = "0.1.0" description = "" authors = ["Alex Levin "] readme = "README.md" packages = [{include = "code_tf_test"}] [tool.poetry.dependencies]...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...