Ahmadzei commited on
Commit
3f5bdbf
1 Parent(s): 5fa1a76

emb model change

Browse files
Files changed (1) hide show
  1. .env +3 -3
.env CHANGED
@@ -1,7 +1,7 @@
1
- export TABLE_NAME=content_aware_chunking
2
- export EMB_MODEL=sentence-transformers/all-MiniLM-L6-v2
3
  export TOP_K=5
4
- export HF_MODEL=mistralai/Mistral-7B-Instruct-v0.2 # mistralai/Mistral-7B-v0.1 # mistralai/Mixtral-8x7B-Instruct-v0.1
5
  export OPENAI_MODEL=gpt-4-turbo-preview
6
  export CROSS_ENC_MODEL=cross-encoder/ms-marco-MiniLM-L-6-v2
7
 
 
1
+ export TABLE_NAME=nltk_chunking_BAAI #nltk_chunking_BAAI # content_aware_chunking
2
+ export EMB_MODEL=BAAI/bge-large-en-v1.5 # BAAI/bge-large-en-v1.5 # sentence-transformers/all-MiniLM-L6-v2
3
  export TOP_K=5
4
+ export HF_MODEL=mistralai/Mistral-7B-v0.1 # mistralai/Mistral-7B-Instruct-v0.2 # mistralai/Mistral-7B-v0.1 # mistralai/Mixtral-8x7B-Instruct-v0.1
5
  export OPENAI_MODEL=gpt-4-turbo-preview
6
  export CROSS_ENC_MODEL=cross-encoder/ms-marco-MiniLM-L-6-v2
7