GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

JibayAi/Jibay_2-Q6_K-GGUF overview

JibayAi/Jibay 2 Q6 K GGUF This model was converted to GGUF format from JibayAi/Jibay 2 https://huggingface.co/JibayAi/Jibay 2 using llama.cpp via the ggml.ai's…

transformersggufJibayAIJibay2OSjibay.irmultilingualchatfunction-callingtext-generation32k-contextllama-cppgguf-my-repofaenzharbase_model:JibayAi/Jibay_2base_model:quantized:JibayAi/Jibay_2license:apache-2.0model-indexendpoints_compatibleregion:usconversational

Runs locally from ~1.56 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
1
Pipeline
text-generation
Author

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
jibay_2-q6_k.ggufGGUFQ6_K1.56 GBDownload

Model Details

Model IDJibayAi/Jibay_2-Q6_K-GGUF
AuthorJibayAi
Pipelinetext-generation
Licenseapache-2.0
Base modelJibayAi/Jibay_2
Last modified2026-08-28T18:21:22.000Z

Model README

---

license: apache-2.0

language:

  • fa
  • en
  • zh
  • ar

base_model: JibayAi/Jibay_2

library_name: transformers

pipeline_tag: text-generation

tags:

  • JibayAI
  • Jibay2
  • OS
  • jibay.ir
  • multilingual
  • chat
  • function-calling
  • text-generation
  • 32k-context
  • llama-cpp
  • gguf-my-repo

model-index:

  • name: Jibay 2

results:

- task:

type: text-generation

name: General Knowledge

dataset:

name: MMLU

type: mmlu

metrics:

- type: accuracy

value: 56.9

name: Accuracy

- task:

type: text-generation

name: Mathematical Reasoning

dataset:

name: GSM8K

type: gsm8k

metrics:

- type: accuracy

value: 70.0

name: Accuracy

- task:

type: text-generation

name: Scientific Reasoning

dataset:

name: ARC Challenge

type: ai2_arc

metrics:

- type: accuracy

value: 43.0

name: Accuracy

- task:

type: text-generation

name: Code Generation

dataset:

name: HumanEval

type: openai_humaneval

metrics:

- type: pass@1

value: 68.0

name: Pass@1

- task:

type: text-generation

name: Reading Comprehension

dataset:

name: BoolQ

type: boolq

metrics:

- type: accuracy

value: 79.0

name: Accuracy

- task:

type: text-generation

name: Commonsense Reasoning

dataset:

name: HellaSwag

type: hellaswag

metrics:

- type: accuracy

value: 61.1

name: Accuracy

- task:

type: text-generation

name: Function Calling

dataset:

name: Berkeley Function Calling Leaderboard (BFCL)

type: bfcl

metrics:

- type: overall

value: 55.0

name: Overall Score

- type: category_average

value: 51.2

name: Category Average

- task:

type: conversational

name: Persian Conversation

dataset:

name: PPRC-BENCH

type: pprc-bench

metrics:

- type: accuracy

value: 41.0

name: Accuracy

---

JibayAi/Jibay_2-Q6_K-GGUF

This model was converted to GGUF format from JibayAi/Jibay_2 using llama.cpp via the ggml.ai's GGUF-my-repo space.

Refer to the original model card for more details on the model.

Use with llama.cpp

Install llama.cpp through brew (works on Mac and Linux)

brew install llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo JibayAi/Jibay_2-Q6_K-GGUF --hf-file jibay_2-q6_k.gguf -p "The meaning to life and the universe is"

Server:

llama-server --hf-repo JibayAi/Jibay_2-Q6_K-GGUF --hf-file jibay_2-q6_k.gguf -c 2048

Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.

Step 1: Clone llama.cpp from GitHub.

git clone https://github.com/ggerganov/llama.cpp

Step 2: Move into the llama.cpp folder and build it with LLAMA_CURL=1 flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).

cd llama.cpp && LLAMA_CURL=1 make

Step 3: Run inference through the main binary.

./llama-cli --hf-repo JibayAi/Jibay_2-Q6_K-GGUF --hf-file jibay_2-q6_k.gguf -p "The meaning to life and the universe is"

or

./llama-server --hf-repo JibayAi/Jibay_2-Q6_K-GGUF --hf-file jibay_2-q6_k.gguf -c 2048

Run JibayAi/Jibay_2-Q6_K-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models