Update README with MedMCQA Alpaca files
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ license: other
|
|
| 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`
|
|
@@ -16,6 +16,8 @@ ASFT is a collection of instruction–response pairs in JSONL format, intended f
|
|
| 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:
|
|
@@ -32,7 +34,8 @@ Each line in every file is a JSON object with the following schema:
|
|
| 32 |
- General-purpose text generation benchmarks
|
| 33 |
|
| 34 |
## Data Provenance
|
| 35 |
-
|
|
|
|
| 36 |
|
| 37 |
## Licensing
|
| 38 |
License is not specified. Please verify licensing and usage constraints before using this dataset in production or redistribution.
|
|
|
|
| 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`. Some files are derived from MedMCQA and include explanations.
|
| 12 |
|
| 13 |
## Files
|
| 14 |
- `magpie10k.jsonl`
|
|
|
|
| 16 |
- `numina_cot_30k.jsonl`
|
| 17 |
- `numina_cot_100k.jsonl`
|
| 18 |
- `train_medmcqa_alpaca_10k.jsonl`
|
| 19 |
+
- `train_medmcqa_alpaca_30k.jsonl`
|
| 20 |
+
- `train_medmcqa_alpaca_100k.jsonl`
|
| 21 |
|
| 22 |
## Data Format
|
| 23 |
Each line in every file is a JSON object with the following schema:
|
|
|
|
| 34 |
- General-purpose text generation benchmarks
|
| 35 |
|
| 36 |
## Data Provenance
|
| 37 |
+
- `train_medmcqa_alpaca_10k.jsonl`, `train_medmcqa_alpaca_30k.jsonl`, and `train_medmcqa_alpaca_100k.jsonl` are derived from the `openlifescienceai/medmcqa` training split (examples with non-empty explanations). `instruction` contains the question with options; `response` contains the explanation followed by the final answer sentence.
|
| 38 |
+
- The original data sources and collection process for the remaining files are not specified in this repository.
|
| 39 |
|
| 40 |
## Licensing
|
| 41 |
License is not specified. Please verify licensing and usage constraints before using this dataset in production or redistribution.
|