mo01018 commited on
Commit
9d4c633
·
verified ·
1 Parent(s): a65306b

bio2vec to biowordvec

Browse files
Files changed (1) hide show
  1. 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 Bio2Vec model was the best one during testing.</p>
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