Add files via upload
embedding_path = os.path.join(model_dir, 'embedding_model') rerank_path = os.path.join(model_dir, 'rerank_model')
This commit is contained in:
parent
0aa58372bb
commit
b7da9a697f
@ -7,7 +7,8 @@ model_repo = 'ajupyter/EmoLLM_aiwei'
|
||||
|
||||
# model
|
||||
model_dir = os.path.join(base_dir, 'model') # model
|
||||
embedding_path = os.path.join(model_dir, 'gte-small-zh') # embedding
|
||||
embedding_path = os.path.join(model_dir, 'embedding_model') # embedding
|
||||
rerank_path = os.path.join(model_dir, 'rerank_model') # embedding
|
||||
llm_path = os.path.join(model_dir, 'pythia-14m') # llm
|
||||
|
||||
# data
|
||||
|
Loading…
Reference in New Issue
Block a user