Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: ASFT
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
license: other
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# ASFT
|
| 9 |
+
|
| 10 |
+
## Dataset Summary
|
| 11 |
+
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`.
|
| 12 |
+
|
| 13 |
+
## Files
|
| 14 |
+
- `magpie10k.jsonl`
|
| 15 |
+
- `numina_cot_10k.jsonl`
|
| 16 |
+
- `numina_cot_30k.jsonl`
|
| 17 |
+
- `numina_cot_100k.jsonl`
|
| 18 |
+
- `train_medmcqa_alpaca_10k.jsonl`
|
| 19 |
+
|
| 20 |
+
## Data Format
|
| 21 |
+
Each line in every file is a JSON object with the following schema:
|
| 22 |
+
|
| 23 |
+
```json
|
| 24 |
+
{
|
| 25 |
+
"instruction": "...",
|
| 26 |
+
"response": "..."
|
| 27 |
+
}
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
## Intended Use
|
| 31 |
+
- Instruction tuning / supervised fine-tuning
|
| 32 |
+
- General-purpose text generation benchmarks
|
| 33 |
+
|
| 34 |
+
## Data Provenance
|
| 35 |
+
The original data sources and collection process are not specified in this repository.
|
| 36 |
+
|
| 37 |
+
## Licensing
|
| 38 |
+
License is not specified. Please verify licensing and usage constraints before using this dataset in production or redistribution.
|
| 39 |
+
|
| 40 |
+
## Ethical Considerations
|
| 41 |
+
- The dataset has not been manually reviewed for sensitive or personal information.
|
| 42 |
+
- Use appropriate filtering and validation for downstream applications.
|
| 43 |
+
|
| 44 |
+
## Citation
|
| 45 |
+
If you use this dataset, please cite this Hugging Face repository.
|