| { |
| "description": "RoBERTa-based model fine-tuned for Python code-to-docstring generation and semantic code retrieval.", |
| "model_name": "CodeBERTa-Python-DocGen", |
| "pipeline_tag": "text-generation", |
| "tags": [ |
| "roberta", |
| "code", |
| "python", |
| "docstring-generation", |
| "code-search", |
| "encoder-decoder-variant", |
| "pytorch" |
| ], |
| "datasets": [ |
| "Code/python_docstrings_v2" |
| ], |
| "metrics": [ |
| { |
| "name": "BLEU Score (Docstring Generation)", |
| "type": "bleu", |
| "value": 28.5 |
| }, |
| { |
| "name": "MRR (Code Retrieval)", |
| "type": "mrr", |
| "value": 0.82 |
| } |
| ] |
| } |