Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
library_name: transformers
|
| 6 |
+
tags:
|
| 7 |
+
- Mistral
|
| 8 |
+
- instruct
|
| 9 |
+
- finetune
|
| 10 |
+
- synthetic
|
| 11 |
+
base_model: mistralai/Mistral-7B-v0.1
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Genstruct 7B - AWQ
|
| 15 |
+
|
| 16 |
+
This is a quantized version of [NousResearch/Genstruct-7B](https://huggingface.co/NousResearch/Genstruct-7B) built using [AutoAWQ](https://github.com/casper-hansen/AutoAWQ). For more information, please refer to the original model repo.
|