Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,3 @@
|
|
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/)
|
@@ -65,7 +55,7 @@ t5s push
|
|
65 |
To push this model to HuggingFace Hub for inference you can run:
|
66 |
|
67 |
```
|
68 |
-
t5s
|
69 |
```
|
70 |
|
71 |
Next if we would like to test the model and visualise the results we can run:
|
@@ -75,3 +65,12 @@ t5s visualize
|
|
75 |
```
|
76 |
And this would create a streamlit app for testing
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<h1 align="center">t5s</h1>
|
2 |
|
3 |
[](https://pypi.org/project/t5s/)
|
|
|
55 |
To push this model to HuggingFace Hub for inference you can run:
|
56 |
|
57 |
```
|
58 |
+
t5s upload
|
59 |
```
|
60 |
|
61 |
Next if we would like to test the model and visualise the results we can run:
|
|
|
65 |
```
|
66 |
And this would create a streamlit app for testing
|
67 |
|
68 |
+
---
|
69 |
+
title: t5s
|
70 |
+
emoji: 💯
|
71 |
+
colorFrom: yellow
|
72 |
+
colorTo: red
|
73 |
+
sdk: streamlit
|
74 |
+
app_file: src/visualization/visualize.py
|
75 |
+
pinned: false
|
76 |
+
---
|