hw01558 commited on
Commit
97d2d62
·
verified ·
1 Parent(s): 4433805

Update info at top of page

Browse files
Files changed (1) hide show
  1. 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