Update README
Browse files
README.md
CHANGED
@@ -13,11 +13,11 @@ This model is a fine-tuned version of [Qwen2.5-7B-Instruct](https://huggingface.
|
|
13 |
# Training and Testing Data
|
14 |
|
15 |
The training data of MirrorAPI consists of:
|
16 |
-
- [`train_sft.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/blob/main/
|
17 |
-
- [`train_cot.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/blob/main/
|
18 |
-
- [`train_augment.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/blob/main/
|
19 |
|
20 |
-
The testing data are under [`test_sft`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/tree/main/
|
21 |
|
22 |
# Getting Started
|
23 |
|
@@ -28,7 +28,7 @@ Please refer to [LLaMA-Factory/README.md](https://github.com/hiyouga/LLaMA-Facto
|
|
28 |
### Data Preparation
|
29 |
|
30 |
As we use custom datasets, please make sure to add a dataset description in `dataset_info.json` and specify `dataset: dataset_name` before using it.
|
31 |
-
For instance of adding [`test_sft/id_high.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/blob/main/
|
32 |
```
|
33 |
{
|
34 |
...
|
|
|
13 |
# Training and Testing Data
|
14 |
|
15 |
The training data of MirrorAPI consists of:
|
16 |
+
- [`train_sft.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI-Training/blob/main/train_sft.json)
|
17 |
+
- [`train_cot.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI-Training/blob/main/train_cot.json)
|
18 |
+
- [`train_augment.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI-Training/blob/main/train_augment.json)
|
19 |
|
20 |
+
The testing data are under [`test_sft`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI-Bench/tree/main/test_sft) and [`test_cot`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI-Bench/tree/main/test_cot) for SFT and CoT modes, respectively.
|
21 |
|
22 |
# Getting Started
|
23 |
|
|
|
28 |
### Data Preparation
|
29 |
|
30 |
As we use custom datasets, please make sure to add a dataset description in `dataset_info.json` and specify `dataset: dataset_name` before using it.
|
31 |
+
For instance of adding [`test_sft/id_high.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI-Bench/blob/main/test_sft/id_high.json):
|
32 |
```
|
33 |
{
|
34 |
...
|