RichardErkhov
commited on
Commit
•
749402a
1
Parent(s):
e93b959
uploaded readme
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Quantization made by Richard Erkhov.
|
2 |
+
|
3 |
+
[Github](https://github.com/RichardErkhov)
|
4 |
+
|
5 |
+
[Discord](https://discord.gg/pvy7H8DZMG)
|
6 |
+
|
7 |
+
[Request more models](https://github.com/RichardErkhov/quant_request)
|
8 |
+
|
9 |
+
|
10 |
+
fairseq-dense-1.3B - bnb 4bits
|
11 |
+
- Model creator: https://huggingface.co/KoboldAI/
|
12 |
+
- Original model: https://huggingface.co/KoboldAI/fairseq-dense-1.3B/
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
Original model description:
|
18 |
+
---
|
19 |
+
language: en
|
20 |
+
---
|
21 |
+
This is a Hugging Face transformers-compatible conversion of the original dense 1.3B-parameter model from the paper "[Efficient Large Scale Language Modeling with Mixtures of Experts](https://arxiv.org/abs/2112.10684)" from Artetxe et al. Please refer to the original model card, which can be found at https://github.com/facebookresearch/fairseq/blob/main/examples/moe_lm/model_card.md.
|
22 |
+
|
23 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
24 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_KoboldAI__fairseq-dense-1.3B)
|
25 |
+
|
26 |
+
| Metric | Value |
|
27 |
+
|-----------------------|---------------------------|
|
28 |
+
| Avg. | 31.66 |
|
29 |
+
| ARC (25-shot) | 31.14 |
|
30 |
+
| HellaSwag (10-shot) | 58.39 |
|
31 |
+
| MMLU (5-shot) | 24.98 |
|
32 |
+
| TruthfulQA (0-shot) | 37.43 |
|
33 |
+
| Winogrande (5-shot) | 59.04 |
|
34 |
+
| GSM8K (5-shot) | 0.0 |
|
35 |
+
| DROP (3-shot) | 10.6 |
|
36 |
+
|
37 |
+
|