Farouk commited on
Commit
6b76bd5
·
1 Parent(s): d2fc405

Training in progress, step 5000

Browse files
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0adb017caa128c47f4a471530d4cf2caaf5d6c2586ddc0f523262eca6a5d4cb4
3
  size 319977229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e9bbdeb59f8a8c519ed9c2994f2a8462901714f6d8686e7ab6502890c97e862
3
  size 319977229
{checkpoint-2800 → checkpoint-4800/adapter_model/adapter_model}/README.md RENAMED
File without changes
{checkpoint-2800 → checkpoint-4800/adapter_model/adapter_model}/adapter_config.json RENAMED
File without changes
{checkpoint-2800 → checkpoint-4800/adapter_model/adapter_model}/adapter_model.bin RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6a3d09804cd90d1a04a086031287299f947d92a2acf87af6651aedc9eb5261f
3
  size 319977229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0adb017caa128c47f4a471530d4cf2caaf5d6c2586ddc0f523262eca6a5d4cb4
3
  size 319977229
checkpoint-5000/README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: True
16
+ - bnb_4bit_compute_dtype: bfloat16
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0
checkpoint-5000/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "pankajmathur/orca_mini_v3_7b",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 16.0,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 64,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "gate_proj",
18
+ "k_proj",
19
+ "v_proj",
20
+ "q_proj",
21
+ "down_proj",
22
+ "up_proj",
23
+ "o_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
checkpoint-5000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e9bbdeb59f8a8c519ed9c2994f2a8462901714f6d8686e7ab6502890c97e862
3
+ size 319977229
{checkpoint-2800 → checkpoint-5000}/added_tokens.json RENAMED
File without changes
{checkpoint-2800 → checkpoint-5000}/optimizer.pt RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ce8e6b55ef845ce005337a60efac427c588153e473aff9c72dcdd879e92b221
3
  size 1279539973
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:411b64fc6ad563d6c3a1934c5b4cf19984b98f6a1518f8c355e0eb8491d9cc62
3
  size 1279539973
{checkpoint-2800 → checkpoint-5000}/rng_state.pth RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f7dc6818621e47a9efea7a9c73d7f366d443624c7bd867ad296c987434ef671
3
  size 14511
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aafa27da5527030098b7e3417aae64c421829ca6534f13e1dac4b49f554ac6af
3
  size 14511
{checkpoint-2800 → checkpoint-5000}/scheduler.pt RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79c08a7148c570c3d4c87a735e3acef3af52d256eb019f3a3f3feeab8a656949
3
  size 627
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48d79510a393105d03ace4b25923bb16766b9918be883f120389bf31e783c069
3
  size 627
{checkpoint-2800 → checkpoint-5000}/special_tokens_map.json RENAMED
File without changes
{checkpoint-2800 → checkpoint-5000}/tokenizer.model RENAMED
File without changes
{checkpoint-2800 → checkpoint-5000}/tokenizer_config.json RENAMED
File without changes
{checkpoint-2800 → checkpoint-5000}/trainer_state.json RENAMED
@@ -1,8 +1,8 @@
1
  {
2
- "best_metric": 0.6053521633148193,
3
- "best_model_checkpoint": "experts/expert-20/checkpoint-2600",
4
- "epoch": 1.0715652506697282,
5
- "global_step": 2800,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
@@ -2680,11 +2680,2112 @@
2680
  "mmlu_eval_accuracy_world_religions": 0.7368421052631579,
2681
  "mmlu_loss": 1.2032016552692917,
2682
  "step": 2800
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2683
  }
2684
  ],
2685
  "max_steps": 10000,
2686
  "num_train_epochs": 4,
2687
- "total_flos": 7.931940473155092e+17,
2688
  "trial_name": null,
2689
  "trial_params": null
2690
  }
 
