Muhammad2003 commited on
Commit
9db39fe
1 Parent(s): 2b75337

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -66,4 +66,11 @@ outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7,
66
  print(outputs[0]["generated_text"])
67
  ```
68
  ## 🏆 Evaluation
69
- Coming Soon!
 
 
 
 
 
 
 
 
66
  print(outputs[0]["generated_text"])
67
  ```
68
  ## 🏆 Evaluation
69
+ | Task | Score |
70
+ |---------------|---------|
71
+ | ARC | 73.38 |
72
+ | Hellaswag | 89.05 |
73
+ | MMLU | 64.32 |
74
+ | TruthfulQA | 77.95 |
75
+ | Winogrande | 84.85 |
76
+ | GSM8k | 70.28 |