mradermacher commited on
Commit
c5f5610
·
verified ·
1 Parent(s): 5dc36f4

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md CHANGED
@@ -1,6 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  weighted/imatrix quants of https://huggingface.co/Salesforce/xLAM-8x22b-r
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Salesforce/xLAM-8x22b-r
3
+ datasets:
4
+ - Salesforce/xlam-function-calling-60k
5
+ extra_gated_button_content: Agree and access repository
6
+ extra_gated_fields:
7
+ Affiliation: text
8
+ Country: country
9
+ First Name: text
10
+ Last Name: text
11
+ extra_gated_heading: Acknowledge to follow corresponding license to access the repository
12
+ language:
13
+ - en
14
+ library_name: transformers
15
+ license: cc-by-nc-4.0
16
+ quantized_by: mradermacher
17
+ tags:
18
+ - function-calling
19
+ - LLM Agent
20
+ - tool-use
21
+ - mistral
22
+ - pytorch
23
+ ---
24
+ ## About
25
+
26
  <!-- ### quantize_version: 2 -->
27
  <!-- ### output_tensor_quantised: 1 -->
28
  <!-- ### convert_type: hf -->
29
  <!-- ### vocab_type: -->
30
  <!-- ### tags: nicoboss -->
31
  weighted/imatrix quants of https://huggingface.co/Salesforce/xLAM-8x22b-r
32
+
33
+ <!-- provided-files -->
34
+ static quants are available at https://huggingface.co/mradermacher/xLAM-8x22b-r-GGUF
35
+ ## Usage
36
+
37
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
38
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
39
+ more details, including on how to concatenate multi-part files.
40
+
41
+ ## Provided Quants
42
+
43
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
44
+
45
+ | Link | Type | Size/GB | Notes |
46
+ |:-----|:-----|--------:|:------|
47
+ | [PART 1](https://huggingface.co/mradermacher/xLAM-8x22b-r-i1-GGUF/resolve/main/xLAM-8x22b-r.i1-Q2_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/xLAM-8x22b-r-i1-GGUF/resolve/main/xLAM-8x22b-r.i1-Q2_K.gguf.part2of2) | i1-Q2_K | 52.2 | IQ3_XXS probably better |
48
+
49
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
50
+ types (lower is better):
51
+
52
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
53
+
54
+ And here are Artefact2's thoughts on the matter:
55
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
56
+
57
+ ## FAQ / Model Request
58
+
59
+ See https://huggingface.co/mradermacher/model_requests for some answers to
60
+ questions you might have and/or if you want some other model quantized.
61
+
62
+ ## Thanks
63
+
64
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
65
+ me use its servers and providing upgrades to my workstation to enable
66
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
67
+
68
+ <!-- end -->