Commit
·
02bb7a3
1
Parent(s):
9242c49
commit
Browse files- .gitattributes +1 -0
- README.md +14 -0
- codegen-6B-multi-ggml-4bit-quant.bin +3 -0
.gitattributes
CHANGED
|
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
codegen-6B-multi-ggml-4bit-quant.bin filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: bsd-3-clause
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
tags:
|
| 7 |
+
- ggml
|
| 8 |
+
- quantized
|
| 9 |
+
---
|
| 10 |
+
# Codegen 6B Multi GGML Quantized
|
| 11 |
+
|
| 12 |
+
This is Salesforce's Codegen 6B multi model ported to ggml and quantized to be executed via [turbopilot](https://github.com/ravenscroftj/turbopilot).
|
| 13 |
+
|
| 14 |
+
Please refer to the [turbopilot](https://github.com/ravenscroftj/turbopilot) project to learn more about this model.
|
codegen-6B-multi-ggml-4bit-quant.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:558e87a31db333763248ecc57dbb853ec18e8d49874928e4412e13e906402e30
|
| 3 |
+
size 4419082109
|