CoolFace
Modelpublic

aieng-lab/CodeLlama-7b-hf_comment-type-python

sourceHugging Facellama2updated 1y agoView on Hugging Face
0likes5downloads
README.md34 linesDownload Raw Back to root
1---2library_name: transformers3license: llama24language:5- en6metrics:7- f18- precision9- recall10base_model:11- meta-llama/CodeLlama-7b-hf12pipeline_tag: text-classification13---14 15# CodeLlama 7b for classifying code comments (multi-label)16 17This model classifies comments in Python code as 'usage', 'parameters', 'developmentNotes', 'expand' or 'summary'.18 19- **Developed by:** Fabian C. Peña, Steffen Herbold20- **Finetuned from:** [meta-llama/CodeLlama-7b-hf](https://huggingface.co/meta-llama/CodeLlama-7b-hf)21- **Replication kit:** [https://github.com/aieng-lab/senlp-benchmark](https://github.com/aieng-lab/senlp-benchmark)22- **Language:** English23- **License:** Llama 2 Community License Agreement24 25## Citation26 27```28@misc{pena2025benchmark,29  author    = {Fabian Peña and Steffen Herbold},30  title     = {Evaluating Large Language Models on Non-Code Software Engineering Tasks},31  year      = {2025}32}33```34