1
  {
2
+ "best_metric": 0.5940425992012024,
3
+ "best_model_checkpoint": "experts/expert-20/checkpoint-5000",
4
+ "epoch": 1.9135093761959434,
5
+ "global_step": 5000,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
 
2680
  "mmlu_eval_accuracy_world_religions": 0.7368421052631579,
2681
  "mmlu_loss": 1.2032016552692917,
2682
  "step": 2800
2683
+ },
2684
+ {
2685
+ "epoch": 1.08,
2686
+ "learning_rate": 0.0002,
2687
+ "loss": 0.5357,
2688
+ "step": 2810
2689
+ },
2690
+ {
2691
+ "epoch": 1.08,
2692
+ "learning_rate": 0.0002,
2693
+ "loss": 0.5481,
2694
+ "step": 2820
2695
+ },
2696
+ {
2697
+ "epoch": 1.08,
2698
+ "learning_rate": 0.0002,
2699
+ "loss": 0.5006,
2700
+ "step": 2830
2701
+ },
2702
+ {
2703
+ "epoch": 1.09,
2704
+ "learning_rate": 0.0002,
2705
+ "loss": 0.5565,
2706
+ "step": 2840
2707
+ },
2708
+ {
2709
+ "epoch": 1.09,
2710
+ "learning_rate": 0.0002,
2711
+ "loss": 0.4945,
2712
+ "step": 2850
2713
+ },
2714
+ {
2715
+ "epoch": 1.09,
2716
+ "learning_rate": 0.0002,
2717
+ "loss": 0.5465,
2718
+ "step": 2860
2719
+ },
2720
+ {
2721
+ "epoch": 1.1,
2722
+ "learning_rate": 0.0002,
2723
+ "loss": 0.5275,
2724
+ "step": 2870
2725
+ },
2726
+ {
2727
+ "epoch": 1.1,
2728
+ "learning_rate": 0.0002,
2729
+ "loss": 0.5385,
2730
+ "step": 2880
2731
+ },
2732
+ {
2733
+ "epoch": 1.11,
2734
+ "learning_rate": 0.0002,
2735
+ "loss": 0.5487,
2736
+ "step": 2890
2737
+ },
2738
+ {
2739
+ "epoch": 1.11,
2740
+ "learning_rate": 0.0002,
2741
+ "loss": 0.531,
2742
+ "step": 2900
2743
+ },
2744
+ {
2745
+ "epoch": 1.11,
2746
+ "learning_rate": 0.0002,
2747
+ "loss": 0.5181,
2748
+ "step": 2910
2749
+ },
2750
+ {
2751
+ "epoch": 1.12,
2752
+ "learning_rate": 0.0002,
2753
+ "loss": 0.5249,
2754
+ "step": 2920
2755
+ },
2756
+ {
2757
+ "epoch": 1.12,
2758
+ "learning_rate": 0.0002,
2759
+ "loss": 0.5267,
2760
+ "step": 2930
2761
+ },
2762
+ {
2763
+ "epoch": 1.13,
2764
+ "learning_rate": 0.0002,
2765
+ "loss": 0.5451,
2766
+ "step": 2940
2767
+ },
2768
+ {
2769
+ "epoch": 1.13,
2770
+ "learning_rate": 0.0002,
2771
+ "loss": 0.5479,
2772
+ "step": 2950
2773
+ },
2774
+ {
2775
+ "epoch": 1.13,
2776
+ "learning_rate": 0.0002,
2777
+ "loss": 0.5388,
2778
+ "step": 2960
2779
+ },
2780
+ {
2781
+ "epoch": 1.14,
2782
+ "learning_rate": 0.0002,
2783
+ "loss": 0.5377,
2784
+ "step": 2970
2785
+ },
2786
+ {
2787
+ "epoch": 1.14,
2788
+ "learning_rate": 0.0002,
2789
+ "loss": 0.5308,
2790
+ "step": 2980
2791
+ },
2792
+ {
2793
+ "epoch": 1.14,
2794
+ "learning_rate": 0.0002,
2795
+ "loss": 0.5687,
2796
+ "step": 2990
2797
+ },
2798
+ {
2799
+ "epoch": 1.15,
2800
+ "learning_rate": 0.0002,
2801
+ "loss": 0.5197,
2802
+ "step": 3000
2803
+ },
2804
+ {
2805
+ "epoch": 1.15,
2806
+ "eval_loss": 0.6082561016082764,
2807
+ "eval_runtime": 110.176,
2808
+ "eval_samples_per_second": 9.076,
2809
+ "eval_steps_per_second": 4.538,
2810
+ "step": 3000
2811
+ },
2812
+ {
2813
+ "epoch": 1.15,
2814
+ "mmlu_eval_accuracy": 0.49726386892502517,
2815
+ "mmlu_eval_accuracy_abstract_algebra": 0.2727272727272727,
2816
+ "mmlu_eval_accuracy_anatomy": 0.5714285714285714,
2817
+ "mmlu_eval_accuracy_astronomy": 0.4375,
2818
+ "mmlu_eval_accuracy_business_ethics": 0.45454545454545453,
2819
+ "mmlu_eval_accuracy_clinical_knowledge": 0.5172413793103449,
2820
+ "mmlu_eval_accuracy_college_biology": 0.375,
2821
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
2822
+ "mmlu_eval_accuracy_college_computer_science": 0.45454545454545453,
2823
+ "mmlu_eval_accuracy_college_mathematics": 0.36363636363636365,
2824
+ "mmlu_eval_accuracy_college_medicine": 0.5,
2825
+ "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
2826
+ "mmlu_eval_accuracy_computer_security": 0.6363636363636364,
2827
+ "mmlu_eval_accuracy_conceptual_physics": 0.4230769230769231,
2828
+ "mmlu_eval_accuracy_econometrics": 0.25,
2829
+ "mmlu_eval_accuracy_electrical_engineering": 0.375,
2830
+ "mmlu_eval_accuracy_elementary_mathematics": 0.34146341463414637,
2831
+ "mmlu_eval_accuracy_formal_logic": 0.07142857142857142,
2832
+ "mmlu_eval_accuracy_global_facts": 0.5,
2833
+ "mmlu_eval_accuracy_high_school_biology": 0.4375,
2834
+ "mmlu_eval_accuracy_high_school_chemistry": 0.45454545454545453,
2835
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
2836
+ "mmlu_eval_accuracy_high_school_european_history": 0.6666666666666666,
2837
+ "mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
2838
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5714285714285714,
2839
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.4186046511627907,
2840
+ "mmlu_eval_accuracy_high_school_mathematics": 0.20689655172413793,
2841
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.5384615384615384,
2842
+ "mmlu_eval_accuracy_high_school_physics": 0.11764705882352941,
2843
+ "mmlu_eval_accuracy_high_school_psychology": 0.8666666666666667,
2844
+ "mmlu_eval_accuracy_high_school_statistics": 0.43478260869565216,
2845
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
2846
+ "mmlu_eval_accuracy_high_school_world_history": 0.6923076923076923,
2847
+ "mmlu_eval_accuracy_human_aging": 0.6956521739130435,
2848
+ "mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
2849
+ "mmlu_eval_accuracy_international_law": 0.8461538461538461,
2850
+ "mmlu_eval_accuracy_jurisprudence": 0.45454545454545453,
2851
+ "mmlu_eval_accuracy_logical_fallacies": 0.6666666666666666,
2852
+ "mmlu_eval_accuracy_machine_learning": 0.0,
2853
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
2854
+ "mmlu_eval_accuracy_marketing": 0.8,
2855
+ "mmlu_eval_accuracy_medical_genetics": 0.8181818181818182,
2856
+ "mmlu_eval_accuracy_miscellaneous": 0.6395348837209303,
2857
+ "mmlu_eval_accuracy_moral_disputes": 0.3684210526315789,
2858
+ "mmlu_eval_accuracy_moral_scenarios": 0.23,
2859
+ "mmlu_eval_accuracy_nutrition": 0.6363636363636364,
2860
+ "mmlu_eval_accuracy_philosophy": 0.5588235294117647,
2861
+ "mmlu_eval_accuracy_prehistory": 0.6285714285714286,
2862
+ "mmlu_eval_accuracy_professional_accounting": 0.25806451612903225,
2863
+ "mmlu_eval_accuracy_professional_law": 0.3235294117647059,
2864
+ "mmlu_eval_accuracy_professional_medicine": 0.5806451612903226,
2865
+ "mmlu_eval_accuracy_professional_psychology": 0.4492753623188406,
2866
+ "mmlu_eval_accuracy_public_relations": 0.6666666666666666,
2867
+ "mmlu_eval_accuracy_security_studies": 0.48148148148148145,
2868
+ "mmlu_eval_accuracy_sociology": 0.6363636363636364,
2869
+ "mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
2870
+ "mmlu_eval_accuracy_virology": 0.5,
2871
+ "mmlu_eval_accuracy_world_religions": 0.7894736842105263,
2872
+ "mmlu_loss": 1.1765952889197178,
2873
+ "step": 3000
2874
+ },
2875
+ {
2876
+ "epoch": 1.15,
2877
+ "learning_rate": 0.0002,
2878
+ "loss": 0.56,
2879
+ "step": 3010
2880
+ },
2881
+ {
2882
+ "epoch": 1.16,
2883
+ "learning_rate": 0.0002,
2884
+ "loss": 0.5144,
2885
+ "step": 3020
2886
+ },
2887
+ {
2888
+ "epoch": 1.16,
2889
+ "learning_rate": 0.0002,
2890
+ "loss": 0.549,
2891
+ "step": 3030
2892
+ },
2893
+ {
2894
+ "epoch": 1.16,
2895
+ "learning_rate": 0.0002,
2896
+ "loss": 0.545,
2897
+ "step": 3040
2898
+ },
2899
+ {
2900
+ "epoch": 1.17,
2901
+ "learning_rate": 0.0002,
2902
+ "loss": 0.5051,
2903
+ "step": 3050
2904
+ },
2905
+ {
2906
+ "epoch": 1.17,
2907
+ "learning_rate": 0.0002,
2908
+ "loss": 0.5244,
2909
+ "step": 3060
2910
+ },
2911
+ {
2912
+ "epoch": 1.17,
2913
+ "learning_rate": 0.0002,
2914
+ "loss": 0.5319,
2915
+ "step": 3070
2916
+ },
2917
+ {
2918
+ "epoch": 1.18,
2919
+ "learning_rate": 0.0002,
2920
+ "loss": 0.5088,
2921
+ "step": 3080
2922
+ },
2923
+ {
2924
+ "epoch": 1.18,
2925
+ "learning_rate": 0.0002,
2926
+ "loss": 0.5376,
2927
+ "step": 3090
2928
+ },
2929
+ {
2930
+ "epoch": 1.19,
2931
+ "learning_rate": 0.0002,
2932
+ "loss": 0.4991,
2933
+ "step": 3100
2934
+ },
2935
+ {
2936
+ "epoch": 1.19,
2937
+ "learning_rate": 0.0002,
2938
+ "loss": 0.4964,
2939
+ "step": 3110
2940
+ },
2941
+ {
2942
+ "epoch": 1.19,
2943
+ "learning_rate": 0.0002,
2944
+ "loss": 0.5044,
2945
+ "step": 3120
2946
+ },
2947
+ {
2948
+ "epoch": 1.2,
2949
+ "learning_rate": 0.0002,
2950
+ "loss": 0.5355,
2951
+ "step": 3130
2952
+ },
2953
+ {
2954
+ "epoch": 1.2,
2955
+ "learning_rate": 0.0002,
2956
+ "loss": 0.5404,
2957
+ "step": 3140
2958
+ },
2959
+ {
2960
+ "epoch": 1.21,
2961
+ "learning_rate": 0.0002,
2962
+ "loss": 0.5375,
2963
+ "step": 3150
2964
+ },
2965
+ {
2966
+ "epoch": 1.21,
2967
+ "learning_rate": 0.0002,
2968
+ "loss": 0.5317,
2969
+ "step": 3160
2970
+ },
2971
+ {
2972
+ "epoch": 1.21,
2973
+ "learning_rate": 0.0002,
2974
+ "loss": 0.5611,
2975
+ "step": 3170
2976
+ },
2977
+ {
2978
+ "epoch": 1.22,
2979
+ "learning_rate": 0.0002,
2980
+ "loss": 0.5063,
2981
+ "step": 3180
2982
+ },
2983
+ {
2984
+ "epoch": 1.22,
2985
+ "learning_rate": 0.0002,
2986
+ "loss": 0.5602,
2987
+ "step": 3190
2988
+ },
2989
+ {
2990
+ "epoch": 1.22,
2991
+ "learning_rate": 0.0002,
2992
+ "loss": 0.5485,
2993
+ "step": 3200
2994
+ },
2995
+ {
2996
+ "epoch": 1.22,
2997
+ "eval_loss": 0.605635404586792,
2998
+ "eval_runtime": 110.1083,
2999
+ "eval_samples_per_second": 9.082,
3000
+ "eval_steps_per_second": 4.541,
3001
+ "step": 3200
3002
+ },
3003
+ {
3004
+ "epoch": 1.22,
3005
+ "mmlu_eval_accuracy": 0.5034052552141044,
3006
+ "mmlu_eval_accuracy_abstract_algebra": 0.2727272727272727,
3007
+ "mmlu_eval_accuracy_anatomy": 0.5714285714285714,
3008
+ "mmlu_eval_accuracy_astronomy": 0.5,
3009
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
3010
+ "mmlu_eval_accuracy_clinical_knowledge": 0.5517241379310345,
3011
+ "mmlu_eval_accuracy_college_biology": 0.4375,
3012
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
3013
+ "mmlu_eval_accuracy_college_computer_science": 0.45454545454545453,
3014
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
3015
+ "mmlu_eval_accuracy_college_medicine": 0.45454545454545453,
3016
+ "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
3017
+ "mmlu_eval_accuracy_computer_security": 0.5454545454545454,
3018
+ "mmlu_eval_accuracy_conceptual_physics": 0.46153846153846156,
3019
+ "mmlu_eval_accuracy_econometrics": 0.25,
3020
+ "mmlu_eval_accuracy_electrical_engineering": 0.3125,
3021
+ "mmlu_eval_accuracy_elementary_mathematics": 0.36585365853658536,
3022
+ "mmlu_eval_accuracy_formal_logic": 0.07142857142857142,
3023
+ "mmlu_eval_accuracy_global_facts": 0.5,
3024
+ "mmlu_eval_accuracy_high_school_biology": 0.4375,
3025
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
3026
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
3027
+ "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
3028
+ "mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
3029
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5714285714285714,
3030
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.5348837209302325,
3031
+ "mmlu_eval_accuracy_high_school_mathematics": 0.3103448275862069,
3032
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.5384615384615384,
3033
+ "mmlu_eval_accuracy_high_school_physics": 0.17647058823529413,
3034
+ "mmlu_eval_accuracy_high_school_psychology": 0.8666666666666667,
3035
+ "mmlu_eval_accuracy_high_school_statistics": 0.43478260869565216,
3036
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
3037
+ "mmlu_eval_accuracy_high_school_world_history": 0.6923076923076923,
3038
+ "mmlu_eval_accuracy_human_aging": 0.6956521739130435,
3039
+ "mmlu_eval_accuracy_human_sexuality": 0.4166666666666667,
3040
+ "mmlu_eval_accuracy_international_law": 0.8461538461538461,
3041
+ "mmlu_eval_accuracy_jurisprudence": 0.45454545454545453,
3042
+ "mmlu_eval_accuracy_logical_fallacies": 0.6666666666666666,
3043
+ "mmlu_eval_accuracy_machine_learning": 0.09090909090909091,
3044
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
3045
+ "mmlu_eval_accuracy_marketing": 0.8,
3046
+ "mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
3047
+ "mmlu_eval_accuracy_miscellaneous": 0.6744186046511628,
3048
+ "mmlu_eval_accuracy_moral_disputes": 0.3684210526315789,
3049
+ "mmlu_eval_accuracy_moral_scenarios": 0.23,
3050
+ "mmlu_eval_accuracy_nutrition": 0.6060606060606061,
3051
+ "mmlu_eval_accuracy_philosophy": 0.5882352941176471,
3052
+ "mmlu_eval_accuracy_prehistory": 0.4857142857142857,
3053
+ "mmlu_eval_accuracy_professional_accounting": 0.2903225806451613,
3054
+ "mmlu_eval_accuracy_professional_law": 0.3411764705882353,
3055
+ "mmlu_eval_accuracy_professional_medicine": 0.5483870967741935,
3056
+ "mmlu_eval_accuracy_professional_psychology": 0.4782608695652174,
3057
+ "mmlu_eval_accuracy_public_relations": 0.6666666666666666,
3058
+ "mmlu_eval_accuracy_security_studies": 0.5185185185185185,
3059
+ "mmlu_eval_accuracy_sociology": 0.5454545454545454,
3060
+ "mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
3061
+ "mmlu_eval_accuracy_virology": 0.5,
3062
+ "mmlu_eval_accuracy_world_religions": 0.7894736842105263,
3063
+ "mmlu_loss": 1.231649951236055,
3064
+ "step": 3200
3065
+ },
3066
+ {
3067
+ "epoch": 1.23,
3068
+ "learning_rate": 0.0002,
3069
+ "loss": 0.5593,
3070
+ "step": 3210
3071
+ },
3072
+ {
3073
+ "epoch": 1.23,
3074
+ "learning_rate": 0.0002,
3075
+ "loss": 0.525,
3076
+ "step": 3220
3077
+ },
3078
+ {
3079
+ "epoch": 1.24,
3080
+ "learning_rate": 0.0002,
3081
+ "loss": 0.5349,
3082
+ "step": 3230
3083
+ },
3084
+ {
3085
+ "epoch": 1.24,
3086
+ "learning_rate": 0.0002,
3087
+ "loss": 0.5284,
3088
+ "step": 3240
3089
+ },
3090
+ {
3091
+ "epoch": 1.24,
3092
+ "learning_rate": 0.0002,
3093
+ "loss": 0.5477,
3094
+ "step": 3250
3095
+ },
3096
+ {
3097
+ "epoch": 1.25,
3098
+ "learning_rate": 0.0002,
3099
+ "loss": 0.5122,
3100
+ "step": 3260
3101
+ },
3102
+ {
3103
+ "epoch": 1.25,
3104
+ "learning_rate": 0.0002,
3105
+ "loss": 0.509,
3106
+ "step": 3270
3107
+ },
3108
+ {
3109
+ "epoch": 1.26,
3110
+ "learning_rate": 0.0002,
3111
+ "loss": 0.5395,
3112
+ "step": 3280
3113
+ },
3114
+ {
3115
+ "epoch": 1.26,
3116
+ "learning_rate": 0.0002,
3117
+ "loss": 0.5251,
3118
+ "step": 3290
3119
+ },
3120
+ {
3121
+ "epoch": 1.26,
3122
+ "learning_rate": 0.0002,
3123
+ "loss": 0.5037,
3124
+ "step": 3300
3125
+ },
3126
+ {
3127
+ "epoch": 1.27,
3128
+ "learning_rate": 0.0002,
3129
+ "loss": 0.5448,
3130
+ "step": 3310
3131
+ },
3132
+ {
3133
+ "epoch": 1.27,
3134
+ "learning_rate": 0.0002,
3135
+ "loss": 0.511,
3136
+ "step": 3320
3137
+ },
3138
+ {
3139
+ "epoch": 1.27,
3140
+ "learning_rate": 0.0002,
3141
+ "loss": 0.5056,
3142
+ "step": 3330
3143
+ },
3144
+ {
3145
+ "epoch": 1.28,
3146
+ "learning_rate": 0.0002,
3147
+ "loss": 0.5057,
3148
+ "step": 3340
3149
+ },
3150
+ {
3151
+ "epoch": 1.28,
3152
+ "learning_rate": 0.0002,
3153
+ "loss": 0.5097,
3154
+ "step": 3350
3155
+ },
3156
+ {
3157
+ "epoch": 1.29,
3158
+ "learning_rate": 0.0002,
3159
+ "loss": 0.5418,
3160
+ "step": 3360
3161
+ },
3162
+ {
3163
+ "epoch": 1.29,
3164
+ "learning_rate": 0.0002,
3165
+ "loss": 0.5315,
3166
+ "step": 3370
3167
+ },
3168
+ {
3169
+ "epoch": 1.29,
3170
+ "learning_rate": 0.0002,
3171
+ "loss": 0.5439,
3172
+ "step": 3380
3173
+ },
3174
+ {
3175
+ "epoch": 1.3,
3176
+ "learning_rate": 0.0002,
3177
+ "loss": 0.549,
3178
+ "step": 3390
3179
+ },
3180
+ {
3181
+ "epoch": 1.3,
3182
+ "learning_rate": 0.0002,
3183
+ "loss": 0.5264,
3184
+ "step": 3400
3185
+ },
3186
+ {
3187
+ "epoch": 1.3,
3188
+ "eval_loss": 0.6041563749313354,
3189
+ "eval_runtime": 110.1059,
3190
+ "eval_samples_per_second": 9.082,
3191
+ "eval_steps_per_second": 4.541,
3192
+ "step": 3400
3193
+ },
3194
+ {
3195
+ "epoch": 1.3,
3196
+ "mmlu_eval_accuracy": 0.4932167223623642,
3197
+ "mmlu_eval_accuracy_abstract_algebra": 0.36363636363636365,
3198
+ "mmlu_eval_accuracy_anatomy": 0.6428571428571429,
3199
+ "mmlu_eval_accuracy_astronomy": 0.4375,
3200
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
3201
+ "mmlu_eval_accuracy_clinical_knowledge": 0.5172413793103449,
3202
+ "mmlu_eval_accuracy_college_biology": 0.4375,
3203
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
3204
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
3205
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
3206
+ "mmlu_eval_accuracy_college_medicine": 0.36363636363636365,
3207
+ "mmlu_eval_accuracy_college_physics": 0.2727272727272727,
3208
+ "mmlu_eval_accuracy_computer_security": 0.45454545454545453,
3209
+ "mmlu_eval_accuracy_conceptual_physics": 0.4230769230769231,
3210
+ "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
3211
+ "mmlu_eval_accuracy_electrical_engineering": 0.1875,
3212
+ "mmlu_eval_accuracy_elementary_mathematics": 0.3170731707317073,
3213
+ "mmlu_eval_accuracy_formal_logic": 0.14285714285714285,
3214
+ "mmlu_eval_accuracy_global_facts": 0.6,
3215
+ "mmlu_eval_accuracy_high_school_biology": 0.40625,
3216
+ "mmlu_eval_accuracy_high_school_chemistry": 0.36363636363636365,
3217
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
3218
+ "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
3219
+ "mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
3220
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5714285714285714,
3221
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.5116279069767442,
3222
+ "mmlu_eval_accuracy_high_school_mathematics": 0.20689655172413793,
3223
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.5,
3224
+ "mmlu_eval_accuracy_high_school_physics": 0.23529411764705882,
3225
+ "mmlu_eval_accuracy_high_school_psychology": 0.8833333333333333,
3226
+ "mmlu_eval_accuracy_high_school_statistics": 0.30434782608695654,
3227
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
3228
+ "mmlu_eval_accuracy_high_school_world_history": 0.6923076923076923,
3229
+ "mmlu_eval_accuracy_human_aging": 0.7391304347826086,
3230
+ "mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
3231
+ "mmlu_eval_accuracy_international_law": 0.8461538461538461,
3232
+ "mmlu_eval_accuracy_jurisprudence": 0.2727272727272727,
3233
+ "mmlu_eval_accuracy_logical_fallacies": 0.6666666666666666,
3234
+ "mmlu_eval_accuracy_machine_learning": 0.18181818181818182,
3235
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
3236
+ "mmlu_eval_accuracy_marketing": 0.8,
3237
+ "mmlu_eval_accuracy_medical_genetics": 1.0,
3238
+ "mmlu_eval_accuracy_miscellaneous": 0.6395348837209303,
3239
+ "mmlu_eval_accuracy_moral_disputes": 0.42105263157894735,
3240
+ "mmlu_eval_accuracy_moral_scenarios": 0.23,
3241
+ "mmlu_eval_accuracy_nutrition": 0.6363636363636364,
3242
+ "mmlu_eval_accuracy_philosophy": 0.5294117647058824,
3243
+ "mmlu_eval_accuracy_prehistory": 0.5142857142857142,
3244
+ "mmlu_eval_accuracy_professional_accounting": 0.3548387096774194,
3245
+ "mmlu_eval_accuracy_professional_law": 0.3352941176470588,
3246
+ "mmlu_eval_accuracy_professional_medicine": 0.6129032258064516,
3247
+ "mmlu_eval_accuracy_professional_psychology": 0.5072463768115942,
3248
+ "mmlu_eval_accuracy_public_relations": 0.6666666666666666,
3249
+ "mmlu_eval_accuracy_security_studies": 0.48148148148148145,
3250
+ "mmlu_eval_accuracy_sociology": 0.5909090909090909,
3251
+ "mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
3252
+ "mmlu_eval_accuracy_virology": 0.5,
3253
+ "mmlu_eval_accuracy_world_religions": 0.7894736842105263,
3254
+ "mmlu_loss": 1.2507294344450723,
3255
+ "step": 3400
3256
+ },
3257
+ {
3258
+ "epoch": 1.31,
3259
+ "learning_rate": 0.0002,
3260
+ "loss": 0.5142,
3261
+ "step": 3410
3262
+ },
3263
+ {
3264
+ "epoch": 1.31,
3265
+ "learning_rate": 0.0002,
3266
+ "loss": 0.512,
3267
+ "step": 3420
3268
+ },
3269
+ {
3270
+ "epoch": 1.31,
3271
+ "learning_rate": 0.0002,
3272
+ "loss": 0.5426,
3273
+ "step": 3430
3274
+ },
3275
+ {
3276
+ "epoch": 1.32,
3277
+ "learning_rate": 0.0002,
3278
+ "loss": 0.5434,
3279
+ "step": 3440
3280
+ },
3281
+ {
3282
+ "epoch": 1.32,
3283
+ "learning_rate": 0.0002,
3284
+ "loss": 0.5239,
3285
+ "step": 3450
3286
+ },
3287
+ {
3288
+ "epoch": 1.32,
3289
+ "learning_rate": 0.0002,
3290
+ "loss": 0.5665,
3291
+ "step": 3460
3292
+ },
3293
+ {
3294
+ "epoch": 1.33,
3295
+ "learning_rate": 0.0002,
3296
+ "loss": 0.4931,
3297
+ "step": 3470
3298
+ },
3299
+ {
3300
+ "epoch": 1.33,
3301
+ "learning_rate": 0.0002,
3302
+ "loss": 0.5295,
3303
+ "step": 3480
3304
+ },
3305
+ {
3306
+ "epoch": 1.34,
3307
+ "learning_rate": 0.0002,
3308
+ "loss": 0.5215,
3309
+ "step": 3490
3310
+ },
3311
+ {
3312
+ "epoch": 1.34,
3313
+ "learning_rate": 0.0002,
3314
+ "loss": 0.5391,
3315
+ "step": 3500
3316
+ },
3317
+ {
3318
+ "epoch": 1.34,
3319
+ "learning_rate": 0.0002,
3320
+ "loss": 0.5442,
3321
+ "step": 3510
3322
+ },
3323
+ {
3324
+ "epoch": 1.35,
3325
+ "learning_rate": 0.0002,
3326
+ "loss": 0.5704,
3327
+ "step": 3520
3328
+ },
3329
+ {
3330
+ "epoch": 1.35,
3331
+ "learning_rate": 0.0002,
3332
+ "loss": 0.5417,
3333
+ "step": 3530
3334
+ },
3335
+ {
3336
+ "epoch": 1.35,
3337
+ "learning_rate": 0.0002,
3338
+ "loss": 0.527,
3339
+ "step": 3540
3340
+ },
3341
+ {
3342
+ "epoch": 1.36,
3343
+ "learning_rate": 0.0002,
3344
+ "loss": 0.4955,
3345
+ "step": 3550
3346
+ },
3347
+ {
3348
+ "epoch": 1.36,
3349
+ "learning_rate": 0.0002,
3350
+ "loss": 0.5309,
3351
+ "step": 3560
3352
+ },
3353
+ {
3354
+ "epoch": 1.37,
3355
+ "learning_rate": 0.0002,
3356
+ "loss": 0.5307,
3357
+ "step": 3570
3358
+ },
3359
+ {
3360
+ "epoch": 1.37,
3361
+ "learning_rate": 0.0002,
3362
+ "loss": 0.5002,
3363
+ "step": 3580
3364
+ },
3365
+ {
3366
+ "epoch": 1.37,
3367
+ "learning_rate": 0.0002,
3368
+ "loss": 0.5616,
3369
+ "step": 3590
3370
+ },
3371
+ {
3372
+ "epoch": 1.38,
3373
+ "learning_rate": 0.0002,
3374
+ "loss": 0.5651,
3375
+ "step": 3600
3376
+ },
3377
+ {
3378
+ "epoch": 1.38,
3379
+ "eval_loss": 0.6027197241783142,
3380
+ "eval_runtime": 110.5773,
3381
+ "eval_samples_per_second": 9.043,
3382
+ "eval_steps_per_second": 4.522,
3383
+ "step": 3600
3384
+ },
3385
+ {
3386
+ "epoch": 1.38,
3387
+ "mmlu_eval_accuracy": 0.5042079559135443,
3388
+ "mmlu_eval_accuracy_abstract_algebra": 0.36363636363636365,
3389
+ "mmlu_eval_accuracy_anatomy": 0.6428571428571429,
3390
+ "mmlu_eval_accuracy_astronomy": 0.4375,
3391
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
3392
+ "mmlu_eval_accuracy_clinical_knowledge": 0.5862068965517241,
3393
+ "mmlu_eval_accuracy_college_biology": 0.375,
3394
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
3395
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
3396
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
3397
+ "mmlu_eval_accuracy_college_medicine": 0.4090909090909091,
3398
+ "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
3399
+ "mmlu_eval_accuracy_computer_security": 0.45454545454545453,
3400
+ "mmlu_eval_accuracy_conceptual_physics": 0.38461538461538464,
3401
+ "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
3402
+ "mmlu_eval_accuracy_electrical_engineering": 0.3125,
3403
+ "mmlu_eval_accuracy_elementary_mathematics": 0.3170731707317073,
3404
+ "mmlu_eval_accuracy_formal_logic": 0.07142857142857142,
3405
+ "mmlu_eval_accuracy_global_facts": 0.6,
3406
+ "mmlu_eval_accuracy_high_school_biology": 0.4375,
3407
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
3408
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
3409
+ "mmlu_eval_accuracy_high_school_european_history": 0.6666666666666666,
3410
+ "mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
3411
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.6190476190476191,
3412
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.5116279069767442,
3413
+ "mmlu_eval_accuracy_high_school_mathematics": 0.27586206896551724,
3414
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.5,
3415
+ "mmlu_eval_accuracy_high_school_physics": 0.11764705882352941,
3416
+ "mmlu_eval_accuracy_high_school_psychology": 0.8833333333333333,
3417
+ "mmlu_eval_accuracy_high_school_statistics": 0.391304347826087,
3418
+ "mmlu_eval_accuracy_high_school_us_history": 0.6363636363636364,
3419
+ "mmlu_eval_accuracy_high_school_world_history": 0.6923076923076923,
3420
+ "mmlu_eval_accuracy_human_aging": 0.6521739130434783,
3421
+ "mmlu_eval_accuracy_human_sexuality": 0.4166666666666667,
3422
+ "mmlu_eval_accuracy_international_law": 0.8461538461538461,
3423
+ "mmlu_eval_accuracy_jurisprudence": 0.36363636363636365,
3424
+ "mmlu_eval_accuracy_logical_fallacies": 0.6666666666666666,
3425
+ "mmlu_eval_accuracy_machine_learning": 0.18181818181818182,
3426
+ "mmlu_eval_accuracy_management": 0.7272727272727273,
3427
+ "mmlu_eval_accuracy_marketing": 0.8,
3428
+ "mmlu_eval_accuracy_medical_genetics": 1.0,
3429
+ "mmlu_eval_accuracy_miscellaneous": 0.6627906976744186,
3430
+ "mmlu_eval_accuracy_moral_disputes": 0.39473684210526316,
3431
+ "mmlu_eval_accuracy_moral_scenarios": 0.25,
3432
+ "mmlu_eval_accuracy_nutrition": 0.6363636363636364,
3433
+ "mmlu_eval_accuracy_philosophy": 0.5882352941176471,
3434
+ "mmlu_eval_accuracy_prehistory": 0.4857142857142857,
3435
+ "mmlu_eval_accuracy_professional_accounting": 0.3548387096774194,
3436
+ "mmlu_eval_accuracy_professional_law": 0.36470588235294116,
3437
+ "mmlu_eval_accuracy_professional_medicine": 0.6129032258064516,
3438
+ "mmlu_eval_accuracy_professional_psychology": 0.4927536231884058,
3439
+ "mmlu_eval_accuracy_public_relations": 0.6666666666666666,
3440
+ "mmlu_eval_accuracy_security_studies": 0.48148148148148145,
3441
+ "mmlu_eval_accuracy_sociology": 0.5909090909090909,
3442
+ "mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
3443
+ "mmlu_eval_accuracy_virology": 0.5555555555555556,
3444
+ "mmlu_eval_accuracy_world_religions": 0.7894736842105263,
3445
+ "mmlu_loss": 1.2559297262610716,
3446
+ "step": 3600
3447
+ },
3448
+ {
3449
+ "epoch": 1.38,
3450
+ "learning_rate": 0.0002,
3451
+ "loss": 0.5488,
3452
+ "step": 3610
3453
+ },
3454
+ {
3455
+ "epoch": 1.39,
3456
+ "learning_rate": 0.0002,
3457
+ "loss": 0.5546,
3458
+ "step": 3620
3459
+ },
3460
+ {
3461
+ "epoch": 1.39,
3462
+ "learning_rate": 0.0002,
3463
+ "loss": 0.499,
3464
+ "step": 3630
3465
+ },
3466
+ {
3467
+ "epoch": 1.39,
3468
+ "learning_rate": 0.0002,
3469
+ "loss": 0.5475,
3470
+ "step": 3640
3471
+ },
3472
+ {
3473
+ "epoch": 1.4,
3474
+ "learning_rate": 0.0002,
3475
+ "loss": 0.5636,
3476
+ "step": 3650
3477
+ },
3478
+ {
3479
+ "epoch": 1.4,
3480
+ "learning_rate": 0.0002,
3481
+ "loss": 0.5289,
3482
+ "step": 3660
3483
+ },
3484
+ {
3485
+ "epoch": 1.4,
3486
+ "learning_rate": 0.0002,
3487
+ "loss": 0.5712,
3488
+ "step": 3670
3489
+ },
3490
+ {
3491
+ "epoch": 1.41,
3492
+ "learning_rate": 0.0002,
3493
+ "loss": 0.5193,
3494
+ "step": 3680
3495
+ },
3496
+ {
3497
+ "epoch": 1.41,
3498
+ "learning_rate": 0.0002,
3499
+ "loss": 0.5423,
3500
+ "step": 3690
3501
+ },
3502
+ {
3503
+ "epoch": 1.42,
3504
+ "learning_rate": 0.0002,
3505
+ "loss": 0.5187,
3506
+ "step": 3700
3507
+ },
3508
+ {
3509
+ "epoch": 1.42,
3510
+ "learning_rate": 0.0002,
3511
+ "loss": 0.5422,
3512
+ "step": 3710
3513
+ },
3514
+ {
3515
+ "epoch": 1.42,
3516
+ "learning_rate": 0.0002,
3517
+ "loss": 0.533,
3518
+ "step": 3720
3519
+ },
3520
+ {
3521
+ "epoch": 1.43,
3522
+ "learning_rate": 0.0002,
3523
+ "loss": 0.5536,
3524
+ "step": 3730
3525
+ },
3526
+ {
3527
+ "epoch": 1.43,
3528
+ "learning_rate": 0.0002,
3529
+ "loss": 0.4933,
3530
+ "step": 3740
3531
+ },
3532
+ {
3533
+ "epoch": 1.44,
3534
+ "learning_rate": 0.0002,
3535
+ "loss": 0.5274,
3536
+ "step": 3750
3537
+ },
3538
+ {
3539
+ "epoch": 1.44,
3540
+ "learning_rate": 0.0002,
3541
+ "loss": 0.4937,
3542
+ "step": 3760
3543
+ },
3544
+ {
3545
+ "epoch": 1.44,
3546
+ "learning_rate": 0.0002,
3547
+ "loss": 0.499,
3548
+ "step": 3770
3549
+ },
3550
+ {
3551
+ "epoch": 1.45,
3552
+ "learning_rate": 0.0002,
3553
+ "loss": 0.5277,
3554
+ "step": 3780
3555
+ },
3556
+ {
3557
+ "epoch": 1.45,
3558
+ "learning_rate": 0.0002,
3559
+ "loss": 0.4888,
3560
+ "step": 3790
3561
+ },
3562
+ {
3563
+ "epoch": 1.45,
3564
+ "learning_rate": 0.0002,
3565
+ "loss": 0.5348,
3566
+ "step": 3800
3567
+ },
3568
+ {
3569
+ "epoch": 1.45,
3570
+ "eval_loss": 0.6034274697303772,
3571
+ "eval_runtime": 110.0204,
3572
+ "eval_samples_per_second": 9.089,
3573
+ "eval_steps_per_second": 4.545,
3574
+ "step": 3800
3575
+ },
3576
+ {
3577
+ "epoch": 1.45,
3578
+ "mmlu_eval_accuracy": 0.51049230710042,
3579
+ "mmlu_eval_accuracy_abstract_algebra": 0.36363636363636365,
3580
+ "mmlu_eval_accuracy_anatomy": 0.7142857142857143,
3581
+ "mmlu_eval_accuracy_astronomy": 0.4375,
3582
+ "mmlu_eval_accuracy_business_ethics": 0.45454545454545453,
3583
+ "mmlu_eval_accuracy_clinical_knowledge": 0.5517241379310345,
3584
+ "mmlu_eval_accuracy_college_biology": 0.375,
3585
+ "mmlu_eval_accuracy_college_chemistry": 0.375,
3586
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
3587
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
3588
+ "mmlu_eval_accuracy_college_medicine": 0.5,
3589
+ "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
3590
+ "mmlu_eval_accuracy_computer_security": 0.6363636363636364,
3591
+ "mmlu_eval_accuracy_conceptual_physics": 0.4230769230769231,
3592
+ "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
3593
+ "mmlu_eval_accuracy_electrical_engineering": 0.25,
3594
+ "mmlu_eval_accuracy_elementary_mathematics": 0.36585365853658536,
3595
+ "mmlu_eval_accuracy_formal_logic": 0.14285714285714285,
3596
+ "mmlu_eval_accuracy_global_facts": 0.6,
3597
+ "mmlu_eval_accuracy_high_school_biology": 0.46875,
3598
+ "mmlu_eval_accuracy_high_school_chemistry": 0.45454545454545453,
3599
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
3600
+ "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
3601
+ "mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
3602
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5714285714285714,
3603
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.4883720930232558,
3604
+ "mmlu_eval_accuracy_high_school_mathematics": 0.2413793103448276,
3605
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.5384615384615384,
3606
+ "mmlu_eval_accuracy_high_school_physics": 0.17647058823529413,
3607
+ "mmlu_eval_accuracy_high_school_psychology": 0.8666666666666667,
3608
+ "mmlu_eval_accuracy_high_school_statistics": 0.391304347826087,
3609
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
3610
+ "mmlu_eval_accuracy_high_school_world_history": 0.6923076923076923,
3611
+ "mmlu_eval_accuracy_human_aging": 0.782608695652174,
3612
+ "mmlu_eval_accuracy_human_sexuality": 0.4166666666666667,
3613
+ "mmlu_eval_accuracy_international_law": 0.8461538461538461,
3614
+ "mmlu_eval_accuracy_jurisprudence": 0.45454545454545453,
3615
+ "mmlu_eval_accuracy_logical_fallacies": 0.6666666666666666,
3616
+ "mmlu_eval_accuracy_machine_learning": 0.09090909090909091,
3617
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
3618
+ "mmlu_eval_accuracy_marketing": 0.8,
3619
+ "mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
3620
+ "mmlu_eval_accuracy_miscellaneous": 0.6627906976744186,
3621
+ "mmlu_eval_accuracy_moral_disputes": 0.42105263157894735,
3622
+ "mmlu_eval_accuracy_moral_scenarios": 0.24,
3623
+ "mmlu_eval_accuracy_nutrition": 0.6363636363636364,
3624
+ "mmlu_eval_accuracy_philosophy": 0.5294117647058824,
3625
+ "mmlu_eval_accuracy_prehistory": 0.6285714285714286,
3626
+ "mmlu_eval_accuracy_professional_accounting": 0.2903225806451613,
3627
+ "mmlu_eval_accuracy_professional_law": 0.3235294117647059,
3628
+ "mmlu_eval_accuracy_professional_medicine": 0.6129032258064516,
3629
+ "mmlu_eval_accuracy_professional_psychology": 0.463768115942029,
3630
+ "mmlu_eval_accuracy_public_relations": 0.5833333333333334,
3631
+ "mmlu_eval_accuracy_security_studies": 0.48148148148148145,
3632
+ "mmlu_eval_accuracy_sociology": 0.5454545454545454,
3633
+ "mmlu_eval_accuracy_us_foreign_policy": 0.7272727272727273,
3634
+ "mmlu_eval_accuracy_virology": 0.5555555555555556,
3635
+ "mmlu_eval_accuracy_world_religions": 0.7894736842105263,
3636
+ "mmlu_loss": 1.2904283879397744,
3637
+ "step": 3800
3638
+ },
3639
+ {
3640
+ "epoch": 1.46,
3641
+ "learning_rate": 0.0002,
3642
+ "loss": 0.5129,
3643
+ "step": 3810
3644
+ },
3645
+ {
3646
+ "epoch": 1.46,
3647
+ "learning_rate": 0.0002,
3648
+ "loss": 0.5488,
3649
+ "step": 3820
3650
+ },
3651
+ {
3652
+ "epoch": 1.47,
3653
+ "learning_rate": 0.0002,
3654
+ "loss": 0.4931,
3655
+ "step": 3830
3656
+ },
3657
+ {
3658
+ "epoch": 1.47,
3659
+ "learning_rate": 0.0002,
3660
+ "loss": 0.4983,
3661
+ "step": 3840
3662
+ },
3663
+ {
3664
+ "epoch": 1.47,
3665
+ "learning_rate": 0.0002,
3666
+ "loss": 0.5595,
3667
+ "step": 3850
3668
+ },
3669
+ {
3670
+ "epoch": 1.48,
3671
+ "learning_rate": 0.0002,
3672
+ "loss": 0.5389,
3673
+ "step": 3860
3674
+ },
3675
+ {
3676
+ "epoch": 1.48,
3677
+ "learning_rate": 0.0002,
3678
+ "loss": 0.5421,
3679
+ "step": 3870
3680
+ },
3681
+ {
3682
+ "epoch": 1.48,
3683
+ "learning_rate": 0.0002,
3684
+ "loss": 0.4938,
3685
+ "step": 3880
3686
+ },
3687
+ {
3688
+ "epoch": 1.49,
3689
+ "learning_rate": 0.0002,
3690
+ "loss": 0.5031,
3691
+ "step": 3890
3692
+ },
3693
+ {
3694
+ "epoch": 1.49,
3695
+ "learning_rate": 0.0002,
3696
+ "loss": 0.502,
3697
+ "step": 3900
3698
+ },
3699
+ {
3700
+ "epoch": 1.5,
3701
+ "learning_rate": 0.0002,
3702
+ "loss": 0.5109,
3703
+ "step": 3910
3704
+ },
3705
+ {
3706
+ "epoch": 1.5,
3707
+ "learning_rate": 0.0002,
3708
+ "loss": 0.504,
3709
+ "step": 3920
3710
+ },
3711
+ {
3712
+ "epoch": 1.5,
3713
+ "learning_rate": 0.0002,
3714
+ "loss": 0.5468,
3715
+ "step": 3930
3716
+ },
3717
+ {
3718
+ "epoch": 1.51,
3719
+ "learning_rate": 0.0002,
3720
+ "loss": 0.5449,
3721
+ "step": 3940
3722
+ },
3723
+ {
3724
+ "epoch": 1.51,
3725
+ "learning_rate": 0.0002,
3726
+ "loss": 0.5474,
3727
+ "step": 3950
3728
+ },
3729
+ {
3730
+ "epoch": 1.52,
3731
+ "learning_rate": 0.0002,
3732
+ "loss": 0.5591,
3733
+ "step": 3960
3734
+ },
3735
+ {
3736
+ "epoch": 1.52,
3737
+ "learning_rate": 0.0002,
3738
+ "loss": 0.5129,
3739
+ "step": 3970
3740
+ },
3741
+ {
3742
+ "epoch": 1.52,
3743
+ "learning_rate": 0.0002,
3744
+ "loss": 0.5095,
3745
+ "step": 3980
3746
+ },
3747
+ {
3748
+ "epoch": 1.53,
3749
+ "learning_rate": 0.0002,
3750
+ "loss": 0.5243,
3751
+ "step": 3990
3752
+ },
3753
+ {
3754
+ "epoch": 1.53,
3755
+ "learning_rate": 0.0002,
3756
+ "loss": 0.5277,
3757
+ "step": 4000
3758
+ },
3759
+ {
3760
+ "epoch": 1.53,
3761
+ "eval_loss": 0.6000027060508728,
3762
+ "eval_runtime": 110.0731,
3763
+ "eval_samples_per_second": 9.085,
3764
+ "eval_steps_per_second": 4.542,
3765
+ "step": 4000
3766
+ },
3767
+ {
3768
+ "epoch": 1.53,
3769
+ "mmlu_eval_accuracy": 0.5037872018246821,
3770
+ "mmlu_eval_accuracy_abstract_algebra": 0.36363636363636365,
3771
+ "mmlu_eval_accuracy_anatomy": 0.7142857142857143,
3772
+ "mmlu_eval_accuracy_astronomy": 0.4375,
3773
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
3774
+ "mmlu_eval_accuracy_clinical_knowledge": 0.5517241379310345,
3775
+ "mmlu_eval_accuracy_college_biology": 0.4375,
3776
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
3777
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
3778
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
3779
+ "mmlu_eval_accuracy_college_medicine": 0.45454545454545453,
3780
+ "mmlu_eval_accuracy_college_physics": 0.2727272727272727,
3781
+ "mmlu_eval_accuracy_computer_security": 0.45454545454545453,
3782
+ "mmlu_eval_accuracy_conceptual_physics": 0.4230769230769231,
3783
+ "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
3784
+ "mmlu_eval_accuracy_electrical_engineering": 0.3125,
3785
+ "mmlu_eval_accuracy_elementary_mathematics": 0.34146341463414637,
3786
+ "mmlu_eval_accuracy_formal_logic": 0.14285714285714285,
3787
+ "mmlu_eval_accuracy_global_facts": 0.6,
3788
+ "mmlu_eval_accuracy_high_school_biology": 0.46875,
3789
+ "mmlu_eval_accuracy_high_school_chemistry": 0.45454545454545453,
3790
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
3791
+ "mmlu_eval_accuracy_high_school_european_history": 0.6666666666666666,
3792
+ "mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
3793
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5238095238095238,
3794
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.4883720930232558,
3795
+ "mmlu_eval_accuracy_high_school_mathematics": 0.27586206896551724,
3796
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.5384615384615384,
3797
+ "mmlu_eval_accuracy_high_school_physics": 0.11764705882352941,
3798
+ "mmlu_eval_accuracy_high_school_psychology": 0.8666666666666667,
3799
+ "mmlu_eval_accuracy_high_school_statistics": 0.391304347826087,
3800
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
3801
+ "mmlu_eval_accuracy_high_school_world_history": 0.6538461538461539,
3802
+ "mmlu_eval_accuracy_human_aging": 0.6956521739130435,
3803
+ "mmlu_eval_accuracy_human_sexuality": 0.4166666666666667,
3804
+ "mmlu_eval_accuracy_international_law": 0.8461538461538461,
3805
+ "mmlu_eval_accuracy_jurisprudence": 0.45454545454545453,
3806
+ "mmlu_eval_accuracy_logical_fallacies": 0.6111111111111112,
3807
+ "mmlu_eval_accuracy_machine_learning": 0.09090909090909091,
3808
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
3809
+ "mmlu_eval_accuracy_marketing": 0.84,
3810
+ "mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
3811
+ "mmlu_eval_accuracy_miscellaneous": 0.627906976744186,
3812
+ "mmlu_eval_accuracy_moral_disputes": 0.39473684210526316,
3813
+ "mmlu_eval_accuracy_moral_scenarios": 0.24,
3814
+ "mmlu_eval_accuracy_nutrition": 0.6060606060606061,
3815
+ "mmlu_eval_accuracy_philosophy": 0.5588235294117647,
3816
+ "mmlu_eval_accuracy_prehistory": 0.5142857142857142,
3817
+ "mmlu_eval_accuracy_professional_accounting": 0.2903225806451613,
3818
+ "mmlu_eval_accuracy_professional_law": 0.3176470588235294,
3819
+ "mmlu_eval_accuracy_professional_medicine": 0.5806451612903226,
3820
+ "mmlu_eval_accuracy_professional_psychology": 0.4782608695652174,
3821
+ "mmlu_eval_accuracy_public_relations": 0.6666666666666666,
3822
+ "mmlu_eval_accuracy_security_studies": 0.48148148148148145,
3823
+ "mmlu_eval_accuracy_sociology": 0.6363636363636364,
3824
+ "mmlu_eval_accuracy_us_foreign_policy": 0.7272727272727273,
3825
+ "mmlu_eval_accuracy_virology": 0.5555555555555556,
3826
+ "mmlu_eval_accuracy_world_religions": 0.8421052631578947,
3827
+ "mmlu_loss": 1.1732958955957746,
3828
+ "step": 4000
3829
+ },
3830
+ {
3831
+ "epoch": 1.53,
3832
+ "learning_rate": 0.0002,
3833
+ "loss": 0.5285,
3834
+ "step": 4010
3835
+ },
3836
+ {
3837
+ "epoch": 1.54,
3838
+ "learning_rate": 0.0002,
3839
+ "loss": 0.5951,
3840
+ "step": 4020
3841
+ },
3842
+ {
3843
+ "epoch": 1.54,
3844
+ "learning_rate": 0.0002,
3845
+ "loss": 0.5208,
3846
+ "step": 4030
3847
+ },
3848
+ {
3849
+ "epoch": 1.55,
3850
+ "learning_rate": 0.0002,
3851
+ "loss": 0.5226,
3852
+ "step": 4040
3853
+ },
3854
+ {
3855
+ "epoch": 1.55,
3856
+ "learning_rate": 0.0002,
3857
+ "loss": 0.5147,
3858
+ "step": 4050
3859
+ },
3860
+ {
3861
+ "epoch": 1.55,
3862
+ "learning_rate": 0.0002,
3863
+ "loss": 0.5321,
3864
+ "step": 4060
3865
+ },
3866
+ {
3867
+ "epoch": 1.56,
3868
+ "learning_rate": 0.0002,
3869
+ "loss": 0.5699,
3870
+ "step": 4070
3871
+ },
3872
+ {
3873
+ "epoch": 1.56,
3874
+ "learning_rate": 0.0002,
3875
+ "loss": 0.4749,
3876
+ "step": 4080
3877
+ },
3878
+ {
3879
+ "epoch": 1.57,
3880
+ "learning_rate": 0.0002,
3881
+ "loss": 0.5125,
3882
+ "step": 4090
3883
+ },
3884
+ {
3885
+ "epoch": 1.57,
3886
+ "learning_rate": 0.0002,
3887
+ "loss": 0.5208,
3888
+ "step": 4100
3889
+ },
3890
+ {
3891
+ "epoch": 1.57,
3892
+ "learning_rate": 0.0002,
3893
+ "loss": 0.5516,
3894
+ "step": 4110
3895
+ },
3896
+ {
3897
+ "epoch": 1.58,
3898
+ "learning_rate": 0.0002,
3899
+ "loss": 0.4896,
3900
+ "step": 4120
3901
+ },
3902
+ {
3903
+ "epoch": 1.58,
3904
+ "learning_rate": 0.0002,
3905
+ "loss": 0.5107,
3906
+ "step": 4130
3907
+ },
3908
+ {
3909
+ "epoch": 1.58,
3910
+ "learning_rate": 0.0002,
3911
+ "loss": 0.5145,
3912
+ "step": 4140
3913
+ },
3914
+ {
3915
+ "epoch": 1.59,
3916
+ "learning_rate": 0.0002,
3917
+ "loss": 0.5329,
3918
+ "step": 4150
3919
+ },
3920
+ {
3921
+ "epoch": 1.59,
3922
+ "learning_rate": 0.0002,
3923
+ "loss": 0.5206,
3924
+ "step": 4160
3925
+ },
3926
+ {
3927
+ "epoch": 1.6,
3928
+ "learning_rate": 0.0002,
3929
+ "loss": 0.5431,
3930
+ "step": 4170
3931
+ },
3932
+ {
3933
+ "epoch": 1.6,
3934
+ "learning_rate": 0.0002,
3935
+ "loss": 0.5749,
3936
+ "step": 4180
3937
+ },
3938
+ {
3939
+ "epoch": 1.6,
3940
+ "learning_rate": 0.0002,
3941
+ "loss": 0.4903,
3942
+ "step": 4190
3943
+ },
3944
+ {
3945
+ "epoch": 1.61,
3946
+ "learning_rate": 0.0002,
3947
+ "loss": 0.4944,
3948
+ "step": 4200
3949
+ },
3950
+ {
3951
+ "epoch": 1.61,
3952
+ "eval_loss": 0.6007368564605713,
3953
+ "eval_runtime": 110.1144,
3954
+ "eval_samples_per_second": 9.081,
3955
+ "eval_steps_per_second": 4.541,
3956
+ "step": 4200
3957
+ },
3958
+ {
3959
+ "epoch": 1.61,
3960
+ "mmlu_eval_accuracy": 0.4971921371189607,
3961
+ "mmlu_eval_accuracy_abstract_algebra": 0.18181818181818182,
3962
+ "mmlu_eval_accuracy_anatomy": 0.5714285714285714,
3963
+ "mmlu_eval_accuracy_astronomy": 0.375,
3964
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
3965
+ "mmlu_eval_accuracy_clinical_knowledge": 0.5862068965517241,
3966
+ "mmlu_eval_accuracy_college_biology": 0.4375,
3967
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
3968
+ "mmlu_eval_accuracy_college_computer_science": 0.2727272727272727,
3969
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
3970
+ "mmlu_eval_accuracy_college_medicine": 0.45454545454545453,
3971
+ "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
3972
+ "mmlu_eval_accuracy_computer_security": 0.36363636363636365,
3973
+ "mmlu_eval_accuracy_conceptual_physics": 0.4230769230769231,
3974
+ "mmlu_eval_accuracy_econometrics": 0.25,
3975
+ "mmlu_eval_accuracy_electrical_engineering": 0.1875,
3976
+ "mmlu_eval_accuracy_elementary_mathematics": 0.34146341463414637,
3977
+ "mmlu_eval_accuracy_formal_logic": 0.14285714285714285,
3978
+ "mmlu_eval_accuracy_global_facts": 0.6,
3979
+ "mmlu_eval_accuracy_high_school_biology": 0.40625,
3980
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
3981
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
3982
+ "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
3983
+ "mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
3984
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.7142857142857143,
3985
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.5116279069767442,
3986
+ "mmlu_eval_accuracy_high_school_mathematics": 0.27586206896551724,
3987
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.5769230769230769,
3988
+ "mmlu_eval_accuracy_high_school_physics": 0.11764705882352941,
3989
+ "mmlu_eval_accuracy_high_school_psychology": 0.8833333333333333,
3990
+ "mmlu_eval_accuracy_high_school_statistics": 0.391304347826087,
3991
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
3992
+ "mmlu_eval_accuracy_high_school_world_history": 0.6923076923076923,
3993
+ "mmlu_eval_accuracy_human_aging": 0.7391304347826086,
3994
+ "mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
3995
+ "mmlu_eval_accuracy_international_law": 0.8461538461538461,
3996
+ "mmlu_eval_accuracy_jurisprudence": 0.45454545454545453,
3997
+ "mmlu_eval_accuracy_logical_fallacies": 0.6111111111111112,
3998
+ "mmlu_eval_accuracy_machine_learning": 0.18181818181818182,
3999
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
4000
+ "mmlu_eval_accuracy_marketing": 0.8,
4001
+ "mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
4002
+ "mmlu_eval_accuracy_miscellaneous": 0.6627906976744186,
4003
+ "mmlu_eval_accuracy_moral_disputes": 0.3684210526315789,
4004
+ "mmlu_eval_accuracy_moral_scenarios": 0.24,
4005
+ "mmlu_eval_accuracy_nutrition": 0.6363636363636364,
4006
+ "mmlu_eval_accuracy_philosophy": 0.5882352941176471,
4007
+ "mmlu_eval_accuracy_prehistory": 0.45714285714285713,
4008
+ "mmlu_eval_accuracy_professional_accounting": 0.2903225806451613,
4009
+ "mmlu_eval_accuracy_professional_law": 0.32941176470588235,
4010
+ "mmlu_eval_accuracy_professional_medicine": 0.5483870967741935,
4011
+ "mmlu_eval_accuracy_professional_psychology": 0.4492753623188406,
4012
+ "mmlu_eval_accuracy_public_relations": 0.6666666666666666,
4013
+ "mmlu_eval_accuracy_security_studies": 0.48148148148148145,
4014
+ "mmlu_eval_accuracy_sociology": 0.6818181818181818,
4015
+ "mmlu_eval_accuracy_us_foreign_policy": 0.7272727272727273,
4016
+ "mmlu_eval_accuracy_virology": 0.5555555555555556,
4017
+ "mmlu_eval_accuracy_world_religions": 0.7894736842105263,
4018
+ "mmlu_loss": 1.2555389752898454,
4019
+ "step": 4200
4020
+ },
4021
+ {
4022
+ "epoch": 1.61,
4023
+ "learning_rate": 0.0002,
4024
+ "loss": 0.5599,
4025
+ "step": 4210
4026
+ },
4027
+ {
4028
+ "epoch": 1.62,
4029
+ "learning_rate": 0.0002,
4030
+ "loss": 0.5137,
4031
+ "step": 4220
4032
+ },
4033
+ {
4034
+ "epoch": 1.62,
4035
+ "learning_rate": 0.0002,
4036
+ "loss": 0.5027,
4037
+ "step": 4230
4038
+ },
4039
+ {
4040
+ "epoch": 1.62,
4041
+ "learning_rate": 0.0002,
4042
+ "loss": 0.5302,
4043
+ "step": 4240
4044
+ },
4045
+ {
4046
+ "epoch": 1.63,
4047
+ "learning_rate": 0.0002,
4048
+ "loss": 0.5215,
4049
+ "step": 4250
4050
+ },
4051
+ {
4052
+ "epoch": 1.63,
4053
+ "learning_rate": 0.0002,
4054
+ "loss": 0.5513,
4055
+ "step": 4260
4056
+ },
4057
+ {
4058
+ "epoch": 1.63,
4059
+ "learning_rate": 0.0002,
4060
+ "loss": 0.4835,
4061
+ "step": 4270
4062
+ },
4063
+ {
4064
+ "epoch": 1.64,
4065
+ "learning_rate": 0.0002,
4066
+ "loss": 0.5458,
4067
+ "step": 4280
4068
+ },
4069
+ {
4070
+ "epoch": 1.64,
4071
+ "learning_rate": 0.0002,
4072
+ "loss": 0.5245,
4073
+ "step": 4290
4074
+ },
4075
+ {
4076
+ "epoch": 1.65,
4077
+ "learning_rate": 0.0002,
4078
+ "loss": 0.4623,
4079
+ "step": 4300
4080
+ },
4081
+ {
4082
+ "epoch": 1.65,
4083
+ "learning_rate": 0.0002,
4084
+ "loss": 0.5,
4085
+ "step": 4310
4086
+ },
4087
+ {
4088
+ "epoch": 1.65,
4089
+ "learning_rate": 0.0002,
4090
+ "loss": 0.5031,
4091
+ "step": 4320
4092
+ },
4093
+ {
4094
+ "epoch": 1.66,
4095
+ "learning_rate": 0.0002,
4096
+ "loss": 0.513,
4097
+ "step": 4330
4098
+ },
4099
+ {
4100
+ "epoch": 1.66,
4101
+ "learning_rate": 0.0002,
4102
+ "loss": 0.5253,
4103
+ "step": 4340
4104
+ },
4105
+ {
4106
+ "epoch": 1.66,
4107
+ "learning_rate": 0.0002,
4108
+ "loss": 0.5111,
4109
+ "step": 4350
4110
+ },
4111
+ {
4112
+ "epoch": 1.67,
4113
+ "learning_rate": 0.0002,
4114
+ "loss": 0.5058,
4115
+ "step": 4360
4116
+ },
4117
+ {
4118
+ "epoch": 1.67,
4119
+ "learning_rate": 0.0002,
4120
+ "loss": 0.5364,
4121
+ "step": 4370
4122
+ },
4123
+ {
4124
+ "epoch": 1.68,
4125
+ "learning_rate": 0.0002,
4126
+ "loss": 0.5372,
4127
+ "step": 4380
4128
+ },
4129
+ {
4130
+ "epoch": 1.68,
4131
+ "learning_rate": 0.0002,
4132
+ "loss": 0.5651,
4133
+ "step": 4390
4134
+ },
4135
+ {
4136
+ "epoch": 1.68,
4137
+ "learning_rate": 0.0002,
4138
+ "loss": 0.5468,
4139
+ "step": 4400
4140
+ },
4141
+ {
4142
+ "epoch": 1.68,
4143
+ "eval_loss": 0.5986778736114502,
4144
+ "eval_runtime": 110.2851,
4145
+ "eval_samples_per_second": 9.067,
4146
+ "eval_steps_per_second": 4.534,
4147
+ "step": 4400
4148
+ },
4149
+ {
4150
+ "epoch": 1.68,
4151
+ "mmlu_eval_accuracy": 0.4911780199232231,
4152
+ "mmlu_eval_accuracy_abstract_algebra": 0.18181818181818182,
4153
+ "mmlu_eval_accuracy_anatomy": 0.6428571428571429,
4154
+ "mmlu_eval_accuracy_astronomy": 0.375,
4155
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
4156
+ "mmlu_eval_accuracy_clinical_knowledge": 0.4482758620689655,
4157
+ "mmlu_eval_accuracy_college_biology": 0.4375,
4158
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
4159
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
4160
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
4161
+ "mmlu_eval_accuracy_college_medicine": 0.5454545454545454,
4162
+ "mmlu_eval_accuracy_college_physics": 0.2727272727272727,
4163
+ "mmlu_eval_accuracy_computer_security": 0.45454545454545453,
4164
+ "mmlu_eval_accuracy_conceptual_physics": 0.38461538461538464,
4165
+ "mmlu_eval_accuracy_econometrics": 0.25,
4166
+ "mmlu_eval_accuracy_electrical_engineering": 0.3125,
4167
+ "mmlu_eval_accuracy_elementary_mathematics": 0.3170731707317073,
4168
+ "mmlu_eval_accuracy_formal_logic": 0.14285714285714285,
4169
+ "mmlu_eval_accuracy_global_facts": 0.5,
4170
+ "mmlu_eval_accuracy_high_school_biology": 0.40625,
4171
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
4172
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
4173
+ "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
4174
+ "mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
4175
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.6666666666666666,
4176
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.5116279069767442,
4177
+ "mmlu_eval_accuracy_high_school_mathematics": 0.2413793103448276,
4178
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.5769230769230769,
4179
+ "mmlu_eval_accuracy_high_school_physics": 0.058823529411764705,
4180
+ "mmlu_eval_accuracy_high_school_psychology": 0.8666666666666667,
4181
+ "mmlu_eval_accuracy_high_school_statistics": 0.391304347826087,
4182
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
4183
+ "mmlu_eval_accuracy_high_school_world_history": 0.6923076923076923,
4184
+ "mmlu_eval_accuracy_human_aging": 0.6521739130434783,
4185
+ "mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
4186
+ "mmlu_eval_accuracy_international_law": 0.8461538461538461,
4187
+ "mmlu_eval_accuracy_jurisprudence": 0.45454545454545453,
4188
+ "mmlu_eval_accuracy_logical_fallacies": 0.6666666666666666,
4189
+ "mmlu_eval_accuracy_machine_learning": 0.0,
4190
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
4191
+ "mmlu_eval_accuracy_marketing": 0.8,
4192
+ "mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
4193
+ "mmlu_eval_accuracy_miscellaneous": 0.6511627906976745,
4194
+ "mmlu_eval_accuracy_moral_disputes": 0.39473684210526316,
4195
+ "mmlu_eval_accuracy_moral_scenarios": 0.24,
4196
+ "mmlu_eval_accuracy_nutrition": 0.6060606060606061,
4197
+ "mmlu_eval_accuracy_philosophy": 0.5588235294117647,
4198
+ "mmlu_eval_accuracy_prehistory": 0.5142857142857142,
4199
+ "mmlu_eval_accuracy_professional_accounting": 0.3225806451612903,
4200
+ "mmlu_eval_accuracy_professional_law": 0.3352941176470588,
4201
+ "mmlu_eval_accuracy_professional_medicine": 0.5806451612903226,
4202
+ "mmlu_eval_accuracy_professional_psychology": 0.463768115942029,
4203
+ "mmlu_eval_accuracy_public_relations": 0.6666666666666666,
4204
+ "mmlu_eval_accuracy_security_studies": 0.48148148148148145,
4205
+ "mmlu_eval_accuracy_sociology": 0.5909090909090909,
4206
+ "mmlu_eval_accuracy_us_foreign_policy": 0.7272727272727273,
4207
+ "mmlu_eval_accuracy_virology": 0.5,
4208
+ "mmlu_eval_accuracy_world_religions": 0.7894736842105263,
4209
+ "mmlu_loss": 1.2820501376536746,
4210
+ "step": 4400
4211
+ },
4212
+ {
4213
+ "epoch": 1.69,
4214
+ "learning_rate": 0.0002,
4215
+ "loss": 0.5458,
4216
+ "step": 4410
4217
+ },
4218
+ {
4219
+ "epoch": 1.69,
4220
+ "learning_rate": 0.0002,
4221
+ "loss": 0.5448,
4222
+ "step": 4420
4223
+ },
4224
+ {
4225
+ "epoch": 1.7,
4226
+ "learning_rate": 0.0002,
4227
+ "loss": 0.5059,
4228
+ "step": 4430
4229
+ },
4230
+ {
4231
+ "epoch": 1.7,
4232
+ "learning_rate": 0.0002,
4233
+ "loss": 0.5195,
4234
+ "step": 4440
4235
+ },
4236
+ {
4237
+ "epoch": 1.7,
4238
+ "learning_rate": 0.0002,
4239
+ "loss": 0.5584,
4240
+ "step": 4450
4241
+ },
4242
+ {
4243
+ "epoch": 1.71,
4244
+ "learning_rate": 0.0002,
4245
+ "loss": 0.5495,
4246
+ "step": 4460
4247
+ },
4248
+ {
4249
+ "epoch": 1.71,
4250
+ "learning_rate": 0.0002,
4251
+ "loss": 0.4965,
4252
+ "step": 4470
4253
+ },
4254
+ {
4255
+ "epoch": 1.71,
4256
+ "learning_rate": 0.0002,
4257
+ "loss": 0.5212,
4258
+ "step": 4480
4259
+ },
4260
+ {
4261
+ "epoch": 1.72,
4262
+ "learning_rate": 0.0002,
4263
+ "loss": 0.5225,
4264
+ "step": 4490
4265
+ },
4266
+ {
4267
+ "epoch": 1.72,
4268
+ "learning_rate": 0.0002,
4269
+ "loss": 0.5608,
4270
+ "step": 4500
4271
+ },
4272
+ {
4273
+ "epoch": 1.73,
4274
+ "learning_rate": 0.0002,
4275
+ "loss": 0.5334,
4276
+ "step": 4510
4277
+ },
4278
+ {
4279
+ "epoch": 1.73,
4280
+ "learning_rate": 0.0002,
4281
+ "loss": 0.5639,
4282
+ "step": 4520
4283
+ },
4284
+ {
4285
+ "epoch": 1.73,
4286
+ "learning_rate": 0.0002,
4287
+ "loss": 0.4968,
4288
+ "step": 4530
4289
+ },
4290
+ {
4291
+ "epoch": 1.74,
4292
+ "learning_rate": 0.0002,
4293
+ "loss": 0.5186,
4294
+ "step": 4540
4295
+ },
4296
+ {
4297
+ "epoch": 1.74,
4298
+ "learning_rate": 0.0002,
4299
+ "loss": 0.5145,
4300
+ "step": 4550
4301
+ },
4302
+ {
4303
+ "epoch": 1.75,
4304
+ "learning_rate": 0.0002,
4305
+ "loss": 0.5821,
4306
+ "step": 4560
4307
+ },
4308
+ {
4309
+ "epoch": 1.75,
4310
+ "learning_rate": 0.0002,
4311
+ "loss": 0.5268,
4312
+ "step": 4570
4313
+ },
4314
+ {
4315
+ "epoch": 1.75,
4316
+ "learning_rate": 0.0002,
4317
+ "loss": 0.5111,
4318
+ "step": 4580
4319
+ },
4320
+ {
4321
+ "epoch": 1.76,
4322
+ "learning_rate": 0.0002,
4323
+ "loss": 0.5114,
4324
+ "step": 4590
4325
+ },
4326
+ {
4327
+ "epoch": 1.76,
4328
+ "learning_rate": 0.0002,
4329
+ "loss": 0.5313,
4330
+ "step": 4600
4331
+ },
4332
+ {
4333
+ "epoch": 1.76,
4334
+ "eval_loss": 0.5961286425590515,
4335
+ "eval_runtime": 110.3819,
4336
+ "eval_samples_per_second": 9.059,
4337
+ "eval_steps_per_second": 4.53,
4338
+ "step": 4600
4339
+ },
4340
+ {
4341
+ "epoch": 1.76,
4342
+ "mmlu_eval_accuracy": 0.49778406960454025,
4343
+ "mmlu_eval_accuracy_abstract_algebra": 0.2727272727272727,
4344
+ "mmlu_eval_accuracy_anatomy": 0.7142857142857143,
4345
+ "mmlu_eval_accuracy_astronomy": 0.375,
4346
+ "mmlu_eval_accuracy_business_ethics": 0.45454545454545453,
4347
+ "mmlu_eval_accuracy_clinical_knowledge": 0.5172413793103449,
4348
+ "mmlu_eval_accuracy_college_biology": 0.4375,
4349
+ "mmlu_eval_accuracy_college_chemistry": 0.375,
4350
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
4351
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
4352
+ "mmlu_eval_accuracy_college_medicine": 0.5,
4353
+ "mmlu_eval_accuracy_college_physics": 0.2727272727272727,
4354
+ "mmlu_eval_accuracy_computer_security": 0.36363636363636365,
4355
+ "mmlu_eval_accuracy_conceptual_physics": 0.4230769230769231,
4356
+ "mmlu_eval_accuracy_econometrics": 0.25,
4357
+ "mmlu_eval_accuracy_electrical_engineering": 0.3125,
4358
+ "mmlu_eval_accuracy_elementary_mathematics": 0.3170731707317073,
4359
+ "mmlu_eval_accuracy_formal_logic": 0.14285714285714285,
4360
+ "mmlu_eval_accuracy_global_facts": 0.5,
4361
+ "mmlu_eval_accuracy_high_school_biology": 0.4375,
4362
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
4363
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
4364
+ "mmlu_eval_accuracy_high_school_european_history": 0.6666666666666666,
4365
+ "mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
4366
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.6666666666666666,
4367
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.4883720930232558,
4368
+ "mmlu_eval_accuracy_high_school_mathematics": 0.20689655172413793,
4369
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.6153846153846154,
4370
+ "mmlu_eval_accuracy_high_school_physics": 0.058823529411764705,
4371
+ "mmlu_eval_accuracy_high_school_psychology": 0.8666666666666667,
4372
+ "mmlu_eval_accuracy_high_school_statistics": 0.4782608695652174,
4373
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
4374
+ "mmlu_eval_accuracy_high_school_world_history": 0.6538461538461539,
4375
+ "mmlu_eval_accuracy_human_aging": 0.6521739130434783,
4376
+ "mmlu_eval_accuracy_human_sexuality": 0.4166666666666667,
4377
+ "mmlu_eval_accuracy_international_law": 0.8461538461538461,
4378
+ "mmlu_eval_accuracy_jurisprudence": 0.45454545454545453,
4379
+ "mmlu_eval_accuracy_logical_fallacies": 0.6666666666666666,
4380
+ "mmlu_eval_accuracy_machine_learning": 0.09090909090909091,
4381
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
4382
+ "mmlu_eval_accuracy_marketing": 0.8,
4383
+ "mmlu_eval_accuracy_medical_genetics": 0.8181818181818182,
4384
+ "mmlu_eval_accuracy_miscellaneous": 0.6511627906976745,
4385
+ "mmlu_eval_accuracy_moral_disputes": 0.39473684210526316,
4386
+ "mmlu_eval_accuracy_moral_scenarios": 0.24,
4387
+ "mmlu_eval_accuracy_nutrition": 0.6363636363636364,
4388
+ "mmlu_eval_accuracy_philosophy": 0.5294117647058824,
4389
+ "mmlu_eval_accuracy_prehistory": 0.5142857142857142,
4390
+ "mmlu_eval_accuracy_professional_accounting": 0.25806451612903225,
4391
+ "mmlu_eval_accuracy_professional_law": 0.3352941176470588,
4392
+ "mmlu_eval_accuracy_professional_medicine": 0.6129032258064516,
4393
+ "mmlu_eval_accuracy_professional_psychology": 0.4492753623188406,
4394
+ "mmlu_eval_accuracy_public_relations": 0.6666666666666666,
4395
+ "mmlu_eval_accuracy_security_studies": 0.48148148148148145,
4396
+ "mmlu_eval_accuracy_sociology": 0.5909090909090909,
4397
+ "mmlu_eval_accuracy_us_foreign_policy": 0.7272727272727273,
4398
+ "mmlu_eval_accuracy_virology": 0.5555555555555556,
4399
+ "mmlu_eval_accuracy_world_religions": 0.7894736842105263,
4400
+ "mmlu_loss": 1.290569058247397,
4401
+ "step": 4600
4402
+ },
4403
+ {
4404
+ "epoch": 1.76,
4405
+ "learning_rate": 0.0002,
4406
+ "loss": 0.5243,
4407
+ "step": 4610
4408
+ },
4409
+ {
4410
+ "epoch": 1.77,
4411
+ "learning_rate": 0.0002,
4412
+ "loss": 0.5057,
4413
+ "step": 4620
4414
+ },
4415
+ {
4416
+ "epoch": 1.77,
4417
+ "learning_rate": 0.0002,
4418
+ "loss": 0.4994,
4419
+ "step": 4630
4420
+ },
4421
+ {
4422
+ "epoch": 1.78,
4423
+ "learning_rate": 0.0002,
4424
+ "loss": 0.5193,
4425
+ "step": 4640
4426
+ },
4427
+ {
4428
+ "epoch": 1.78,
4429
+ "learning_rate": 0.0002,
4430
+ "loss": 0.5222,
4431
+ "step": 4650
4432
+ },
4433
+ {
4434
+ "epoch": 1.78,
4435
+ "learning_rate": 0.0002,
4436
+ "loss": 0.4852,
4437
+ "step": 4660
4438
+ },
4439
+ {
4440
+ "epoch": 1.79,
4441
+ "learning_rate": 0.0002,
4442
+ "loss": 0.5673,
4443
+ "step": 4670
4444
+ },
4445
+ {
4446
+ "epoch": 1.79,
4447
+ "learning_rate": 0.0002,
4448
+ "loss": 0.5278,
4449
+ "step": 4680
4450
+ },
4451
+ {
4452
+ "epoch": 1.79,
4453
+ "learning_rate": 0.0002,
4454
+ "loss": 0.5354,
4455
+ "step": 4690
4456
+ },
4457
+ {
4458
+ "epoch": 1.8,
4459
+ "learning_rate": 0.0002,
4460
+ "loss": 0.5498,
4461
+ "step": 4700
4462
+ },
4463
+ {
4464
+ "epoch": 1.8,
4465
+ "learning_rate": 0.0002,
4466
+ "loss": 0.5324,
4467
+ "step": 4710
4468
+ },
4469
+ {
4470
+ "epoch": 1.81,
4471
+ "learning_rate": 0.0002,
4472
+ "loss": 0.519,
4473
+ "step": 4720
4474
+ },
4475
+ {
4476
+ "epoch": 1.81,
4477
+ "learning_rate": 0.0002,
4478
+ "loss": 0.5123,
4479
+ "step": 4730
4480
+ },
4481
+ {
4482
+ "epoch": 1.81,
4483
+ "learning_rate": 0.0002,
4484
+ "loss": 0.5002,
4485
+ "step": 4740
4486
+ },
4487
+ {
4488
+ "epoch": 1.82,
4489
+ "learning_rate": 0.0002,
4490
+ "loss": 0.5493,
4491
+ "step": 4750
4492
+ },
4493
+ {
4494
+ "epoch": 1.82,
4495
+ "learning_rate": 0.0002,
4496
+ "loss": 0.5257,
4497
+ "step": 4760
4498
+ },
4499
+ {
4500
+ "epoch": 1.83,
4501
+ "learning_rate": 0.0002,
4502
+ "loss": 0.5382,
4503
+ "step": 4770
4504
+ },
4505
+ {
4506
+ "epoch": 1.83,
4507
+ "learning_rate": 0.0002,
4508
+ "loss": 0.5199,
4509
+ "step": 4780
4510
+ },
4511
+ {
4512
+ "epoch": 1.83,
4513
+ "learning_rate": 0.0002,
4514
+ "loss": 0.5563,
4515
+ "step": 4790
4516
+ },
4517
+ {
4518
+ "epoch": 1.84,
4519
+ "learning_rate": 0.0002,
4520
+ "loss": 0.4875,
4521
+ "step": 4800
4522
+ },
4523
+ {
4524
+ "epoch": 1.84,
4525
+ "eval_loss": 0.594585657119751,
4526
+ "eval_runtime": 109.9146,
4527
+ "eval_samples_per_second": 9.098,
4528
+ "eval_steps_per_second": 4.549,
4529
+ "step": 4800
4530
+ },
4531
+ {
4532
+ "epoch": 1.84,
4533
+ "mmlu_eval_accuracy": 0.4854846416898147,
4534
+ "mmlu_eval_accuracy_abstract_algebra": 0.2727272727272727,
4535
+ "mmlu_eval_accuracy_anatomy": 0.6428571428571429,
4536
+ "mmlu_eval_accuracy_astronomy": 0.375,
4537
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
4538
+ "mmlu_eval_accuracy_clinical_knowledge": 0.5517241379310345,
4539
+ "mmlu_eval_accuracy_college_biology": 0.375,
4540
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
4541
+ "mmlu_eval_accuracy_college_computer_science": 0.2727272727272727,
4542
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
4543
+ "mmlu_eval_accuracy_college_medicine": 0.4090909090909091,
4544
+ "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
4545
+ "mmlu_eval_accuracy_computer_security": 0.5454545454545454,
4546
+ "mmlu_eval_accuracy_conceptual_physics": 0.46153846153846156,
4547
+ "mmlu_eval_accuracy_econometrics": 0.25,
4548
+ "mmlu_eval_accuracy_electrical_engineering": 0.1875,
4549
+ "mmlu_eval_accuracy_elementary_mathematics": 0.3170731707317073,
4550
+ "mmlu_eval_accuracy_formal_logic": 0.07142857142857142,
4551
+ "mmlu_eval_accuracy_global_facts": 0.5,
4552
+ "mmlu_eval_accuracy_high_school_biology": 0.40625,
4553
+ "mmlu_eval_accuracy_high_school_chemistry": 0.45454545454545453,
4554
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
4555
+ "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
4556
+ "mmlu_eval_accuracy_high_school_geography": 0.8636363636363636,
4557
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5238095238095238,
4558
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.5348837209302325,
4559
+ "mmlu_eval_accuracy_high_school_mathematics": 0.27586206896551724,
4560
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.5769230769230769,
4561
+ "mmlu_eval_accuracy_high_school_physics": 0.11764705882352941,
4562
+ "mmlu_eval_accuracy_high_school_psychology": 0.85,
4563
+ "mmlu_eval_accuracy_high_school_statistics": 0.391304347826087,
4564
+ "mmlu_eval_accuracy_high_school_us_history": 0.6363636363636364,
4565
+ "mmlu_eval_accuracy_high_school_world_history": 0.6153846153846154,
4566
+ "mmlu_eval_accuracy_human_aging": 0.6956521739130435,
4567
+ "mmlu_eval_accuracy_human_sexuality": 0.4166666666666667,
4568
+ "mmlu_eval_accuracy_international_law": 0.8461538461538461,
4569
+ "mmlu_eval_accuracy_jurisprudence": 0.36363636363636365,
4570
+ "mmlu_eval_accuracy_logical_fallacies": 0.6111111111111112,
4571
+ "mmlu_eval_accuracy_machine_learning": 0.09090909090909091,
4572
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
4573
+ "mmlu_eval_accuracy_marketing": 0.8,
4574
+ "mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
4575
+ "mmlu_eval_accuracy_miscellaneous": 0.6744186046511628,
4576
+ "mmlu_eval_accuracy_moral_disputes": 0.42105263157894735,
4577
+ "mmlu_eval_accuracy_moral_scenarios": 0.25,
4578
+ "mmlu_eval_accuracy_nutrition": 0.5757575757575758,
4579
+ "mmlu_eval_accuracy_philosophy": 0.5882352941176471,
4580
+ "mmlu_eval_accuracy_prehistory": 0.42857142857142855,
4581
+ "mmlu_eval_accuracy_professional_accounting": 0.45161290322580644,
4582
+ "mmlu_eval_accuracy_professional_law": 0.3176470588235294,
4583
+ "mmlu_eval_accuracy_professional_medicine": 0.5161290322580645,
4584
+ "mmlu_eval_accuracy_professional_psychology": 0.463768115942029,
4585
+ "mmlu_eval_accuracy_public_relations": 0.6666666666666666,
4586
+ "mmlu_eval_accuracy_security_studies": 0.48148148148148145,
4587
+ "mmlu_eval_accuracy_sociology": 0.4090909090909091,
4588
+ "mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
4589
+ "mmlu_eval_accuracy_virology": 0.5555555555555556,
4590
+ "mmlu_eval_accuracy_world_religions": 0.7894736842105263,
4591
+ "mmlu_loss": 1.316465292524731,
4592
+ "step": 4800
4593
+ },
4594
+ {
4595
+ "epoch": 1.84,
4596
+ "learning_rate": 0.0002,
4597
+ "loss": 0.5673,
4598
+ "step": 4810
4599
+ },
4600
+ {
4601
+ "epoch": 1.84,
4602
+ "learning_rate": 0.0002,
4603
+ "loss": 0.556,
4604
+ "step": 4820
4605
+ },
4606
+ {
4607
+ "epoch": 1.85,
4608
+ "learning_rate": 0.0002,
4609
+ "loss": 0.4907,
4610
+ "step": 4830
4611
+ },
4612
+ {
4613
+ "epoch": 1.85,
4614
+ "learning_rate": 0.0002,
4615
+ "loss": 0.5264,
4616
+ "step": 4840
4617
+ },
4618
+ {
4619
+ "epoch": 1.86,
4620
+ "learning_rate": 0.0002,
4621
+ "loss": 0.5138,
4622
+ "step": 4850
4623
+ },
4624
+ {
4625
+ "epoch": 1.86,
4626
+ "learning_rate": 0.0002,
4627
+ "loss": 0.5447,
4628
+ "step": 4860
4629
+ },
4630
+ {
4631
+ "epoch": 1.86,
4632
+ "learning_rate": 0.0002,
4633
+ "loss": 0.5116,
4634
+ "step": 4870
4635
+ },
4636
+ {
4637
+ "epoch": 1.87,
4638
+ "learning_rate": 0.0002,
4639
+ "loss": 0.4813,
4640
+ "step": 4880
4641
+ },
4642
+ {
4643
+ "epoch": 1.87,
4644
+ "learning_rate": 0.0002,
4645
+ "loss": 0.4918,
4646
+ "step": 4890
4647
+ },
4648
+ {
4649
+ "epoch": 1.88,
4650
+ "learning_rate": 0.0002,
4651
+ "loss": 0.5346,
4652
+ "step": 4900
4653
+ },
4654
+ {
4655
+ "epoch": 1.88,
4656
+ "learning_rate": 0.0002,
4657
+ "loss": 0.5667,
4658
+ "step": 4910
4659
+ },
4660
+ {
4661
+ "epoch": 1.88,
4662
+ "learning_rate": 0.0002,
4663
+ "loss": 0.5314,
4664
+ "step": 4920
4665
+ },
4666
+ {
4667
+ "epoch": 1.89,
4668
+ "learning_rate": 0.0002,
4669
+ "loss": 0.4803,
4670
+ "step": 4930
4671
+ },
4672
+ {
4673
+ "epoch": 1.89,
4674
+ "learning_rate": 0.0002,
4675
+ "loss": 0.487,
4676
+ "step": 4940
4677
+ },
4678
+ {
4679
+ "epoch": 1.89,
4680
+ "learning_rate": 0.0002,
4681
+ "loss": 0.5109,
4682
+ "step": 4950
4683
+ },
4684
+ {
4685
+ "epoch": 1.9,
4686
+ "learning_rate": 0.0002,
4687
+ "loss": 0.5432,
4688
+ "step": 4960
4689
+ },
4690
+ {
4691
+ "epoch": 1.9,
4692
+ "learning_rate": 0.0002,
4693
+ "loss": 0.5391,
4694
+ "step": 4970
4695
+ },
4696
+ {
4697
+ "epoch": 1.91,
4698
+ "learning_rate": 0.0002,
4699
+ "loss": 0.5568,
4700
+ "step": 4980
4701
+ },
4702
+ {
4703
+ "epoch": 1.91,
4704
+ "learning_rate": 0.0002,
4705
+ "loss": 0.5551,
4706
+ "step": 4990
4707
+ },
4708
+ {
4709
+ "epoch": 1.91,
4710
+ "learning_rate": 0.0002,
4711
+ "loss": 0.5099,
4712
+ "step": 5000
4713
+ },
4714
+ {
4715
+ "epoch": 1.91,
4716
+ "eval_loss": 0.5940425992012024,
4717
+ "eval_runtime": 109.8342,
4718
+ "eval_samples_per_second": 9.105,
4719
+ "eval_steps_per_second": 4.552,
4720
+ "step": 5000
4721
+ },
4722
+ {
4723
+ "epoch": 1.91,
4724
+ "mmlu_eval_accuracy": 0.48976284142534987,
4725
+ "mmlu_eval_accuracy_abstract_algebra": 0.2727272727272727,
4726
+ "mmlu_eval_accuracy_anatomy": 0.6428571428571429,
4727
+ "mmlu_eval_accuracy_astronomy": 0.5,
4728
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
4729
+ "mmlu_eval_accuracy_clinical_knowledge": 0.5172413793103449,
4730
+ "mmlu_eval_accuracy_college_biology": 0.375,
4731
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
4732
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
4733
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
4734
+ "mmlu_eval_accuracy_college_medicine": 0.45454545454545453,
4735
+ "mmlu_eval_accuracy_college_physics": 0.45454545454545453,
4736
+ "mmlu_eval_accuracy_computer_security": 0.36363636363636365,
4737
+ "mmlu_eval_accuracy_conceptual_physics": 0.38461538461538464,
4738
+ "mmlu_eval_accuracy_econometrics": 0.25,
4739
+ "mmlu_eval_accuracy_electrical_engineering": 0.3125,
4740
+ "mmlu_eval_accuracy_elementary_mathematics": 0.3170731707317073,
4741
+ "mmlu_eval_accuracy_formal_logic": 0.07142857142857142,
4742
+ "mmlu_eval_accuracy_global_facts": 0.5,
4743
+ "mmlu_eval_accuracy_high_school_biology": 0.4375,
4744
+ "mmlu_eval_accuracy_high_school_chemistry": 0.36363636363636365,
4745
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
4746
+ "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
4747
+ "mmlu_eval_accuracy_high_school_geography": 0.8636363636363636,
4748
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5714285714285714,
4749
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.5348837209302325,
4750
+ "mmlu_eval_accuracy_high_school_mathematics": 0.2413793103448276,
4751
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.46153846153846156,
4752
+ "mmlu_eval_accuracy_high_school_physics": 0.23529411764705882,
4753
+ "mmlu_eval_accuracy_high_school_psychology": 0.85,
4754
+ "mmlu_eval_accuracy_high_school_statistics": 0.391304347826087,
4755
+ "mmlu_eval_accuracy_high_school_us_history": 0.7272727272727273,
4756
+ "mmlu_eval_accuracy_high_school_world_history": 0.7307692307692307,
4757
+ "mmlu_eval_accuracy_human_aging": 0.6086956521739131,
4758
+ "mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
4759
+ "mmlu_eval_accuracy_international_law": 0.8461538461538461,
4760
+ "mmlu_eval_accuracy_jurisprudence": 0.2727272727272727,
4761
+ "mmlu_eval_accuracy_logical_fallacies": 0.6111111111111112,
4762
+ "mmlu_eval_accuracy_machine_learning": 0.18181818181818182,
4763
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
4764
+ "mmlu_eval_accuracy_marketing": 0.8,
4765
+ "mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
4766
+ "mmlu_eval_accuracy_miscellaneous": 0.6976744186046512,
4767
+ "mmlu_eval_accuracy_moral_disputes": 0.39473684210526316,
4768
+ "mmlu_eval_accuracy_moral_scenarios": 0.24,
4769
+ "mmlu_eval_accuracy_nutrition": 0.6060606060606061,
4770
+ "mmlu_eval_accuracy_philosophy": 0.5882352941176471,
4771
+ "mmlu_eval_accuracy_prehistory": 0.4,
4772
+ "mmlu_eval_accuracy_professional_accounting": 0.3225806451612903,
4773
+ "mmlu_eval_accuracy_professional_law": 0.3352941176470588,
4774
+ "mmlu_eval_accuracy_professional_medicine": 0.5806451612903226,
4775
+ "mmlu_eval_accuracy_professional_psychology": 0.463768115942029,
4776
+ "mmlu_eval_accuracy_public_relations": 0.6666666666666666,
4777
+ "mmlu_eval_accuracy_security_studies": 0.48148148148148145,
4778
+ "mmlu_eval_accuracy_sociology": 0.5909090909090909,
4779
+ "mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
4780
+ "mmlu_eval_accuracy_virology": 0.5,
4781
+ "mmlu_eval_accuracy_world_religions": 0.7894736842105263,
4782
+ "mmlu_loss": 1.187174727999199,
4783
+ "step": 5000
4784
  }
4785
  ],
4786
  "max_steps": 10000,
4787
  "num_train_epochs": 4,
4788
+ "total_flos": 1.4148265107662438e+18,
4789
  "trial_name": null,
4790
  "trial_params": null
4791
  }
{checkpoint-2800 → checkpoint-5000}/training_args.bin RENAMED
File without changes