Update README.md
Browse files
README.md
CHANGED
@@ -1,40 +1,42 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
4 |
-
|
5 |
-
|
6 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
7 |
-
should probably proofread and complete it, then remove this comment. -->
|
8 |
-
|
9 |
-
# StableToolBench-MirrorAPI
|
10 |
-
|
11 |
-
This model is a fine-tuned version of Qwen2.5-7B-Instruct
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
-
|
25 |
-
-
|
26 |
-
-
|
27 |
-
-
|
28 |
-
-
|
29 |
-
-
|
30 |
-
-
|
31 |
-
-
|
32 |
-
-
|
33 |
-
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
-
|
40 |
-
-
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
7 |
+
should probably proofread and complete it, then remove this comment. -->
|
8 |
+
|
9 |
+
# StableToolBench-MirrorAPI
|
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 |
+
|
21 |
+
The following hyperparameters were used during training:
|
22 |
+
- learning_rate: 2e-05
|
23 |
+
- train_batch_size: 2
|
24 |
+
- eval_batch_size: 2
|
25 |
+
- seed: 42
|
26 |
+
- distributed_type: multi-GPU
|
27 |
+
- num_devices: 8
|
28 |
+
- gradient_accumulation_steps: 8
|
29 |
+
- total_train_batch_size: 128
|
30 |
+
- total_eval_batch_size: 16
|
31 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
32 |
+
- lr_scheduler_type: cosine
|
33 |
+
- lr_scheduler_warmup_ratio: 0.04
|
34 |
+
- lr_scheduler_warmup_steps: 100
|
35 |
+
- num_epochs: 5.0
|
36 |
+
|
37 |
+
### Framework versions
|
38 |
+
|
39 |
+
- Transformers 4.44.2
|
40 |
+
- Pytorch 2.4.1+cu118
|
41 |
+
- Datasets 2.21.0
|
42 |
+
- Tokenizers 0.19.1
|