Spaces:
Sleeping
Sleeping
Update info at top of page (#17)
Browse files- Update info at top of page (97d2d62ec29f8675e6fdda5b5f60b2c26edfeb3f)
Co-authored-by: H Wilks <[email protected]>
- templates/index.html +1 -0
templates/index.html
CHANGED
@@ -105,6 +105,7 @@
|
|
105 |
<div class="container">
|
106 |
<h1>Medical Abbreviation Classifier</h1>
|
107 |
<p style="text-align: center;">The baseline model uses 1990 rows of data, embeds using Word2Vec and trains on LSTM. The other models change one factor.</p>
|
|
|
108 |
<div class="search-form">
|
109 |
<form method="POST">
|
110 |
|
|
|
105 |
<div class="container">
|
106 |
<h1>Medical Abbreviation Classifier</h1>
|
107 |
<p style="text-align: center;">The baseline model uses 1990 rows of data, embeds using Word2Vec and trains on LSTM. The other models change one factor.</p>
|
108 |
+
<p style="text-align: center;">The Bio2Vec model was the best one during testing.</p>
|
109 |
<div class="search-form">
|
110 |
<form method="POST">
|
111 |
|