saltudelft/codefill
Contains the code and data for our #ICSE2022 paper titled as "CodeFill: Multi-token Code Completion by Jointly Learning from Structure and Naming Sequences"
This tool helps software developers write code faster and with fewer errors. It takes the partially written code in your editor and suggests the next few words or even entire lines of code. Developers using Python will find this most useful for speeding up their daily coding tasks.
No commits in the last 6 months.
Use this if you are a software developer looking for highly accurate, multi-token code suggestions directly within your integrated development environment.
Not ideal if you are looking for a general-purpose natural language processing tool or if you work primarily with programming languages other than Python.
Stars
15
Forks
4
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
May 18, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/saltudelft/codefill"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
worldbank/REaLTabFormer
A suite of auto-regressive and Seq2Seq (sequence-to-sequence) transformer models for tabular and...
MagedSaeed/generate-sequences
A python package made to generate sequences (greedy and beam-search) from Pytorch (not...
tlkh/t2t-tuner
Convenient Text-to-Text Training for Transformers
NohTow/PPL-MCTS
Repository for the code of the "PPL-MCTS: Constrained Textual Generation Through...
styfeng/TinyDialogues
Code & data for the EMNLP 2024 paper: Is Child-Directed Speech Effective Training Data for...