egmaminta commited on
Commit
cdde22b
·
1 Parent(s): 06b37e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ gr.Interface(fn=code_summarizer,
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(),
 
44
  label='CODE SUMMARY'),
45
  title='Code Summarizer From CodeTrans',
46
  description='Summarize any Python code',
47
+ article='Additional info: This CodeTrans model is based on the T5-large model architecture pretrained on the Python programming language. This model is trained on tokenized python code functions, which is why it works best with tokenized python functions. 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. The original repository is found in this link: https://github.com/agemagician/CodeTrans',
48
  theme='dark-peach',
49
  live=True,
50
  examples=call_examples(),