Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|