sethuiyer commited on
Commit
a54d833
·
verified ·
1 Parent(s): ddc36fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -68,10 +68,18 @@ If you don't know the answer to a question, please don't share false information
68
 
69
  | T | Model | Average | ARC | HellaSwag | MMLU | TruthfulQA | Winogrande | GSM8K |
70
  |---|--------------------------------------------|---------|------|-----------|-------|------------|------------|-------|
 
71
  | 1 | sethuiyer/OpenDolphinHermes_Llama2_7B | 54.24 | 55.03| 78.74 | 52.25 | 46.1 | 73.16 | 20.17 |
72
  | 2 | togethercomputer/Llama-2-7B-32K-Instruct | 50.02 | 51.11| 78.51 | 46.11 | 44.86 | 73.88 | 5.69 |
73
  | 3 | togethercomputer/LLaMa-2-7B-32K | 47.07 | 47.53| 76.14 | 43.33 | 39.23 | 71.9 | 4.32 |
74
 
 
 
 
 
 
 
 
75
 
76
  ## 💻 Usage
77
 
 
68
 
69
  | T | Model | Average | ARC | HellaSwag | MMLU | TruthfulQA | Winogrande | GSM8K |
70
  |---|--------------------------------------------|---------|------|-----------|-------|------------|------------|-------|
71
+ | 0 | meta-llama/llama-2-13b-hf | 55.69 | 59.39 | 82.13 | 55.77 | 37.38 | 76.64 | 22.82 |
72
  | 1 | sethuiyer/OpenDolphinHermes_Llama2_7B | 54.24 | 55.03| 78.74 | 52.25 | 46.1 | 73.16 | 20.17 |
73
  | 2 | togethercomputer/Llama-2-7B-32K-Instruct | 50.02 | 51.11| 78.51 | 46.11 | 44.86 | 73.88 | 5.69 |
74
  | 3 | togethercomputer/LLaMa-2-7B-32K | 47.07 | 47.53| 76.14 | 43.33 | 39.23 | 71.9 | 4.32 |
75
 
76
+ Here's the content of the table in the second image:
77
+
78
+ | Model | Average | ARC | HellaSwag | MMLU | TruthfulQA | Winogrande | GSM8K |
79
+ |----------------------------------|---------|-------|-----------|-------|------------|------------|-------|
80
+
81
+
82
+ This table lists a single model with its performance metrics across different benchmarks.
83
 
84
  ## 💻 Usage
85