Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,9 @@ metrics:
|
|
| 15 |
- f1
|
| 16 |
- precision
|
| 17 |
- recall
|
|
|
|
|
|
|
|
|
|
| 18 |
pipeline_tag: text-classification
|
| 19 |
widget:
|
| 20 |
- text: 'This function calculates the Fibonacci sequence using dynamic programming
|
|
|
|
| 15 |
- f1
|
| 16 |
- precision
|
| 17 |
- recall
|
| 18 |
+
description: >
|
| 19 |
+
This model classifies code snippets based on the quality and presence of comments.
|
| 20 |
+
It helps automate code review and can be integrated into developer tooling for documentation assessment.
|
| 21 |
pipeline_tag: text-classification
|
| 22 |
widget:
|
| 23 |
- text: 'This function calculates the Fibonacci sequence using dynamic programming
|