You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Fugazi14b

💻 Usage

!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "Quazim0t0/Fugazi14b"
messages = [{"role": "user", "content": "What is a large language model?"}]

tokenizer = AutoTokenizer.from_pretrained(model)
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
pipeline = transformers.pipeline(
    "text-generation",
    model=model,
    torch_dtype=torch.float16,
    device_map="auto",
)

outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
print(outputs[0]["generated_text"])

Open LLM Leaderboard Evaluation Results

#94 on leaderboards (WHEN THIS RESULT WAS POSTED , RANKINGS WILL ALWAYS CHANGE-2/27/2025) Detailed results can be found here

Metric Value
Avg. 41.94
IFEval (0-Shot) 69.98
BBH (3-Shot) 56.09
MATH Lvl 5 (4-Shot) 46.53
GPQA (0-shot) 13.53
MuSR (0-shot) 16.42
MMLU-PRO (5-shot) 49.08
Downloads last month
29
Safetensors
Model size
14.7B params
Tensor type
BF16
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Model tree for Quazim0t0/Fugazi14b

Finetuned
(1)
this model
Quantizations
2 models

Collection including Quazim0t0/Fugazi14b

Evaluation results