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 |
T5 Summarisation Using Pytorch Lightning, DVC, DagsHub and HuggingFace Spaces
|
@@ -85,49 +75,12 @@ t5s visualize
|
|
85 |
```
|
86 |
And this would create a streamlit app for testing
|
87 |
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
βΒ Β βββ raw <- The original, immutable data dump.
|
98 |
-
β
|
99 |
-
βββ models <- Trained and serialized models, model predictions, or model summaries
|
100 |
-
β
|
101 |
-
βββ notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
|
102 |
-
β the creator's initials, and a short `-` delimited description, e.g.
|
103 |
-
β `1.0-jqp-initial-data-exploration`.
|
104 |
-
βββ references <- Data dictionaries, manuals, and all other explanatory materials.
|
105 |
-
β
|
106 |
-
βββ reports <- Generated analysis as HTML, PDF, LaTeX, etc.
|
107 |
-
βΒ Β βββ metrics.txt <- Relevant metrics after evaluating the model.
|
108 |
-
βΒ Β βββ training_metrics.txt <- Relevant metrics from training the model.
|
109 |
-
β
|
110 |
-
βββ requirements.txt <- The requirements file for reproducing the analysis environment
|
111 |
-
β
|
112 |
-
βββ setup.py <- makes project pip installable (pip install -e .) so src can be imported
|
113 |
-
βββ src <- Source code for use in this project.
|
114 |
-
βΒ Β βββ __init__.py <- Makes src a Python module
|
115 |
-
β β
|
116 |
-
βΒ Β βββ data <- Scripts to download or generate data
|
117 |
-
βΒ Β βΒ Β βββ make_dataset.py
|
118 |
-
βΒ Β βΒ Β βββ process_data.py
|
119 |
-
β β
|
120 |
-
βΒ Β βββ models <- Scripts to train models
|
121 |
-
βΒ Β βΒ Β βββ predict_model.py
|
122 |
-
βΒ Β βΒ Β βββ train_model.py
|
123 |
-
βΒ Β βΒ Β βββ evaluate_model.py
|
124 |
-
βΒ Β βΒ Β βββ model.py
|
125 |
-
β β
|
126 |
-
βΒ Β βββ visualization <- Scripts to create exploratory and results oriented visualizations
|
127 |
-
βΒ Β βββ visualize.py
|
128 |
-
β
|
129 |
-
βββ tox.ini <- tox file with settings for running tox; see tox.testrun.org
|
130 |
-
βββ data.dvc <- Traing a model on the processed data.
|
131 |
-
|
132 |
-
|
133 |
-
--------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<h1 align="center">t5s</h1>
|
2 |
|
3 |
T5 Summarisation Using Pytorch Lightning, DVC, DagsHub and HuggingFace Spaces
|
|
|
75 |
```
|
76 |
And this would create a streamlit app for testing
|
77 |
|
78 |
+
---
|
79 |
+
title: T5S
|
80 |
+
emoji: π―
|
81 |
+
colorFrom: yellow
|
82 |
+
colorTo: red
|
83 |
+
sdk: streamlit
|
84 |
+
app_file: src/visualization/visualize.py
|
85 |
+
pinned: false
|
86 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|