├── Benchmark ├── APPS.md ├── CodeContest.md ├── CodeXGLUE.md ├── DS-1000.md ├── DeepFix.md ├── HumanEval-X.md ├── HumanEval.md ├── MBPP.md ├── MTPB.md ├── ODEX.md ├── TransCoder.md ├── Xlcost.md ├── assets │ ├── image-20230421225936625.png │ ├── image-20230421225953961.png │ ├── image-20230422225836747.png │ ├── image-20230422230412417.png │ ├── image-20230423000151010.png │ ├── image-20230423012029078.png │ ├── image-20230423012648698.png │ ├── image-20230423015409092.png │ ├── image-20230423121658255.png │ ├── image-20230423122809522.png │ ├── image-20230423154741446.png │ ├── image-20230423160022810.png │ └── image-20230423163038500.png └── paper │ ├── 1-HumanEval.pdf │ ├── 10-XLCoST.pdf │ ├── 11-DS-1000.pdf │ ├── 12-ODEX.pdf │ ├── 2-APPS.pdf │ ├── 3-MBPP.pdf │ ├── 4-CodeXGLUE.pdf │ ├── 5-CodeContest.pdf │ ├── 6-TransCoder.pdf │ ├── 7-DeepFix.pdf │ ├── 8-MTPB.pdf │ └── 9-HumanEval-X.pdf ├── Dataset ├── BigPython.md ├── BigQuery.md ├── CodeParrot.md ├── CodeSearchNet.md ├── Collected.md ├── PolyCoder.md ├── ProjectCodeNet.md ├── The-Pile.md ├── The-Stack.md └── assets │ ├── image-20230423224659924.png │ ├── image-20230423224747221.png │ ├── image-20230424035634490.png │ └── image-20230424035831476.png ├── Model ├── 0-Template.md ├── 1-CodeX.md ├── 10.11-CodeGen.md ├── 12-CodeGeeX(THU).md ├── 13-CodeT.md ├── 14-AixCoder.md ├── 15-Pangu-Coder.md ├── 16-ERNIE-code.md ├── 2-Tabnine.md ├── 3-AlphaCode(DeepMind).md ├── 4-PaLM-Coder(Google).md ├── 5-PolyCoder(CMU).md ├── 6-GPT-Neo.md ├── 7-GPT-NeoX.md ├── 8-GPT-J.md ├── 9-Incoder(Meta).md ├── assets │ ├── image-20230421174400136.png │ ├── image-20230421174418526.png │ ├── image-20230421175522321.png │ ├── image-20230421222510735.png │ ├── image-20230421222907053.png │ ├── image-20230423205217208.png │ ├── image-20230423215737980.png │ ├── image-20230424001003375.png │ ├── image-20230424001126423.png │ ├── image-20230424001209730.png │ ├── image-20230424001222007.png │ └── image-20230424005717649.png └── paper │ ├── 1-Codex.pdf │ ├── 10.11-CODEGEN.pdf │ ├── 12-CodeGeeX.pdf │ ├── 15-PANGU-CODER.pdf │ ├── 16-ERNIE-code.pdf │ ├── 3-AlphaCode.pdf │ ├── 4-PaLM-Coder.pdf │ ├── 5-PolyCoder.pdf │ ├── 7-GPT-NeoX-20B.pdf │ └── 9-INCODER.pdf ├── Other ├── Future.md ├── Why Decoder Only.md └── assets │ ├── image-20230423021959257.png │ └── image-20230424055525535.png ├── README.md └── assets ├── LLMS.png ├── image-20230421162918289.png ├── image-20230421174400136.png ├── image-20230421174418526.png ├── image-20230421175522321.png ├── image-20230424051103387.png └── image-20230424054009632.png /Benchmark/APPS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/APPS.md -------------------------------------------------------------------------------- /Benchmark/CodeContest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/CodeContest.md -------------------------------------------------------------------------------- /Benchmark/CodeXGLUE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/CodeXGLUE.md -------------------------------------------------------------------------------- /Benchmark/DS-1000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/DS-1000.md -------------------------------------------------------------------------------- /Benchmark/DeepFix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/DeepFix.md -------------------------------------------------------------------------------- /Benchmark/HumanEval-X.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/HumanEval-X.md -------------------------------------------------------------------------------- /Benchmark/HumanEval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/HumanEval.md -------------------------------------------------------------------------------- /Benchmark/MBPP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/MBPP.md -------------------------------------------------------------------------------- /Benchmark/MTPB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/MTPB.md -------------------------------------------------------------------------------- /Benchmark/ODEX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/ODEX.md -------------------------------------------------------------------------------- /Benchmark/TransCoder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/TransCoder.md -------------------------------------------------------------------------------- /Benchmark/Xlcost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/Xlcost.md -------------------------------------------------------------------------------- /Benchmark/assets/image-20230421225936625.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230421225936625.png -------------------------------------------------------------------------------- /Benchmark/assets/image-20230421225953961.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230421225953961.png -------------------------------------------------------------------------------- /Benchmark/assets/image-20230422225836747.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230422225836747.png -------------------------------------------------------------------------------- /Benchmark/assets/image-20230422230412417.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230422230412417.png -------------------------------------------------------------------------------- /Benchmark/assets/image-20230423000151010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230423000151010.png -------------------------------------------------------------------------------- /Benchmark/assets/image-20230423012029078.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230423012029078.png -------------------------------------------------------------------------------- /Benchmark/assets/image-20230423012648698.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230423012648698.png -------------------------------------------------------------------------------- /Benchmark/assets/image-20230423015409092.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230423015409092.png -------------------------------------------------------------------------------- /Benchmark/assets/image-20230423121658255.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230423121658255.png -------------------------------------------------------------------------------- /Benchmark/assets/image-20230423122809522.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230423122809522.png -------------------------------------------------------------------------------- /Benchmark/assets/image-20230423154741446.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230423154741446.png -------------------------------------------------------------------------------- /Benchmark/assets/image-20230423160022810.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230423160022810.png -------------------------------------------------------------------------------- /Benchmark/assets/image-20230423163038500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/assets/image-20230423163038500.png -------------------------------------------------------------------------------- /Benchmark/paper/1-HumanEval.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/paper/1-HumanEval.pdf -------------------------------------------------------------------------------- /Benchmark/paper/10-XLCoST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/paper/10-XLCoST.pdf -------------------------------------------------------------------------------- /Benchmark/paper/11-DS-1000.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/paper/11-DS-1000.pdf -------------------------------------------------------------------------------- /Benchmark/paper/12-ODEX.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/paper/12-ODEX.pdf -------------------------------------------------------------------------------- /Benchmark/paper/2-APPS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/paper/2-APPS.pdf -------------------------------------------------------------------------------- /Benchmark/paper/3-MBPP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/paper/3-MBPP.pdf -------------------------------------------------------------------------------- /Benchmark/paper/4-CodeXGLUE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/paper/4-CodeXGLUE.pdf -------------------------------------------------------------------------------- /Benchmark/paper/5-CodeContest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/paper/5-CodeContest.pdf -------------------------------------------------------------------------------- /Benchmark/paper/6-TransCoder.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/paper/6-TransCoder.pdf -------------------------------------------------------------------------------- /Benchmark/paper/7-DeepFix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/paper/7-DeepFix.pdf -------------------------------------------------------------------------------- /Benchmark/paper/8-MTPB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/paper/8-MTPB.pdf -------------------------------------------------------------------------------- /Benchmark/paper/9-HumanEval-X.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Benchmark/paper/9-HumanEval-X.pdf -------------------------------------------------------------------------------- /Dataset/BigPython.md: -------------------------------------------------------------------------------- 1 | # BigPython 2 | 3 | 2021 年 10 月之前的 Python 代码,这个是 CodeGen 开发团队他们自己爬取的数据,没有公开。 -------------------------------------------------------------------------------- /Dataset/BigQuery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Dataset/BigQuery.md -------------------------------------------------------------------------------- /Dataset/CodeParrot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Dataset/CodeParrot.md -------------------------------------------------------------------------------- /Dataset/CodeSearchNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Dataset/CodeSearchNet.md -------------------------------------------------------------------------------- /Dataset/Collected.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Dataset/Collected.md -------------------------------------------------------------------------------- /Dataset/PolyCoder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Dataset/PolyCoder.md -------------------------------------------------------------------------------- /Dataset/ProjectCodeNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Dataset/ProjectCodeNet.md -------------------------------------------------------------------------------- /Dataset/The-Pile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Dataset/The-Pile.md -------------------------------------------------------------------------------- /Dataset/The-Stack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Dataset/The-Stack.md -------------------------------------------------------------------------------- /Dataset/assets/image-20230423224659924.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Dataset/assets/image-20230423224659924.png -------------------------------------------------------------------------------- /Dataset/assets/image-20230423224747221.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Dataset/assets/image-20230423224747221.png -------------------------------------------------------------------------------- /Dataset/assets/image-20230424035634490.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Dataset/assets/image-20230424035634490.png -------------------------------------------------------------------------------- /Dataset/assets/image-20230424035831476.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Dataset/assets/image-20230424035831476.png -------------------------------------------------------------------------------- /Model/0-Template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/0-Template.md -------------------------------------------------------------------------------- /Model/1-CodeX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/1-CodeX.md -------------------------------------------------------------------------------- /Model/10.11-CodeGen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/10.11-CodeGen.md -------------------------------------------------------------------------------- /Model/12-CodeGeeX(THU).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/12-CodeGeeX(THU).md -------------------------------------------------------------------------------- /Model/13-CodeT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/13-CodeT.md -------------------------------------------------------------------------------- /Model/14-AixCoder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/14-AixCoder.md -------------------------------------------------------------------------------- /Model/15-Pangu-Coder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/15-Pangu-Coder.md -------------------------------------------------------------------------------- /Model/16-ERNIE-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/16-ERNIE-code.md -------------------------------------------------------------------------------- /Model/2-Tabnine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/2-Tabnine.md -------------------------------------------------------------------------------- /Model/3-AlphaCode(DeepMind).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/3-AlphaCode(DeepMind).md -------------------------------------------------------------------------------- /Model/4-PaLM-Coder(Google).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/4-PaLM-Coder(Google).md -------------------------------------------------------------------------------- /Model/5-PolyCoder(CMU).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/5-PolyCoder(CMU).md -------------------------------------------------------------------------------- /Model/6-GPT-Neo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/6-GPT-Neo.md -------------------------------------------------------------------------------- /Model/7-GPT-NeoX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/7-GPT-NeoX.md -------------------------------------------------------------------------------- /Model/8-GPT-J.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/8-GPT-J.md -------------------------------------------------------------------------------- /Model/9-Incoder(Meta).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/9-Incoder(Meta).md -------------------------------------------------------------------------------- /Model/assets/image-20230421174400136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/assets/image-20230421174400136.png -------------------------------------------------------------------------------- /Model/assets/image-20230421174418526.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/assets/image-20230421174418526.png -------------------------------------------------------------------------------- /Model/assets/image-20230421175522321.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/assets/image-20230421175522321.png -------------------------------------------------------------------------------- /Model/assets/image-20230421222510735.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/assets/image-20230421222510735.png -------------------------------------------------------------------------------- /Model/assets/image-20230421222907053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/assets/image-20230421222907053.png -------------------------------------------------------------------------------- /Model/assets/image-20230423205217208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/assets/image-20230423205217208.png -------------------------------------------------------------------------------- /Model/assets/image-20230423215737980.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/assets/image-20230423215737980.png -------------------------------------------------------------------------------- /Model/assets/image-20230424001003375.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/assets/image-20230424001003375.png -------------------------------------------------------------------------------- /Model/assets/image-20230424001126423.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/assets/image-20230424001126423.png -------------------------------------------------------------------------------- /Model/assets/image-20230424001209730.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/assets/image-20230424001209730.png -------------------------------------------------------------------------------- /Model/assets/image-20230424001222007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/assets/image-20230424001222007.png -------------------------------------------------------------------------------- /Model/assets/image-20230424005717649.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/assets/image-20230424005717649.png -------------------------------------------------------------------------------- /Model/paper/1-Codex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/paper/1-Codex.pdf -------------------------------------------------------------------------------- /Model/paper/10.11-CODEGEN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/paper/10.11-CODEGEN.pdf -------------------------------------------------------------------------------- /Model/paper/12-CodeGeeX.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/paper/12-CodeGeeX.pdf -------------------------------------------------------------------------------- /Model/paper/15-PANGU-CODER.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/paper/15-PANGU-CODER.pdf -------------------------------------------------------------------------------- /Model/paper/16-ERNIE-code.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/paper/16-ERNIE-code.pdf -------------------------------------------------------------------------------- /Model/paper/3-AlphaCode.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/paper/3-AlphaCode.pdf -------------------------------------------------------------------------------- /Model/paper/4-PaLM-Coder.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/paper/4-PaLM-Coder.pdf -------------------------------------------------------------------------------- /Model/paper/5-PolyCoder.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/paper/5-PolyCoder.pdf -------------------------------------------------------------------------------- /Model/paper/7-GPT-NeoX-20B.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/paper/7-GPT-NeoX-20B.pdf -------------------------------------------------------------------------------- /Model/paper/9-INCODER.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Model/paper/9-INCODER.pdf -------------------------------------------------------------------------------- /Other/Future.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Other/Future.md -------------------------------------------------------------------------------- /Other/Why Decoder Only.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Other/Why Decoder Only.md -------------------------------------------------------------------------------- /Other/assets/image-20230423021959257.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Other/assets/image-20230423021959257.png -------------------------------------------------------------------------------- /Other/assets/image-20230424055525535.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/Other/assets/image-20230424055525535.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/README.md -------------------------------------------------------------------------------- /assets/LLMS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/assets/LLMS.png -------------------------------------------------------------------------------- /assets/image-20230421162918289.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/assets/image-20230421162918289.png -------------------------------------------------------------------------------- /assets/image-20230421174400136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/assets/image-20230421174400136.png -------------------------------------------------------------------------------- /assets/image-20230421174418526.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/assets/image-20230421174418526.png -------------------------------------------------------------------------------- /assets/image-20230421175522321.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/assets/image-20230421175522321.png -------------------------------------------------------------------------------- /assets/image-20230424051103387.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/assets/image-20230424051103387.png -------------------------------------------------------------------------------- /assets/image-20230424054009632.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanghanbinpanda/Large-Language-Models-for-Code/HEAD/assets/image-20230424054009632.png --------------------------------------------------------------------------------