metadata
pretty_name: ASFT
language:
- en
license: other
ASFT
Dataset Summary
ASFT is a collection of instruction–response pairs in JSONL format, intended for instruction tuning and general text-generation experiments. Each line is a single JSON object with two fields: instruction and response. Some files are derived from MedMCQA and include explanations.
Files
magpie10k.jsonlnumina_cot_10k.jsonlnumina_cot_30k.jsonlnumina_cot_100k.jsonltrain_medmcqa_alpaca_10k.jsonltrain_medmcqa_alpaca_30k.jsonltrain_medmcqa_alpaca_100k.jsonl
Data Format
Each line in every file is a JSON object with the following schema:
{
"instruction": "...",
"response": "..."
}
Intended Use
- Instruction tuning / supervised fine-tuning
- General-purpose text generation benchmarks
Data Provenance
train_medmcqa_alpaca_10k.jsonl,train_medmcqa_alpaca_30k.jsonl, andtrain_medmcqa_alpaca_100k.jsonlare derived from theopenlifescienceai/medmcqatraining split (examples with non-empty explanations).instructioncontains the question with options;responsecontains the explanation followed by the final answer sentence.- The original data sources and collection process for the remaining files are not specified in this repository.
Licensing
License is not specified. Please verify licensing and usage constraints before using this dataset in production or redistribution.
Ethical Considerations
- The dataset has not been manually reviewed for sensitive or personal information.
- Use appropriate filtering and validation for downstream applications.
Citation
If you use this dataset, please cite this Hugging Face repository.