lgaalves leaderboard-pr-bot commited on
Commit
f58d636
1 Parent(s): b9a60b9

Adding Evaluation Results (#1)

Browse files

- Adding Evaluation Results (54d54f3f64ca7192a220e60276d9fca913673e1d)


Co-authored-by: Open LLM Leaderboard PR Bot <leaderboard-pr-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -75,3 +75,17 @@ model = AutoModelForCausalLM.from_pretrained("lgaalves/mistral-7b_open_platypus"
75
  ### Limitations and bias
76
 
77
  Mistral 7B and fine-tuned variants are a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, Llama 2 and any fine-tuned varient's potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Llama 2 variants, developers should perform safety testing and tuning tailored to their specific applications of the model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ### Limitations and bias
76
 
77
  Mistral 7B and fine-tuned variants are a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, Llama 2 and any fine-tuned varient's potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Llama 2 variants, developers should perform safety testing and tuning tailored to their specific applications of the model.
78
+
79
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
80
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_lgaalves__mistral-7b_open_platypus)
81
+
82
+ | Metric | Value |
83
+ |-----------------------|---------------------------|
84
+ | Avg. | 49.19 |
85
+ | ARC (25-shot) | 55.8 |
86
+ | HellaSwag (10-shot) | 82.13 |
87
+ | MMLU (5-shot) | 59.76 |
88
+ | TruthfulQA (0-shot) | 48.87 |
89
+ | Winogrande (5-shot) | 78.61 |
90
+ | GSM8K (5-shot) | 12.59 |
91
+ | DROP (3-shot) | 6.59 |