Edit model card

SmartGitiCorp/PersianMind-v1.0-Q8_0-GGUF

This model was converted to GGUF format from universitytehran/PersianMind-v1.0 using llama by M0javad. Refer to the original model card for more details on the model.

Use with llama.cpp

Install llama.cpp through brew.

brew install ggerganov/ggerganov/llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo SmartGitiCorp/PersianMind-v1.0-Q8_0-GGUF --model persianmind-v1.0.Q8_0.gguf -p "معنای زندگی آن است که"

Server:

llama-server --hf-repo SmartGitiCorp/PersianMind-v1.0-Q8_0-GGUF --model persianmind-v1.0.Q8_0.gguf -c 2048

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

git clone https://github.com/ggerganov/llama.cpp &&             cd llama.cpp &&             make &&             ./main -m persianmind-v1.0.Q8_0.gguf -n 128
@misc {smart_giti_corporation_2024,
    author       = { {Smart Giti Corporation} },
    title        = { PersianMind-v1.0-Q8_0-GGUF (Revision eb745fe) },
    year         = 2024,
    url          = { https://huggingface.co/SmartGitiCorp/PersianMind-v1.0-Q8_0-GGUF },
    doi          = { 10.57967/hf/2364 },
    publisher    = { Hugging Face }
}
Downloads last month
351
GGUF
Model size
6.82B params
Architecture
llama
Inference Examples
Inference API (serverless) has been turned off for this model.