nickmuchi commited on
Commit
abadefe
β€’
1 Parent(s): b26f818

Update pages/3_Earnings_Semantic_Search_πŸ”Ž_.py

Browse files
pages/3_Earnings_Semantic_Search_πŸ”Ž_.py CHANGED
@@ -26,8 +26,7 @@ def gen_annotated_text(df):
26
  return tag_list
27
 
28
  bi_enc_dict = {'mpnet-base-v2':"all-mpnet-base-v2",
29
- 'instructor-base': 'hkunlp/instructor-base',
30
- 'setfit-finance': 'nickmuchi/setfit-finetuned-financial-text-classification'}
31
 
32
  search_input = st.text_input(
33
  label='Enter Your Search Query',value= "What key challenges did the business face?", key='search')
 
26
  return tag_list
27
 
28
  bi_enc_dict = {'mpnet-base-v2':"all-mpnet-base-v2",
29
+ 'instructor-base': 'hkunlp/instructor-base'}
 
30
 
31
  search_input = st.text_input(
32
  label='Enter Your Search Query',value= "What key challenges did the business face?", key='search')