Update my_model/config/evaluation_config.py
Browse files
my_model/config/evaluation_config.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
|
|
|
3 |
FUZZY_SCORE = 80
|
4 |
USE_FUZZY = False # this was used at the initial stage of the evaluation only, then manually reviewed as detailed in the report.
|
5 |
EVALUATION_DATA_PATH = 'my_model/results/evaluation_results.xlsx'
|
@@ -9,4 +10,4 @@ OPENAI_API_KEY = os.getenv('OPENAI_API_KEY')
|
|
9 |
GPT4_MAX_TOKENS=100
|
10 |
GPT4_TEMPERATURE = 0.1
|
11 |
GPT4_SEED = 123
|
12 |
-
DEMO_IMAGES_PATH = "
|
|
|
1 |
import os
|
2 |
|
3 |
+
|
4 |
FUZZY_SCORE = 80
|
5 |
USE_FUZZY = False # this was used at the initial stage of the evaluation only, then manually reviewed as detailed in the report.
|
6 |
EVALUATION_DATA_PATH = 'my_model/results/evaluation_results.xlsx'
|
|
|
10 |
GPT4_MAX_TOKENS=100
|
11 |
GPT4_TEMPERATURE = 0.1
|
12 |
GPT4_SEED = 123
|
13 |
+
DEMO_IMAGES_PATH = "my_model/results/Demo_Images"
|