Adding Evaluation Results

#1
Files changed (1) hide show
  1. README.md +14 -1
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 |