File size: 1,788 Bytes
c01dad1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0cf867c
 
c01dad1
 
 
 
 
 
 
 
 
 
 
 
 
eb745fe
c01dad1
 
 
 
 
0cf867c
c01dad1
 
 
 
 
 
 
fa1c41b
4c5a08e
 
 
 
 
 
 
 
fa1c41b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
language:
- multilingual
- fa
- en
license: cc-by-nc-sa-4.0
library_name: transformers
tags:
- text-generation-inference
- llama-cpp
- gguf-my-repo
metrics:
- bleu
- comet
- accuracy
- perplexity
- spearmanr
inference: false
pipeline_tag: text-generation
co2_eq_emissions:
  emissions: 232380
---

# SmartGitiCorp/PersianMind-v1.0-Q8_0-GGUF
This model was converted to GGUF format from [`universitytehran/PersianMind-v1.0`](https://huggingface.co/universitytehran/PersianMind-v1.0) using llama by [`M0javad`](https://huggingface.co/m0javad).
Refer to the [original model card](https://huggingface.co/universitytehran/PersianMind-v1.0) for more details on the model.
## Use with llama.cpp

Install llama.cpp through brew.

```bash
brew install ggerganov/ggerganov/llama.cpp
```
Invoke the llama.cpp server or the CLI.

CLI:

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

Server:

```bash
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](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) 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 }
}
```