├── README-zh.md ├── README.md ├── asset └── fastcodellama.svg ├── count_code_tokens.py ├── data └── HumanEval.jsonl └── decoder_code.py /README-zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yueliu1999/fastcodellama/HEAD/README-zh.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yueliu1999/fastcodellama/HEAD/README.md -------------------------------------------------------------------------------- /asset/fastcodellama.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yueliu1999/fastcodellama/HEAD/asset/fastcodellama.svg -------------------------------------------------------------------------------- /count_code_tokens.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yueliu1999/fastcodellama/HEAD/count_code_tokens.py -------------------------------------------------------------------------------- /data/HumanEval.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yueliu1999/fastcodellama/HEAD/data/HumanEval.jsonl -------------------------------------------------------------------------------- /decoder_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yueliu1999/fastcodellama/HEAD/decoder_code.py --------------------------------------------------------------------------------