Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
|
7 |
-
|
8 |
|
9 |
[](https://pypi.org/project/t5s/)
|
10 |
[](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 |
[](https://colab.research.google.com/github/gagan3012/summarization/blob/master/notebooks/t5s.ipynb)
|
14 |
[](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 |
[](https://pypi.org/project/t5s/)
|
14 |
[](https://pepy.tech/project/t5s)
|
|
|
17 |
[](https://colab.research.google.com/github/gagan3012/summarization/blob/master/notebooks/t5s.ipynb)
|
18 |
[](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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|