Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- SicariusSicariiStuff/Negative_LLAMA_70B
|
| 4 |
+
datasets:
|
| 5 |
+
- SicariusSicariiStuff/UBW_Tapestries
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
library_name: transformers
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
quantized_by: SicariusSicariiStuff
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Note
|
| 14 |
+
This was made to test extremely low quants. 70B is **usable** at 2.15 bpw. A custom strategy for quanting was used, for details check EXL3 repo.
|