ermiaazarkhalili/orca-mini-v1-high-prob-qwen-0.5b-10k
High-Probability Sentence Predictions Dataset Dataset Description This dataset contains sentences from pankajmathur/orca_mini_v1_dataset where the model Qwen/Qwen2.5-0.5B predicts the token before the final period with ≥90% probability. Source Dataset Attribution This dataset is derived from pankajmathur/orca_mini_v1_dataset and inherits its license terms (apache-2.0). Please cite the original dataset when using this data. Extraction… See the full description on the dataset page: https://huggingface.co/datasets/ermiaazarkhalili/orca-mini-v1-high-prob-qwen-0.5b-10k.
High-Probability Sentence Predictions Dataset
Dataset Description
This dataset contains sentences from pankajmathur/orca_mini_v1_dataset where the model Qwen/Qwen2.5-0.5B predicts the token before the final period with ≥90% probability.
Source Dataset Attribution
This dataset is derived from [pankajmathur/orca_mini_v1_dataset](https://huggingface.co/datasets/pankajmathur/orca_mini_v1_dataset) and inherits its license terms (apache-2.0). Please cite the original dataset when using this data.
Extraction Parameters
Schema
Usage
from datasets import load_dataset
dataset = load_dataset("ermiaazarkhalili/orca-mini-v1-high-prob-qwen-0.5b-10k")
print(dataset["train"][0])Citation
@dataset{high_prob_sentences_2025,
title = {High-Probability Sentence Predictions from pankajmathur/orca_mini_v1_dataset},
year = {2025},
publisher = {Hugging Face},
howpublished = {\url{https://huggingface.co/datasets/ermiaazarkhalili/orca-mini-v1-high-prob-qwen-0.5b-10k}},
note = {Derived from pankajmathur/orca_mini_v1_dataset, model: Qwen/Qwen2.5-0.5B}
}License
This dataset inherits the license from the source dataset: apache-2.0
See pankajmathur/orca_mini_v1_dataset for full license terms.
Reproducibility
To reproduce this dataset extraction:
python scripts/extract_high_prob_sentences.py \
--dataset "pankajmathur/orca_mini_v1_dataset" \
--model "Qwen/Qwen2.5-0.5B" \
--threshold 0.9 \
--seed 42 \
--columns output \
--output data/output.parquet