leaderboard-pr-bot
commited on
Commit
•
4715180
1
Parent(s):
e77ec90
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
@@ -14,4 +14,17 @@ model_name = "circulus/Llama-2-13b-orca-v1"
|
|
14 |
tokenizer = AutoTokenizer.from_pretrained(model_name, use_fast=False)
|
15 |
config = BitsAndBytesConfig(load_in_4bit=True, bnb_4bit_compute_dtype=torch.bfloat16, bnb_4bit_use_double_quant=True)
|
16 |
model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto", quantization_config=config)
|
17 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
tokenizer = AutoTokenizer.from_pretrained(model_name, use_fast=False)
|
15 |
config = BitsAndBytesConfig(load_in_4bit=True, bnb_4bit_compute_dtype=torch.bfloat16, bnb_4bit_use_double_quant=True)
|
16 |
model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto", quantization_config=config)
|
17 |
+
```
|
18 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
19 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_circulus__Llama-2-13b-orca-v1)
|
20 |
+
|
21 |
+
| Metric | Value |
|
22 |
+
|-----------------------|---------------------------|
|
23 |
+
| Avg. | 51.99 |
|
24 |
+
| ARC (25-shot) | 62.2 |
|
25 |
+
| HellaSwag (10-shot) | 82.32 |
|
26 |
+
| MMLU (5-shot) | 57.67 |
|
27 |
+
| TruthfulQA (0-shot) | 49.6 |
|
28 |
+
| Winogrande (5-shot) | 76.8 |
|
29 |
+
| GSM8K (5-shot) | 12.89 |
|
30 |
+
| DROP (3-shot) | 22.47 |
|