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:
zealot52099 2024-03-22 20:17:19 +08:00 committed by GitHub
parent 0aa58372bb
commit b7da9a697f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,8 @@ model_repo = 'ajupyter/EmoLLM_aiwei'
# model # model
model_dir = os.path.join(base_dir, 'model') # 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 llm_path = os.path.join(model_dir, 'pythia-14m') # llm
# data # data