Move all data to own folder. Add run shell script. Experiment (unsuccessfully so far) with example retreival
This commit is contained in:
@@ -4,7 +4,7 @@ from statistics import mean
|
||||
# ------------------------------------------------------------
|
||||
# Load JSONL file
|
||||
# ------------------------------------------------------------
|
||||
DATA_FILE = "../Wrapper/results.jsonl"
|
||||
DATA_FILE = "../../data/results.jsonl"
|
||||
|
||||
data = []
|
||||
with open(DATA_FILE, "r", encoding="utf-8") as f:
|
||||
|
||||
Reference in New Issue
Block a user