Spaces:
Paused
Paused
Tao Wu
commited on
Commit
·
8fd85d2
1
Parent(s):
72ac963
fix bugs
Browse files- app/config.py +1 -1
app/config.py
CHANGED
@@ -8,7 +8,7 @@ REDIS_DB = int(os.getenv('REDIS_DB', 0))
|
|
8 |
|
9 |
# Model and embedding configuration
|
10 |
#MODEL_NAME = os.getenv('MODEL_NAME', "intfloat/multilingual-e5-large-instruct")
|
11 |
-
MODEL_NAME = os.getenv('MODEL_NAME', "
|
12 |
ENCODE_KWARGS = {
|
13 |
'normalize_embeddings': os.getenv('NORMALIZE_EMBEDDINGS', 'True') == 'True',
|
14 |
'convert_to_tensor': os.getenv('CONVERT_TO_TENSOR', 'True') == 'True'
|
|
|
8 |
|
9 |
# Model and embedding configuration
|
10 |
#MODEL_NAME = os.getenv('MODEL_NAME', "intfloat/multilingual-e5-large-instruct")
|
11 |
+
MODEL_NAME = os.getenv('MODEL_NAME', "wt3639/EduGBERT_CourseRec")
|
12 |
ENCODE_KWARGS = {
|
13 |
'normalize_embeddings': os.getenv('NORMALIZE_EMBEDDINGS', 'True') == 'True',
|
14 |
'convert_to_tensor': os.getenv('CONVERT_TO_TENSOR', 'True') == 'True'
|