Jayveersinh-Raj/code_generation_gpt2
Fine tuning a gpt2 model for code generation/completion. This is the work under Advanced Engineering School (AES) Innopolis University. Data and model is not open source, the prototyping is for learning purposes.
This project helps software developers train a custom GPT-2 model to generate or complete code. By providing a dataset of code snippets, you can fine-tune the model to understand specific programming patterns and suggest code based on your input. The result is a specialized code-completion tool tailored to your particular coding style or domain.
No commits in the last 6 months.
Use this if you are a developer looking to build or experiment with a custom code generation tool by fine-tuning a GPT-2 model on your specific code data.
Not ideal if you are looking for an out-of-the-box, ready-to-use code completion tool without needing to train or configure a machine learning model yourself.
Stars
7
Forks
—
Language
Python
License
—
Category
Last pushed
May 13, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Jayveersinh-Raj/code_generation_gpt2"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
k4black/codebleu
Pip compatible CodeBLEU metric implementation available for linux/macos/win
LiveCodeBench/LiveCodeBench
Official repository for the paper "LiveCodeBench: Holistic and Contamination Free Evaluation of...
EdinburghNLP/code-docstring-corpus
Preprocessed Python functions and docstrings for automated code documentation (code2doc) and...
hendrycks/apps
APPS: Automated Programming Progress Standard (NeurIPS 2021)
solis-team/Hydra
[FSE 2026] Do Not Treat Code as Natural Language: Implications for Repository-Level Code...