mradermacher commited on
Commit
2dce438
·
verified ·
1 Parent(s): e82292d

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: -->
6
  static quants of https://huggingface.co/huihui-ai/QwenLong-L1-32B-abliterated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: huihui-ai/QwenLong-L1-32B-abliterated
3
+ extra_gated_prompt: |-
4
+ **Usage Warnings**
5
+
6
+ “**Risk of Sensitive or Controversial Outputs**“: This model’s safety filtering has been significantly reduced, potentially generating sensitive, controversial, or inappropriate content. Users should exercise caution and rigorously review generated outputs.
7
+ “**Not Suitable for All Audiences**:“ Due to limited content filtering, the model’s outputs may be inappropriate for public settings, underage users, or applications requiring high security.
8
+ “**Legal and Ethical Responsibilities**“: Users must ensure their usage complies with local laws and ethical standards. Generated content may carry legal or ethical risks, and users are solely responsible for any consequences.
9
+ “**Research and Experimental Use**“: It is recommended to use this model for research, testing, or controlled environments, avoiding direct use in production or public-facing commercial applications.
10
+ “**Monitoring and Review Recommendations**“: Users are strongly advised to monitor model outputs in real-time and conduct manual reviews when necessary to prevent the dissemination of inappropriate content.
11
+ “**No Default Safety Guarantees**“: Unlike standard models, this model has not undergone rigorous safety optimization. huihui.ai bears no responsibility for any consequences arising from its use.
12
+ language:
13
+ - en
14
+ library_name: transformers
15
+ license: apache-2.0
16
+ quantized_by: mradermacher
17
+ tags:
18
+ - long-context
19
+ - large-reasoning-model
20
+ - chat
21
+ - abliterated
22
+ - uncensored
23
+ ---
24
+ ## About
25
+
26
  <!-- ### quantize_version: 2 -->
27
  <!-- ### output_tensor_quantised: 1 -->
28
  <!-- ### convert_type: hf -->
29
  <!-- ### vocab_type: -->
30
  <!-- ### tags: -->
31
  static quants of https://huggingface.co/huihui-ai/QwenLong-L1-32B-abliterated
32
+
33
+ <!-- provided-files -->
34
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/QwenLong-L1-32B-abliterated-i1-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
+ | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-abliterated-GGUF/resolve/main/QwenLong-L1-32B-abliterated.Q4_K_S.gguf) | Q4_K_S | 18.9 | fast, recommended |
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 -->