Adding `transformers` as the library name
#2
by
ariG23498 HF Staff - opened
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
-
|
| 5 |
language:
|
| 6 |
-
|
| 7 |
pipeline_tag: text-generation
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Covenant-72B
|
|
@@ -85,4 +86,4 @@ _All results are 0-shot acc_norm (%) unless noted._
|
|
| 85 |
| LLaMA-2-7B | 7B | 2T | 45.05 | 73.82 | 78.73 | 44.20 | 76.18 | 69.38 | 41.73 |
|
| 86 |
| LLaMA-2-70B | 70B | 2T | 57.42 | 79.55 | 82.59 | 49.40 | 84.34 | 80.43 | 65.63 |
|
| 87 |
|
| 88 |
-
_\*WinoGrande uses acc; MMLU uses acc._
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
+
- mlfoundations/dclm-baseline-1.0-parquet
|
| 5 |
language:
|
| 6 |
+
- en
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
+
library_name: transformers
|
| 9 |
---
|
| 10 |
|
| 11 |
# Covenant-72B
|
|
|
|
| 86 |
| LLaMA-2-7B | 7B | 2T | 45.05 | 73.82 | 78.73 | 44.20 | 76.18 | 69.38 | 41.73 |
|
| 87 |
| LLaMA-2-70B | 70B | 2T | 57.42 | 79.55 | 82.59 | 49.40 | 84.34 | 80.43 | 65.63 |
|
| 88 |
|
| 89 |
+
_\*WinoGrande uses acc; MMLU uses acc._
|