larenspear
commited on
Commit
•
dbaab4c
1
Parent(s):
86b47eb
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: allenai/llama2-7b-WildJailbreak
|
3 |
+
extra_gated_fields:
|
4 |
+
Contact email: text
|
5 |
+
I agree that AI2 may use my information as described in the Privacy Policy: checkbox
|
6 |
+
I agree to use this model for research purposes in accordance with the AI2 Responsible Use Guidelines: checkbox
|
7 |
+
I certify that the information I have provided is true and accurate: checkbox
|
8 |
+
I understand that this model is a research artifact that may contain or produce unfiltered, toxic, or harmful material: checkbox
|
9 |
+
Organization or entity you are affiliated with: text
|
10 |
+
Please describe your intended use of the low risk artifact(s): text
|
11 |
+
State or country you are located in: text
|
12 |
+
Your full name: text
|
13 |
+
extra_gated_prompt: Access to this model is automatically granted upon accepting the
|
14 |
+
[AI2 Responsible Use Guidelines](https://allenai.org/responsible-use.pdf), and completing
|
15 |
+
all fields below
|
16 |
+
language:
|
17 |
+
- en
|
18 |
+
library_name: transformers
|
19 |
+
license: apache-2.0
|
20 |
+
quantized_by: mradermacher
|
21 |
+
---
|
22 |
+
## About
|
23 |
+
|
24 |
+
GGUF Quantizations of https://huggingface.co/allenai/llama2-13b-WildJailbreak
|
25 |
+
|
26 |
+
## Provided Quantizations
|
27 |
+
|
28 |
+
| Link | Type |
|
29 |
+
|:-----|:-----|
|
30 |
+
| [GGUF](https://huggingface.co/larenspear/llama2-7b-WildJailbreak-GGUF/resolve/main/llama2-7b-wildjailbreak-q2_k.gguf?) | Q2_K |
|
31 |
+
| [GGUF](https://huggingface.co/larenspear/llama2-7b-WildJailbreak-GGUF/resolve/main/llama2-7b-wildjailbreak-q3_k_s.gguf) | Q3_K_S |
|
32 |
+
| [GGUF](https://huggingface.co/larenspear/llama2-7b-WildJailbreak-GGUF/resolve/main/llama2-7b-wildjailbreak-q3_k_m.gguf) | Q3_K_M |
|
33 |
+
| [GGUF](https://huggingface.co/larenspear/llama2-7b-WildJailbreak-GGUF/resolve/main/llama2-7b-wildjailbreak-q3_k_l.gguf) | Q3_K_L |
|
34 |
+
| [GGUF](https://huggingface.co/larenspear/llama2-7b-WildJailbreak-GGUF/resolve/main/llama2-7b-wildjailbreak-q4_0.gguf) | Q4_0 |
|
35 |
+
| [GGUF](https://huggingface.co/larenspear/llama2-7b-WildJailbreak-GGUF/resolve/main/llama2-7b-wildjailbreak-q4_k_s.gguf) | Q4_K_S |
|
36 |
+
| [GGUF](https://huggingface.co/larenspear/llama2-7b-WildJailbreak-GGUF/resolve/main/llama2-7b-wildjailbreak-q4_k_m.gguf) | Q4_K_M |
|
37 |
+
| [GGUF](https://huggingface.co/larenspear/llama2-7b-WildJailbreak-GGUF/resolve/main/llama2-7b-wildjailbreak-q5_0.gguf) | Q5_0 |
|
38 |
+
| [GGUF](https://huggingface.co/larenspear/llama2-7b-WildJailbreak-GGUF/resolve/main/llama2-7b-wildjailbreak-q5_k_s.gguf) | Q5_K_S |
|
39 |
+
| [GGUF](https://huggingface.co/larenspear/llama2-7b-WildJailbreak-GGUF/resolve/main/llama2-7b-wildjailbreak-q5_k_m.gguf) | Q5_K_M |
|
40 |
+
| [GGUF](https://huggingface.co/larenspear/llama2-7b-WildJailbreak-GGUF/resolve/main/llama2-7b-wildjailbreak-q6_k.gguf) | Q6_K |
|
41 |
+
| [GGUF](https://huggingface.co/larenspear/llama2-7b-WildJailbreak-GGUF/resolve/main/llama2-7b-wildjailbreak-q8_0.gguf) | Q8_0 |
|
42 |
+
|
43 |
+
In a circular citation, I borrowed the format of this file from https://huggingface.co/mradermacher/copy_of_wildjailbreak_13-GGUF.
|
44 |
+
|
45 |
+
<!-- end -->
|