datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
PascalQnA100100 Pascal Q and A
60% with an input string of some kind
open-orca-slimorca-deduped-cleaned-corrected-for-pascal-txtThis 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
largest_code… See the full description on the dataset page: https://huggingface.co/datasets/schuler/open-orca-slimorca-deduped-cleaned-corrected-for-pascal-txt.
