How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="KoboldAI/fairseq-dense-13B")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("KoboldAI/fairseq-dense-13B")
model = AutoModelForCausalLM.from_pretrained("KoboldAI/fairseq-dense-13B")
Quick Links

This is a Hugging Face transformers-compatible conversion of the original dense 13B-parameter model from the paper "Efficient Large Scale Language Modeling with Mixtures of Experts" 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.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 37.53
ARC (25-shot) 40.36
HellaSwag (10-shot) 75.51
MMLU (5-shot) 27.07
TruthfulQA (0-shot) 32.83
Winogrande (5-shot) 67.96
GSM8K (5-shot) 0.0
DROP (3-shot) 18.96
Downloads last month
2,372
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using KoboldAI/fairseq-dense-13B 29

Paper for KoboldAI/fairseq-dense-13B