| language: en | |
| license: mit | |
| tags: | |
| - code | |
| - documentation | |
| - typescript | |
| pipeline_tag: text2text-generation | |
| widget: | |
| - text: "Generate JSDoc-style documentation for TypeScript code: function add(a: number, b: number): number { return a + b; }" | |
| # TypeScript Documentation Generator | |
| This model generates documentation for TypeScript code. It was fine-tuned on CodeT5 using a dataset of TypeScript code and corresponding documentation. | |
| ## Model Details | |
| - **Architecture**: CodeT5 | |
| - **Training Data**: Custom TypeScript functions with documentation | |
| - **ROUGE-L Score**: 0.88 | |
| - **Purpose**: Automatically generate documentation for TypeScript code | |