Spaces:
Runtime error
Runtime error
EgorShibaev
commited on
Commit
•
e919276
1
Parent(s):
56128be
env
Browse files
.env
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
export TABLE_NAME=minilm_aware
|
2 |
+
export EMB_MODEL=sentence-transformers/all-MiniLM-L6-v2
|
3 |
+
export CROSS_ENCODER=cross-encoder/ms-marco-MiniLM-L-6-v2
|
4 |
+
export TOP_K=5
|
5 |
+
export HF_MODEL=mistralai/Mistral-7B-Instruct-v0.2
|
6 |
+
export OPENAI_MODEL=gpt-4-turbo-preview
|
7 |
+
|
8 |
+
|
9 |
+
export TEMPERATURE=
|
10 |
+
export MAX_NEW_TOKENS=
|
11 |
+
export TOP_P=
|
12 |
+
export REP_PENALTY=
|
13 |
+
export DO_SAMPLE=
|
14 |
+
export FREQ_PENALTY=
|
15 |
+
export VECTOR_COLUMN=
|
16 |
+
export TEXT_COLUMN=
|
17 |
+
export BATCH_SIZE=
|