LeroyDyer commited on
Commit
f918738
1 Parent(s): 6295b66

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ tags:
7
+ - text-generation-inference
8
+ - transformers
9
+ - unsloth
10
+ - mistral
11
+ - trl
12
+ - not-for-all-audiences
13
+ - image-text-text
14
+ - audio-text-text
15
+ - document-text-text
16
+ - multimodal
17
+ - llava
18
+ - llama-cpp
19
+ base_model: LeroyDyer/Mixtral_AI_Cyber_1.0
20
+ metrics:
21
+ - accuracy
22
+ - bertscore
23
+ - bleurt
24
+ - code_eval
25
+ ---
26
+
27
+ # LeroyDyer/Mixtral_AI_MultiToken-Q4_K_M-GGUF
28
+ This model was converted to GGUF format from [`LeroyDyer/Mixtral_AI_MultiToken`](https://huggingface.co/LeroyDyer/Mixtral_AI_MultiToken) using llama.cpp.
29
+ Refer to the [original model card](https://huggingface.co/LeroyDyer/Mixtral_AI_MultiToken) for more details on the model.
30
+ ## Use with llama.cpp
31
+
32
+ ```bash
33
+ brew install ggerganov/ggerganov/llama.cpp
34
+ ```
35
+
36
+ ```bash
37
+ llama-cli --hf-repo LeroyDyer/Mixtral_AI_MultiToken-Q4_K_M-GGUF --model mixtral_ai_multitoken.Q4_K_M.gguf -p "The meaning to life and the universe is "
38
+ ```
39
+
40
+ ```bash
41
+ llama-server --hf-repo LeroyDyer/Mixtral_AI_MultiToken-Q4_K_M-GGUF --model mixtral_ai_multitoken.Q4_K_M.gguf -c 2048
42
+ ```