Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
  license: other
3
- base_model: meta-llama/Meta-Llama-3-8B-Instruct
4
  tags:
5
  - alignment-handbook
6
  - trl
@@ -9,6 +8,7 @@ tags:
9
  - trl
10
  - dpo
11
  - generated_from_trainer
 
12
  datasets:
13
  - updated
14
  - original
@@ -65,3 +65,17 @@ The following hyperparameters were used during training:
65
  - Pytorch 2.1.2+cu121
66
  - Datasets 2.14.6
67
  - Tokenizers 0.19.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
 
3
  tags:
4
  - alignment-handbook
5
  - trl
 
8
  - trl
9
  - dpo
10
  - generated_from_trainer
11
+ base_model: meta-llama/Meta-Llama-3-8B-Instruct
12
  datasets:
13
  - updated
14
  - original
 
65
  - Pytorch 2.1.2+cu121
66
  - Datasets 2.14.6
67
  - Tokenizers 0.19.1
68
+
69
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
70
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_GeorgiaTech__0.0_llama_nodpo_3iters_bs128_531lr_iter_1)
71
+
72
+ | Metric |Value|
73
+ |---------------------------------|----:|
74
+ |Avg. |68.80|
75
+ |AI2 Reasoning Challenge (25-Shot)|64.33|
76
+ |HellaSwag (10-Shot) |81.26|
77
+ |MMLU (5-Shot) |68.34|
78
+ |TruthfulQA (0-shot) |55.25|
79
+ |Winogrande (5-shot) |75.45|
80
+ |GSM8k (5-shot) |68.16|
81
+