Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: modelcloud
|
| 4 |
+
license_link: LICENSE
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- manifestai/Brumby-14B-Base
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
+
tags:
|
| 11 |
+
- gptqmodel
|
| 12 |
+
- modelcloud
|
| 13 |
+
- chat
|
| 14 |
+
- marin
|
| 15 |
+
- instruct
|
| 16 |
+
- int4
|
| 17 |
+
- gptq
|
| 18 |
+
- 4bit
|
| 19 |
+
- w4a16
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
This 4bit W4A16 model has been quantized by <a href='https://x.com/qubitium'>@Qubitum</a> at ModelCloud using
|
| 23 |
+
[GPT-QModel](https://github.com/ModelCloud/GPTQModel).
|
| 24 |
+
|
| 25 |
+
```
|
| 26 |
+
SPDX-License-Identifier: NonCommercial-ModelCloud
|
| 27 |
+
Copyright (c) 2024–2025 ModelCloud.ai
|
| 28 |
+
Released for non-profit use only.
|
| 29 |
+
Commercial use requires permission from [@qubitium](https://x.com/qubitium).
|
| 30 |
+
```
|