DiTy commited on
Commit
6a993fb
1 Parent(s): 12d82e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -20,6 +20,17 @@ This model is a fine-tuned version of [google/gemma-2-9b-it](https://huggingface
20
  fully annotated by humans only, on the English version of the <ins>*DiTy/function-calling*</ins> dataset.
21
  <!-- Provide a quick summary of what the model is/does. -->
22
 
 
 
 
 
 
 
 
 
 
 
 
23
  ## Model card tree
24
 
25
  * [How prepare your functions (tools) for *Function Calling*](#prepare_func_call)
 
20
  fully annotated by humans only, on the English version of the <ins>*DiTy/function-calling*</ins> dataset.
21
  <!-- Provide a quick summary of what the model is/does. -->
22
 
23
+ In addition to **safetensors**, the model is available in **GGUF** formats (in this case, you need to download only a single file):
24
+
25
+ | Filename | Quant type | File Size | Description |
26
+ | -------- | ---------- | --------- | ----------- |
27
+ | [gemma-2-9B-it-function-calling-F16.gguf](https://huggingface.co/DiTy/gemma-2-9b-it-function-calling/blob/main/gemma-2-9B-it-function-calling-F16.gguf) | F16 | 18.5GB | Base model with float16 |
28
+ | [gemma-2-9B-it-function-calling-Q8_0.gguf](https://huggingface.co/DiTy/gemma-2-9b-it-function-calling/blob/main/gemma-2-9B-it-function-calling-Q8_0.gguf) | Q8_0 | 9.83GB | Extremely high quality, generally unneeded but max available quant. |
29
+ | [gemma-2-9B-it-function-calling-Q6_K.gguf](https://huggingface.co/DiTy/gemma-2-9b-it-function-calling/blob/main/gemma-2-9B-it-function-calling-Q6_K.gguf) | Q6_K | 7.59GB | Very high quality, near perfect, *recommended*. |
30
+ | [gemma-2-9B-it-function-calling-Q5_K_M.gguf](https://huggingface.co/DiTy/gemma-2-9b-it-function-calling/blob/main/gemma-2-9B-it-function-calling-Q5_K_M.gguf) | Q5_K_M | 6.65GB | High quality, very usable. |
31
+ | [gemma-2-9B-it-function-calling-Q5_K_S.gguf](https://huggingface.co/DiTy/gemma-2-9b-it-function-calling/blob/main/gemma-2-9B-it-function-calling-Q5_K_S.gguf) | Q5_K_S | 6.48GB | High quality, very usable. |
32
+
33
+
34
  ## Model card tree
35
 
36
  * [How prepare your functions (tools) for *Function Calling*](#prepare_func_call)