This is a modified version of the slimorca-deduped-cleaned-corrected dataset.
It contains English only characters.
Open Orca Slim for Pascal Developers is a subset of the original Open Orca dataset .
Open Orca Slim for Pascal Developers dataset was created with:
from datasets import load_dataset
Coded by Gemini
def biggest_char_code(input_string):
"""
Returns the largest character code in a string.
"""
if not input_string:
return None # Handle empty string case