Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,10 @@ This model is a fine-tuned version of [Qwen2.5-7B-Instruct](https://huggingface.
|
|
12 |
|
13 |
### Training and evaluation data
|
14 |
|
15 |
-
|
16 |
-
- `train_sft.json`
|
17 |
-
- `train_cot.json`
|
18 |
-
- `train_augment.json`
|
19 |
|
20 |
### Training hyperparameters
|
21 |
|
|
|
12 |
|
13 |
### Training and evaluation data
|
14 |
|
15 |
+
The training data of MirrorAPI consists of:
|
16 |
+
- [`train_sft.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/blob/main/train/train_sft.json)
|
17 |
+
- [`train_cot.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/blob/main/train/train_cot.json)
|
18 |
+
- [`train_augment.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/blob/main/train/train_augment.json)
|
19 |
|
20 |
### Training hyperparameters
|
21 |
|