Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,9 @@ library_name: transformers
|
|
17 |
tags:
|
18 |
- code
|
19 |
---
|
20 |
-
|
|
|
|
|
21 |
# Model Card for PyCodeT5
|
22 |
|
23 |
CodeT5 Python Functions is a specialized variant of the CodeT5 model, fine-tuned for generating and understanding Python functions. It is designed to assist in transforming natural language descriptions into functional Python code, as well as optimizing existing code by applying Pythonic conventions and best practices. This model can generate function definitions, implement logical flows, and assist with debugging and refactoring Python code. It is ideal for developers, learners, and AI-powered programming assistants.
|
|
|
17 |
tags:
|
18 |
- code
|
19 |
---
|
20 |
+
<p align="left">
|
21 |
+
<img src="PyCodeT5.png" alt="Python AI Icon" width="25%">
|
22 |
+
</p>
|
23 |
# Model Card for PyCodeT5
|
24 |
|
25 |
CodeT5 Python Functions is a specialized variant of the CodeT5 model, fine-tuned for generating and understanding Python functions. It is designed to assist in transforming natural language descriptions into functional Python code, as well as optimizing existing code by applying Pythonic conventions and best practices. This model can generate function definitions, implement logical flows, and assist with debugging and refactoring Python code. It is ideal for developers, learners, and AI-powered programming assistants.
|