Shivanand Roy 👋
commited on
Commit
·
0d2992c
1
Parent(s):
d15d4b8
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ license: mit
|
|
20 |
---
|
21 |
|
22 |
# T5 One Line Summary
|
23 |
-
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://
|
24 |
|
25 |
## Usage:[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1HrfT8IKLXvZzPFpl1EhZ3s_iiXG3O2VY?usp=sharing)
|
26 |
```python
|
|
|
20 |
---
|
21 |
|
22 |
# T5 One Line Summary
|
23 |
+
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://github.com/Shivanandroy/simpleT5) library - A python package built on top of pytorch lightning⚡️ & transformers🤗 to quickly train T5 models
|
24 |
|
25 |
## Usage:[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1HrfT8IKLXvZzPFpl1EhZ3s_iiXG3O2VY?usp=sharing)
|
26 |
```python
|