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