Add README.md as a regular file
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- quantization
|
5 |
+
- awq-marlin
|
6 |
+
- role-playing
|
7 |
+
model-index:
|
8 |
+
- name: "AWQ-Marlin Quantization"
|
9 |
+
results:
|
10 |
+
- task: "text-generation"
|
11 |
+
metrics:
|
12 |
+
- name: "q_group_size"
|
13 |
+
value: 128
|
14 |
+
- name: "w_bit"
|
15 |
+
value: 4
|
16 |
+
---
|
17 |
+
|
18 |
+
# AWQ-Marlin Quantization Model
|
19 |
+
|
20 |
+
This model is based on the AWQ-Marlin quantization technique and is optimized for role-playing scenarios. It has been trained to generate dialogue and interactions in text-based RPGs. The model provides efficient performance without compromising on quality.
|
21 |
+
|
22 |
+
## Use Cases
|
23 |
+
- **Role-playing Games (RPGs)**: Generate character dialogues and plot interactions in text-based RPGs.
|