S-Dreamer commited on
Commit
f75c091
·
verified ·
1 Parent(s): 54a0a1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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.