Aragoner commited on
Commit
a368317
·
verified ·
1 Parent(s): d99294d

Upload .env

Browse files
Files changed (1) hide show
  1. .env +20 -0
.env ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ export TABLE_NAME=BGE_ParagraphsSplitter
2
+ export EMB_MODEL=BAAI/bge-large-en-v1.5
3
+ export TOP_K=5
4
+ export HF_MODEL=mistralai/Mistral-7B-Instruct-v0.2
5
+ export OPENAI_MODEL=gpt-4-turbo-preview
6
+ export CROSS_ENCODER=BAAI/bge-large-en-v1.5
7
+
8
+ #### SECRETS ####
9
+
10
+ ################
11
+
12
+ export TEMPERATURE=0.9
13
+ export MAX_NEW_TOKENS=256
14
+ export TOP_P=0.6
15
+ export REP_PENALTY=1.2
16
+ export DO_SAMPLE=True
17
+ export FREQ_PENALTY=0
18
+ export VECTOR_COLUMN=vector
19
+ export TEXT_COLUMN=text
20
+ export BATCH_SIZE=32