gagan3012 commited on
Commit
a99dcd4
1 Parent(s): 9c5d877

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -15
README.md CHANGED
@@ -1,10 +1,14 @@
1
- <h1 align="center">t5s</h1>
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)
@@ -13,6 +17,13 @@ Have a great idea for how to improve the model? Want to add data and metrics to
13
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gagan3012/summarization/blob/master/notebooks/t5s.ipynb)
14
  [![DAGSHub](https://img.shields.io/badge/%F0%9F%90%B6-Pipeline%20on%20DAGsHub-green)](https://dagshub.com/gagan3012/summarization)
15
 
 
 
 
 
 
 
 
16
  ## Usage
17
 
18
  To use and run the DVC pipeline install the `t5s` package
@@ -79,12 +90,3 @@ t5s visualize
79
  ```
80
  And this would create a streamlit app for testing
81
 
82
- ---
83
- title: T5S
84
- emoji: 💯
85
- colorFrom: yellow
86
- colorTo: red
87
- sdk: streamlit
88
- app_file: src/visualization/visualize.py
89
- pinned: false
90
- ---
 
1
+ ---
2
+ title: T5S
3
+ emoji: 💯
4
+ colorFrom: yellow
5
+ colorTo: red
6
+ sdk: streamlit
7
+ app_file: src/visualization/visualize.py
8
+ pinned: false
9
+ ---
10
 
11
+ <h1 align="center">t5s</h1>
12
 
13
  [![pypi Version](https://img.shields.io/pypi/v/t5s.svg?logo=pypi&logoColor=white)](https://pypi.org/project/t5s/)
14
  [![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)
 
17
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gagan3012/summarization/blob/master/notebooks/t5s.ipynb)
18
  [![DAGSHub](https://img.shields.io/badge/%F0%9F%90%B6-Pipeline%20on%20DAGsHub-green)](https://dagshub.com/gagan3012/summarization)
19
 
20
+ T5 Summarisation Using Pytorch Lightning, DVC, DagsHub and HuggingFace Spaces
21
+
22
+ 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.
23
+
24
+ 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.
25
+
26
+
27
  ## Usage
28
 
29
  To use and run the DVC pipeline install the `t5s` package
 
90
  ```
91
  And this would create a streamlit app for testing
92