bartowski commited on
Commit
0e13a5d
1 Parent(s): 6a0a5ea

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,12 +1,11 @@
1
  ---
2
- base_model: fblgit/TheBeagle-v2beta-32B-MGS
3
- pipeline_tag: text-generation
4
  quantized_by: bartowski
 
5
  ---
6
 
7
  ## Llamacpp imatrix Quantizations of TheBeagle-v2beta-32B-MGS
8
 
9
- Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3930">b3930</a> for quantization.
10
 
11
  Original model: https://huggingface.co/fblgit/TheBeagle-v2beta-32B-MGS
12
 
@@ -24,6 +23,10 @@ Run them in [LM Studio](https://lmstudio.ai/)
24
  <|im_start|>assistant
25
  ```
26
 
 
 
 
 
27
  ## Download a file (not the whole branch) from below:
28
 
29
  | Filename | Quant type | File Size | Split | Description |
@@ -39,6 +42,9 @@ Run them in [LM Studio](https://lmstudio.ai/)
39
  | [TheBeagle-v2beta-32B-MGS-Q4_K_M.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q4_K_M.gguf) | Q4_K_M | 19.85GB | false | Good quality, default size for must use cases, *recommended*. |
40
  | [TheBeagle-v2beta-32B-MGS-Q4_K_S.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q4_K_S.gguf) | Q4_K_S | 18.78GB | false | Slightly lower quality with more space savings, *recommended*. |
41
  | [TheBeagle-v2beta-32B-MGS-Q4_0.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q4_0.gguf) | Q4_0 | 18.71GB | false | Legacy format, generally not worth using over similarly sized formats |
 
 
 
42
  | [TheBeagle-v2beta-32B-MGS-Q3_K_XL.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q3_K_XL.gguf) | Q3_K_XL | 17.93GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
43
  | [TheBeagle-v2beta-32B-MGS-IQ4_XS.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-IQ4_XS.gguf) | IQ4_XS | 17.69GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
44
  | [TheBeagle-v2beta-32B-MGS-Q3_K_L.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q3_K_L.gguf) | Q3_K_L | 17.25GB | false | Lower quality but usable, good for low RAM availability. |
 
1
  ---
 
 
2
  quantized_by: bartowski
3
+ pipeline_tag: text-generation
4
  ---
5
 
6
  ## Llamacpp imatrix Quantizations of TheBeagle-v2beta-32B-MGS
7
 
8
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3972">b3972</a> for quantization.
9
 
10
  Original model: https://huggingface.co/fblgit/TheBeagle-v2beta-32B-MGS
11
 
 
23
  <|im_start|>assistant
24
  ```
25
 
26
+ ## What's new:
27
+
28
+ Update tokenizer
29
+
30
  ## Download a file (not the whole branch) from below:
31
 
32
  | Filename | Quant type | File Size | Split | Description |
 
42
  | [TheBeagle-v2beta-32B-MGS-Q4_K_M.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q4_K_M.gguf) | Q4_K_M | 19.85GB | false | Good quality, default size for must use cases, *recommended*. |
43
  | [TheBeagle-v2beta-32B-MGS-Q4_K_S.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q4_K_S.gguf) | Q4_K_S | 18.78GB | false | Slightly lower quality with more space savings, *recommended*. |
44
  | [TheBeagle-v2beta-32B-MGS-Q4_0.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q4_0.gguf) | Q4_0 | 18.71GB | false | Legacy format, generally not worth using over similarly sized formats |
45
+ | [TheBeagle-v2beta-32B-MGS-Q4_0_8_8.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q4_0_8_8.gguf) | Q4_0_8_8 | 18.64GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). *Don't use on Mac or Windows*. |
46
+ | [TheBeagle-v2beta-32B-MGS-Q4_0_4_8.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q4_0_4_8.gguf) | Q4_0_4_8 | 18.64GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). *Don't use on Mac or Windows*. |
47
+ | [TheBeagle-v2beta-32B-MGS-Q4_0_4_4.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q4_0_4_4.gguf) | Q4_0_4_4 | 18.64GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. *Don't use on Mac or Windows*. |
48
  | [TheBeagle-v2beta-32B-MGS-Q3_K_XL.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q3_K_XL.gguf) | Q3_K_XL | 17.93GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
49
  | [TheBeagle-v2beta-32B-MGS-IQ4_XS.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-IQ4_XS.gguf) | IQ4_XS | 17.69GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
50
  | [TheBeagle-v2beta-32B-MGS-Q3_K_L.gguf](https://huggingface.co/bartowski/TheBeagle-v2beta-32B-MGS-GGUF/blob/main/TheBeagle-v2beta-32B-MGS-Q3_K_L.gguf) | Q3_K_L | 17.25GB | false | Lower quality but usable, good for low RAM availability. |