mradermacher commited on
Commit
1c5afc2
·
verified ·
1 Parent(s): f9deb51

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md CHANGED
@@ -1,3 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +33,52 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/beenyb/financial-gpt-oss-20b-q8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: beenyb/financial-gpt-oss-20b-q8
3
+ datasets:
4
+ - financial_conversations
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ license: apache-2.0
9
+ model_type: gpt-oss
10
+ mradermacher:
11
+ readme_rev: 1
12
+ quantized_by: mradermacher
13
+ tags:
14
+ - financial-analysis
15
+ - trading
16
+ - technical-analysis
17
+ - risk-assessment
18
+ - gguf
19
+ - quantized
20
+ - gpt-oss
21
+ - finance
22
+ - stocks
23
+ - investment
24
+ ---
25
+ ## About
26
+
27
  <!-- ### quantize_version: 2 -->
28
  <!-- ### output_tensor_quantised: 1 -->
29
  <!-- ### convert_type: hf -->
 
33
  <!-- ### quants_skip: -->
34
  <!-- ### skip_mmproj: -->
35
  static quants of https://huggingface.co/beenyb/financial-gpt-oss-20b-q8
36
+
37
+ <!-- provided-files -->
38
+
39
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#financial-gpt-oss-20b-q8-GGUF).***
40
+
41
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/financial-gpt-oss-20b-q8-i1-GGUF
42
+ ## Usage
43
+
44
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
45
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
46
+ more details, including on how to concatenate multi-part files.
47
+
48
+ ## Provided Quants
49
+
50
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
51
+
52
+ | Link | Type | Size/GB | Notes |
53
+ |:-----|:-----|--------:|:------|
54
+ | [GGUF](https://huggingface.co/mradermacher/financial-gpt-oss-20b-q8-GGUF/resolve/main/financial-gpt-oss-20b-q8.Q3_K_S.gguf) | Q3_K_S | 12.2 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/financial-gpt-oss-20b-q8-GGUF/resolve/main/financial-gpt-oss-20b-q8.Q2_K.gguf) | Q2_K | 12.2 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/financial-gpt-oss-20b-q8-GGUF/resolve/main/financial-gpt-oss-20b-q8.Q3_K_M.gguf) | Q3_K_M | 13.0 | lower quality |
57
+ | [GGUF](https://huggingface.co/mradermacher/financial-gpt-oss-20b-q8-GGUF/resolve/main/financial-gpt-oss-20b-q8.Q3_K_L.gguf) | Q3_K_L | 13.4 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/financial-gpt-oss-20b-q8-GGUF/resolve/main/financial-gpt-oss-20b-q8.Q4_K_S.gguf) | Q4_K_S | 14.8 | fast, recommended |
59
+ | [GGUF](https://huggingface.co/mradermacher/financial-gpt-oss-20b-q8-GGUF/resolve/main/financial-gpt-oss-20b-q8.Q4_K_M.gguf) | Q4_K_M | 15.9 | fast, recommended |
60
+ | [GGUF](https://huggingface.co/mradermacher/financial-gpt-oss-20b-q8-GGUF/resolve/main/financial-gpt-oss-20b-q8.Q5_K_S.gguf) | Q5_K_S | 16.0 | |
61
+ | [GGUF](https://huggingface.co/mradermacher/financial-gpt-oss-20b-q8-GGUF/resolve/main/financial-gpt-oss-20b-q8.Q5_K_M.gguf) | Q5_K_M | 17.0 | |
62
+ | [GGUF](https://huggingface.co/mradermacher/financial-gpt-oss-20b-q8-GGUF/resolve/main/financial-gpt-oss-20b-q8.Q6_K.gguf) | Q6_K | 22.3 | very good quality |
63
+ | [GGUF](https://huggingface.co/mradermacher/financial-gpt-oss-20b-q8-GGUF/resolve/main/financial-gpt-oss-20b-q8.Q8_0.gguf) | Q8_0 | 22.4 | fast, best quality |
64
+
65
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
66
+ types (lower is better):
67
+
68
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
69
+
70
+ And here are Artefact2's thoughts on the matter:
71
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
72
+
73
+ ## FAQ / Model Request
74
+
75
+ See https://huggingface.co/mradermacher/model_requests for some answers to
76
+ questions you might have and/or if you want some other model quantized.
77
+
78
+ ## Thanks
79
+
80
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
81
+ me use its servers and providing upgrades to my workstation to enable
82
+ this work in my free time.
83
+
84
+ <!-- end -->