Add offset and limit in pereparation for the large dataset

This commit is contained in:
William Jeynes
2026-04-05 22:47:25 +01:00
parent 00d129bd28
commit 75ca1032a6
3 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ DEFAULT_PARAMS = [
("organization", "http://weverify.eu/resource/Organization/3727f7b2aa90ec0716693e5464b28d18"), # StopFake
]
NUM_RANDOM_CLAIMS = 200
NUM_RANDOM_CLAIMS = 2000
INPUT_FILE = "../../data/input.jsonl"
OUTPUT_FILE = "../../data/claims.json"