SOTAagi2030/CodeGenModel-Best
CodeGenModel
<!-- markdownlint-disable first-line-h1 --> <!-- markdownlint-disable html --> <!-- markdownlint-disable no-duplicate-header -->
<div align="center"> <img src="figures/fig1.png" width="60%" alt="CodeGenModel" /> </div> <hr>
<div align="center" style="line-height: 1;"> <a href="LICENSE" style="margin: 2px;"> <img alt="License" src="figures/fig2.png" style="display: inline-block; vertical-align: middle;"/> </a> </div>
1. Introduction
CodeGenModel is specialized for code generation tasks. This model has been selected as the best checkpoint based on code generation benchmark performance.
<p align="center"> <img width="80%" src="figures/fig3.png"> </p>
The model demonstrates outstanding performance in code-related tasks while maintaining strong general capabilities.
2. Evaluation Results
Comprehensive Benchmark Results
<div align="center">
</div>
Overall Performance Summary
CodeGenModel achieves top performance on code generation tasks among all checkpoints in this training run.
3. How to Use
Installation
pip install transformersQuick Start
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("CodeGenModel")
tokenizer = AutoTokenizer.from_pretrained("CodeGenModel")4. License
This repository is licensed under the MIT License.
5. Contact
Open an issue on our GitHub for questions.
