dfurman commited on
Commit
9203a3b
β€’
1 Parent(s): 62dbdda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -9
README.md CHANGED
@@ -30,15 +30,12 @@ This model uses a context window of 8k. It was trained with the ChatML template.
30
 
31
  ### Open LLM Leaderboard
32
 
33
- | Metric | Value |
34
- |-----------------------|---------------------------|
35
- | Avg. | 64.67 |
36
- | ARC (25-shot) | 60.67 |
37
- | HellaSwag (10-shot) | 82.56 |
38
- | MMLU (5-shot) | 66.59 |
39
- | TruthfulQA (0-shot) | 50.47 |
40
- | Winogrande (5-shot) | 79.01 |
41
- | GSM8K (5-shot) | 48.75 |
42
 
43
  ## πŸ“ˆ Training curves
44
 
 
30
 
31
  ### Open LLM Leaderboard
32
 
33
+ | Model | Average | ARC (25-shot) | HellaSwag (10-shot) | MMLU (5-shot) | TruthfulQA (0-shot) | Winogrande (5-shot) | GSM8K (5-shot) |
34
+ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------: | --------: | --------: | ---------: | --------: | --------: | --------: |
35
+ | [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) [πŸ“„](https://huggingface.co/datasets/open-llm-leaderboard/details_meta-llama__Meta-Llama-3-8B-Instruct) | 66.87 | 41.22 | 69.86 | 51.65 | 42.64 | 42.64 | 42.64 |
36
+ | [**dfurman/Llama-3-8B-Orpo-v0.1**](https://huggingface.co/dfurman/Llama-3-8B-Orpo-v0.1) [πŸ“„](https://huggingface.co/datasets/open-llm-leaderboard/details_dfurman__Llama-3-8B-Orpo-v0.1) | **64.67** | **34.17** | **70.59** | **52.39** | **37.36** | **42.64** | **42.64** |
37
+ | [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) [πŸ“„](https://huggingface.co/datasets/open-llm-leaderboard/details_meta-llama__Meta-Llama-3-8B) | 62.55 | 31.1 | 69.95 | 43.91 | 36.7 | 42.64 | 42.64 |
38
+
 
 
 
39
 
40
  ## πŸ“ˆ Training curves
41