mradermacher commited on
Commit
f65bfec
·
verified ·
1 Parent(s): 9500d5b

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md CHANGED
@@ -1,3 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +29,43 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/arcee-ai/Trinity-Large-TrueBase
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: arcee-ai/Trinity-Large-TrueBase
3
+ language:
4
+ - en
5
+ - es
6
+ - fr
7
+ - de
8
+ - it
9
+ - pt
10
+ - ru
11
+ - ar
12
+ - hi
13
+ - ko
14
+ - zh
15
+ library_name: transformers
16
+ license: apache-2.0
17
+ mradermacher:
18
+ readme_rev: 1
19
+ quantized_by: mradermacher
20
+ ---
21
+ ## About
22
+
23
  <!-- ### quantize_version: 2 -->
24
  <!-- ### output_tensor_quantised: 1 -->
25
  <!-- ### convert_type: hf -->
 
29
  <!-- ### quants_skip: -->
30
  <!-- ### skip_mmproj: -->
31
  static quants of https://huggingface.co/arcee-ai/Trinity-Large-TrueBase
32
+
33
+ <!-- provided-files -->
34
+
35
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Trinity-Large-TrueBase-GGUF).***
36
+
37
+ weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
38
+ ## Usage
39
+
40
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
41
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
42
+ more details, including on how to concatenate multi-part files.
43
+
44
+ ## Provided Quants
45
+
46
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
47
+
48
+ | Link | Type | Size/GB | Notes |
49
+ |:-----|:-----|--------:|:------|
50
+ | [P1](https://huggingface.co/mradermacher/Trinity-Large-TrueBase-GGUF/resolve/main/Trinity-Large-TrueBase.Q4_K_S.gguf.part1of5) [P2](https://huggingface.co/mradermacher/Trinity-Large-TrueBase-GGUF/resolve/main/Trinity-Large-TrueBase.Q4_K_S.gguf.part2of5) [P3](https://huggingface.co/mradermacher/Trinity-Large-TrueBase-GGUF/resolve/main/Trinity-Large-TrueBase.Q4_K_S.gguf.part3of5) [P4](https://huggingface.co/mradermacher/Trinity-Large-TrueBase-GGUF/resolve/main/Trinity-Large-TrueBase.Q4_K_S.gguf.part4of5) [P5](https://huggingface.co/mradermacher/Trinity-Large-TrueBase-GGUF/resolve/main/Trinity-Large-TrueBase.Q4_K_S.gguf.part5of5) | Q4_K_S | 225.0 | fast, recommended |
51
+
52
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
53
+ types (lower is better):
54
+
55
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
56
+
57
+ And here are Artefact2's thoughts on the matter:
58
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
59
+
60
+ ## FAQ / Model Request
61
+
62
+ See https://huggingface.co/mradermacher/model_requests for some answers to
63
+ questions you might have and/or if you want some other model quantized.
64
+
65
+ ## Thanks
66
+
67
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
68
+ me use its servers and providing upgrades to my workstation to enable
69
+ this work in my free time.
70
+
71
+ <!-- end -->