Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def load_prep_data():
|
|
34 |
@st.cache(allow_output_mutation=True)
|
35 |
def build_sent_trans_model():
|
36 |
|
37 |
-
word_embedding_model = models.BERT('./
|
38 |
|
39 |
# Add the pooling strategy of Mean
|
40 |
pooling_model = models.Pooling(word_embedding_model.get_word_embedding_dimension(),
|
|
|
34 |
@st.cache(allow_output_mutation=True)
|
35 |
def build_sent_trans_model():
|
36 |
|
37 |
+
word_embedding_model = models.BERT('./')
|
38 |
|
39 |
# Add the pooling strategy of Mean
|
40 |
pooling_model = models.Pooling(word_embedding_model.get_word_embedding_dimension(),
|