apepkuss79 commited on
Commit
739ab9f
1 Parent(s): 4acb300

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +73 -1
README.md CHANGED
@@ -1,3 +1,75 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - code
4
+ license: other
5
+ model_name: llm-compiler-13b
6
+ base_model: facebook/llm-compiler-13b
7
+ inference: false
8
+ model_creator: facebook
9
+ quantized_by: Second State Inc.
10
  ---
11
+
12
+ <!-- header start -->
13
+ <!-- 200823 -->
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
18
+ <!-- header end -->
19
+
20
+
21
+ # llm-compiler-13b-GGUF
22
+
23
+ ## Original Model
24
+
25
+ [facebook/llm-compiler-13b](https://huggingface.co/facebook/llm-compiler-13b)
26
+
27
+ **License** A custom commercial license is available at: [https://ai.meta.com/resources/models-and-libraries/llama-downloads/](https://ai.meta.com/resources/models-and-libraries/llama-downloads/)
28
+
29
+ ## Run with LlamaEdge
30
+
31
+ <!-- - LlamaEdge version: [v0.2.8](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.2.8) and above -->
32
+
33
+ - LlamaEdge version: coming soon
34
+
35
+ <!-- - Prompt template
36
+
37
+ - Prompt type: `codellama-instruct`
38
+
39
+ - Prompt string
40
+
41
+ ```text
42
+ <s>[INST] <<SYS>>
43
+ Write code to solve the following coding problem that obeys the constraints and passes the example test cases. Please wrap your code answer using ```: <</SYS>>
44
+
45
+ {prompt} [/INST]
46
+ ```
47
+
48
+ - Context size: `4096`
49
+
50
+ - Run as LlamaEdge command app
51
+
52
+ ```bash
53
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:llm-compiler-13b-Q5_K_M.gguf llama-chat.wasm -p codellama-instruct
54
+ ``` -->
55
+
56
+
57
+ ## Quantized GGUF Models
58
+
59
+ | Name | Quant method | Bits | Size | Use case |
60
+ | ---- | ---- | ---- | ---- | ----- |
61
+ | [llm-compiler-13b-Q2_K.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-Q2_K.gguf) | Q2_K | 2 | 4.85 GB| smallest, significant quality loss - not recommended for most purposes |
62
+ | [llm-compiler-13b-Q3_K_L.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-Q3_K_L.gguf) | Q3_K_L | 3 | 6.93 GB| small, substantial quality loss |
63
+ | [llm-compiler-13b-Q3_K_M.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-Q3_K_M.gguf) | Q3_K_M | 3 | 6.34 GB| very small, high quality loss |
64
+ | [llm-compiler-13b-Q3_K_S.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-Q3_K_S.gguf) | Q3_K_S | 3 | 5.66 GB| very small, high quality loss |
65
+ | [llm-compiler-13b-Q4_0.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-Q4_0.gguf) | Q4_0 | 4 | 7.37 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
66
+ | [llm-compiler-13b-Q4_K_M.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-Q4_K_M.gguf) | Q4_K_M | 4 | 7.87 GB| medium, balanced quality - recommended |
67
+ | [llm-compiler-13b-Q4_K_S.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-Q4_K_S.gguf) | Q4_K_S | 4 | 7.42 GB| small, greater quality loss |
68
+ | [llm-compiler-13b-Q5_0.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-Q5_0.gguf) | Q5_0 | 5 | 8.97 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
69
+ | [llm-compiler-13b-Q5_K_M.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-Q5_K_M.gguf) | Q5_K_M | 5 | 9.23 GB| large, very low quality loss - recommended |
70
+ | [llm-compiler-13b-Q5_K_S.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-Q5_K_S.gguf) | Q5_K_S | 5 | 8.97 GB| large, low quality loss - recommended |
71
+ | [llm-compiler-13b-Q6_K.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-Q6_K.gguf) | Q6_K | 6 | 10.7 GB| very large, extremely low quality loss |
72
+ | [llm-compiler-13b-Q8_0.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-Q8_0.gguf) | Q8_0 | 8 | 13.8 GB| very large, extremely low quality loss - not recommended |
73
+ | [llm-compiler-13b-f16.gguf](https://huggingface.co/second-state/llm-compiler-13b-GGUF/blob/main/llm-compiler-13b-f16.gguf) | f16 | f16 | 26 GB| |
74
+
75
+ *Quantized with llama.cpp b3259*