Spaces:
Sleeping
Sleeping
bio2vec to biowordvec
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -105,7 +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 |
-
<p style="text-align: center;">The
|
109 |
<div class="search-form">
|
110 |
<form method="POST">
|
111 |
|
|
|
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 BioWordVec model was the best one during testing.</p>
|
109 |
<div class="search-form">
|
110 |
<form method="POST">
|
111 |
|