Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ Here you will find the code for the project, but also the data, models, pipeline
|
|
26 |
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.
|
27 |
|
28 |
|
29 |
-
##
|
30 |
|
31 |
To use and run the DVC pipeline install the `t5s` package
|
32 |
|
@@ -34,6 +34,8 @@ To use and run the DVC pipeline install the `t5s` package
|
|
34 |
pip install t5s
|
35 |
```
|
36 |
|
|
|
|
|
37 |
Firstly we need to clone the repo containing the code so we can do that using:
|
38 |
|
39 |
```
|
|
|
26 |
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.
|
27 |
|
28 |
|
29 |
+
## Installation
|
30 |
|
31 |
To use and run the DVC pipeline install the `t5s` package
|
32 |
|
|
|
34 |
pip install t5s
|
35 |
```
|
36 |
|
37 |
+
## Usage
|
38 |
+
|
39 |
Firstly we need to clone the repo containing the code so we can do that using:
|
40 |
|
41 |
```
|