Spaces:
Runtime error
Runtime error
Updated app description
Browse files
app.py
CHANGED
@@ -44,6 +44,7 @@ gr.Interface(fn=code_summarizer,
|
|
44 |
label='CODE SUMMARY'),
|
45 |
title='Code Summarizer From CodeTrans',
|
46 |
description='Summarize any Python code',
|
|
|
47 |
theme='dark-peach',
|
48 |
live=True,
|
49 |
examples=call_examples(),
|
|
|
44 |
label='CODE SUMMARY'),
|
45 |
title='Code Summarizer From CodeTrans',
|
46 |
description='Summarize any Python code',
|
47 |
+
article='Pretrained model on programming language python using the t5 large model architecture. This model is trained on tokenized python code functions: it works best with tokenized python functions. This CodeTrans model is based on the t5-large model. It has its own SentencePiece vocabulary model. It used multi-task training on 13 supervised tasks in the software development domain and 7 unsupervised datasets. It is then fine-tuned on the source code summarization task for the python code snippets.',
|
48 |
theme='dark-peach',
|
49 |
live=True,
|
50 |
examples=call_examples(),
|