Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,6 @@ language:
|
|
6 |
- en
|
7 |
library_name: transformers
|
8 |
pipeline_tag: text2text-generation
|
9 |
-
---
|
|
|
|
|
|
6 |
- en
|
7 |
library_name: transformers
|
8 |
pipeline_tag: text2text-generation
|
9 |
+
---
|
10 |
+
# T5 Code Summary
|
11 |
+
T5 Code Summary is a code model which takes python code as an input and summarizes it. It works the best on sgular functions
|