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 @@ import random
|
||||
from pathlib import Path
|
||||
|
||||
# Path to your JSONL file
|
||||
DATA_FILE = "../Wrapper/results.jsonl"
|
||||
DATA_FILE = "../../data/results.jsonl"
|
||||
|
||||
# --------------------------
|
||||
# Helper functions
|
||||
|
||||
Reference in New Issue
Block a user