Predict probability of winning League of Legends Match at any point of the game
Instructions:
- Store the json data <file.json> locally
- Install requirements in venv
- Call convert_json_to_jsonl('file.json', 'file.jsonl') to convert to jsonl
- Call precompute_jsonl_offsets("file.jsonl") to store byte offsets for O(1) access, note this should create a pkl file
- Now you are good to go to run the training loop