From d15d4b86230c6217336645274cedfc829adebe90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shivanand=20Roy=20=F0=9F=91=8B?= Date: Sun, 20 Jun 2021 21:41:48 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 533157c..b4e1d59 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ license: mit --- # T5 One Line Summary -A T5 model trained on 370,000 research papers, to generate one line summary based on description/abstract of the papers using [**simpleT5**](https://https://github.com/Shivanandroy/simpleT5) (a python package built on top of pytorch lightning⚡️ & transformers🤗 to quickly train T5 models) +A T5 model trained on 370,000 research papers, to generate one line summary based on description/abstract of the papers. It is trained using [simpleT5](https://https://github.com/Shivanandroy/simpleT5) library - A python package built on top of pytorch lightning⚡️ & transformers🤗 to quickly train T5 models ## Usage:[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1HrfT8IKLXvZzPFpl1EhZ3s_iiXG3O2VY?usp=sharing) ```python