gagan3012 commited on
Commit
5a63fff
Β·
1 Parent(s): 4c0dd29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -56
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
- Project Organization
90
- ------------
91
-
92
- β”œβ”€β”€ LICENSE
93
- β”œβ”€β”€ Makefile <- Makefile with commands like `make dirs` or `make clean`
94
- β”œβ”€β”€ README.md <- The top-level README for developers using this project.
95
- β”œβ”€β”€ data
96
- β”‚Β Β  β”œβ”€β”€ processed <- The final, canonical data sets for modeling.
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
+ ---