leaderboard-pr-bot
commited on
Commit
•
54d54f3
1
Parent(s):
b9a60b9
Adding Evaluation Results
Browse filesThis is an automated PR created with https://huggingface.co/spaces/Weyaxi/open-llm-leaderboard-results-pr
The purpose of this PR is to add evaluation results from the Open LLM Leaderboard to your model card.
If you encounter any issues, please report them to https://huggingface.co/spaces/Weyaxi/open-llm-leaderboard-results-pr/discussions
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 |
|