gagan3012 commited on
Commit
9c5d877
·
1 Parent(s): 5a63fff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -2,6 +2,10 @@
2
 
3
  T5 Summarisation Using Pytorch Lightning, DVC, DagsHub and HuggingFace Spaces
4
 
 
 
 
 
5
  [![pypi Version](https://img.shields.io/pypi/v/t5s.svg?logo=pypi&logoColor=white)](https://pypi.org/project/t5s/)
6
  [![Downloads](https://static.pepy.tech/personalized-badge/t5s?period=total&units=none&left_color=grey&right_color=orange&left_text=Pip%20Downloads)](https://pepy.tech/project/t5s)
7
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
 
2
 
3
  T5 Summarisation Using Pytorch Lightning, DVC, DagsHub and HuggingFace Spaces
4
 
5
+ Here you will find the code for the project, but also the data, models, pipelines and experiments. This means that the project is easily reproducible on any machine, but also that you can contribute data, models, and code to it.
6
+
7
+ Have a great idea for how to improve the model? Want to add data and metrics to make it more explainable/fair? We'd love to get your help.
8
+
9
  [![pypi Version](https://img.shields.io/pypi/v/t5s.svg?logo=pypi&logoColor=white)](https://pypi.org/project/t5s/)
10
  [![Downloads](https://static.pepy.tech/personalized-badge/t5s?period=total&units=none&left_color=grey&right_color=orange&left_text=Pip%20Downloads)](https://pepy.tech/project/t5s)
11
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)