yniu commited on
Commit
20c8994
·
verified ·
1 Parent(s): c48c4bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -28
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
- ## Training and evaluation data
10
-
11
- ## Training procedure
12
-
13
- ### Training hyperparameters
14
-
15
- The following hyperparameters were used during training:
16
- - learning_rate: 1e-05
17
- - train_batch_size: 8
18
- - eval_batch_size: 8
19
- - seed: 42
20
- - distributed_type: multi-GPU
21
- - num_devices: 8
22
- - gradient_accumulation_steps: 1
23
- - total_train_batch_size: 64
24
- - total_eval_batch_size: 64
25
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
26
- - lr_scheduler_type: cosine
27
- - lr_scheduler_warmup_ratio: 0.1
28
- - lr_scheduler_warmup_steps: 0
 
 
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