Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,87 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: llama3.1
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: llama3.1
|
| 3 |
+
base_model: meta-llama/Llama-Guard-3-8B
|
| 4 |
+
tags:
|
| 5 |
+
- llama
|
| 6 |
+
- safeguard
|
| 7 |
+
- gptq
|
| 8 |
+
---
|
| 9 |
+
This is the quantized version of [meta-llama/Llama-Guard-3-8B](https://huggingface.co/meta-llama/Llama-Guard-3-8B) by following [the example](https://github.com/AutoGPTQ/AutoGPTQ/blob/main/examples/quantization/basic_usage.py) from the AutoGPTQ repository.
|
| 10 |
+
|
| 11 |
+
Safety Codes:
|
| 12 |
+
|
| 13 |
+
<div style="width: 50%;">
|
| 14 |
+
|
| 15 |
+
<table style="width: 50%; text-align: center;">
|
| 16 |
+
<thead>
|
| 17 |
+
<tr>
|
| 18 |
+
<th>Code</th>
|
| 19 |
+
<th>Meaning</th>
|
| 20 |
+
</tr>
|
| 21 |
+
</thead>
|
| 22 |
+
<tbody>
|
| 23 |
+
<tr>
|
| 24 |
+
<td>S1</td>
|
| 25 |
+
<td>Violent Crimes</td>
|
| 26 |
+
</tr>
|
| 27 |
+
<tr>
|
| 28 |
+
<td>S2</td>
|
| 29 |
+
<td>Non-Violent Crimes</td>
|
| 30 |
+
</tr>
|
| 31 |
+
<tr>
|
| 32 |
+
<td>S3</td>
|
| 33 |
+
<td>Sex-Related Crimes</td>
|
| 34 |
+
</tr>
|
| 35 |
+
<tr>
|
| 36 |
+
<td>S4</td>
|
| 37 |
+
<td>Child Sexual Exploitation</td>
|
| 38 |
+
</tr>
|
| 39 |
+
<tr>
|
| 40 |
+
<td>S5</td>
|
| 41 |
+
<td>Defamation</td>
|
| 42 |
+
</tr>
|
| 43 |
+
<tr>
|
| 44 |
+
<td>S6</td>
|
| 45 |
+
<td>Specialized Advice</td>
|
| 46 |
+
</tr>
|
| 47 |
+
<tr>
|
| 48 |
+
<td>S7</td>
|
| 49 |
+
<td>Privacy</td>
|
| 50 |
+
</tr>
|
| 51 |
+
<tr>
|
| 52 |
+
<td>S8</td>
|
| 53 |
+
<td>Intellectual Property</td>
|
| 54 |
+
</tr>
|
| 55 |
+
<tr>
|
| 56 |
+
<td>S9</td>
|
| 57 |
+
<td>Indiscriminate Weapons</td>
|
| 58 |
+
</tr>
|
| 59 |
+
<tr>
|
| 60 |
+
<td>S10</td>
|
| 61 |
+
<td>Hate</td>
|
| 62 |
+
</tr>
|
| 63 |
+
<tr>
|
| 64 |
+
<td>S11</td>
|
| 65 |
+
<td>Suicide & Self-Harm</td>
|
| 66 |
+
</tr>
|
| 67 |
+
<tr>
|
| 68 |
+
<td>S12</td>
|
| 69 |
+
<td>Sexual Content</td>
|
| 70 |
+
</tr>
|
| 71 |
+
<tr>
|
| 72 |
+
<td>S13</td>
|
| 73 |
+
<td>Elections</td>
|
| 74 |
+
</tr>
|
| 75 |
+
<tr>
|
| 76 |
+
<td>S14</td>
|
| 77 |
+
<td>Code Interpreter Abuse</td>
|
| 78 |
+
</tr>
|
| 79 |
+
</tbody>
|
| 80 |
+
</table>
|
| 81 |
+
|
| 82 |
+
</div>
|
| 83 |
+
|
| 84 |
+
|
| 85 |
+
---
|
| 86 |
+
license: llama3.1
|
| 87 |
+
---
|