forked from meta-llama/llama3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into xingjia01-download-script
- Loading branch information
Showing
4 changed files
with
65 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
### Llama 3 Evaluation Details | ||
This document contains additional context on the settings and parameters for how we evaluated the Llama 3 pre-trained and instruct-aligned models. | ||
### Auto-eval benchmark notes | ||
#### MMLU | ||
- We are reporting macro averages for MMLU benchmarks. The micro average numbers for MMLU are: 65.4 and 67.4 for the 8B pre-trained and instruct-aligned models, 78.9 and 82.0 for the 70B pre-trained and instruct-aligned models | ||
- For the instruct-aligned MMLU we ask the model to generate the best choice character | ||
#### AGI English | ||
- We use the default few-shot and prompt settings as specified here. The score is averaged over the english subtasks. | ||
#### CommonSenseQA | ||
- We use the same 7-shot chain-of-thought prompt as in Wei et al. (2022). | ||
#### Winogrande | ||
- We use a choice based setup for evaluation where we fill in the missing blank with the two possible choices and then compute log-likelihood over the suffix. We use 5 shots for evaluation. | ||
#### BIG-Bench Hard | ||
- We use a 3-shot chain of thought style prompting and compute the average exact match over the subsets in this task. | ||
#### ARC-Challenge | ||
- We use the arc-challenge subset from the arc benchmark. We use 25 shots and use the MMLU setup for evaluation where we provide all the choices in the prompt and calculate likelihood over choice characters | ||
#### TriviaQA-WIKI | ||
- We evaluate on the Wiki validation set and use 5 few-shot examples. | ||
#### SQuAD | ||
- We are using SQuAD v2 and compute exact match in a 1-shot setting. | ||
#### QuAC | ||
- Same setting as Llama 2 (1-shot, f1). | ||
#### BoolQ | ||
- Same setting as Llama 1 and Llama 2 (0-shot, accuracy). | ||
#### DROP | ||
- For each validation example, we draw 3 random few-shot examples from the train split. | ||
#### GPQA | ||
- We report 0-shot exact match scores over the possible options using the Main subset for our models and other open-source models (Mistral, Gemma). | ||
#### HumanEval | ||
- Same setting as Llama 1 and Llama 2 (pass@1). | ||
#### GSM8K | ||
- We use the same 8-shot chain-of-thought prompt as in Wei et al. (2022) (maj@1). | ||
#### MATH | ||
- We use the 4-shot problem available in Lewkowycz et al. (2022) (maj@1). | ||
### Human evaluation notes | ||
This evaluation set contains 1,800 prompts that cover 12 key use cases: asking for advice, brainstorming, classification, closed question answering, coding, creative writing, extraction, inhabiting a character/persona, open question answering, reasoning, rewriting, and summarization. | ||
|Capability|Category|Count| | ||
|----------|--------|-----| | ||
|Coding|Coding|150| | ||
|Reasoning|Mathematical reasoning|150| | ||
|English|Asking for Advice|150| | ||
|English|Brainstorming|150| | ||
|English|Classification|150| | ||
|English|Closed Question Answering|150| | ||
|English|Creative Writing|150| | ||
|English|Extraction|150| | ||
|English|Inhabiting a Character/Persona|150| | ||
|English|Open Question Answering|150| | ||
|English|Rewriting|150| | ||
|English|Summarization|150| |
This file was deleted.
Oops, something went wrong.