Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,31 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
4 |
-
|
5 |
-
# MirrorAPI-Cache
|
6 |
-
|
7 |
-
This model is a fine-tuned version of [StableToolBench-MirrorAPI](https://huggingface.co/stabletoolbench/MirrorAPI).
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
-
|
19 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
-
|
25 |
-
-
|
26 |
-
-
|
27 |
-
-
|
28 |
-
-
|
|
|
|
|
29 |
- num_epochs: 3.0
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
# MirrorAPI-Cache
|
6 |
+
|
7 |
+
This model is a fine-tuned version of [StableToolBench-MirrorAPI](https://huggingface.co/stabletoolbench/MirrorAPI).
|
8 |
+
|
9 |
+
### Training and evaluation data
|
10 |
+
|
11 |
+
[The training data of MirrorAPI-Cache](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/tree/main/train) is `train_cache.json`.
|
12 |
+
|
13 |
+
[The evaluation data of MirrorAPI-Cache](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/tree/main/test) is `test_cache.json`.
|
14 |
+
|
15 |
+
### Training hyperparameters
|
16 |
+
|
17 |
+
The following hyperparameters were used during training:
|
18 |
+
- learning_rate: 1e-05
|
19 |
+
- train_batch_size: 8
|
20 |
+
- eval_batch_size: 8
|
21 |
+
- seed: 42
|
22 |
+
- distributed_type: multi-GPU
|
23 |
+
- num_devices: 8
|
24 |
+
- gradient_accumulation_steps: 1
|
25 |
+
- total_train_batch_size: 64
|
26 |
+
- total_eval_batch_size: 64
|
27 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
28 |
+
- lr_scheduler_type: cosine
|
29 |
+
- lr_scheduler_warmup_ratio: 0.1
|
30 |
+
- lr_scheduler_warmup_steps: 0
|
31 |
- num_epochs: 3.0
|