mintaeng commited on
Commit
3d30833
β€’
1 Parent(s): 31a698a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ Only return the helpful answer below and nothing else.
42
  Helpful answer:
43
  """
44
 
45
- model_name = "ko-sroberta-multitask"
46
  model_kwargs = {'device': 'cpu'}
47
  encode_kwargs = {'normalize_embeddings': False}
48
  embeddings = HuggingFaceBgeEmbeddings(
 
42
  Helpful answer:
43
  """
44
 
45
+ model_name = "jhgan/ko-sroberta-multitask"
46
  model_kwargs = {'device': 'cpu'}
47
  encode_kwargs = {'normalize_embeddings': False}
48
  embeddings = HuggingFaceBgeEmbeddings(