update
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -7,6 +7,15 @@ language:
|
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
---
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
# CodeGen2.5-7B-multi
|
| 11 |
|
| 12 |
Title: [**CodeGen2.5: Small, but mighty**](https://blog.salesforceairesearch.com/codegen25)
|
|
@@ -124,4 +133,4 @@ Please cite CodeGen2 paper:
|
|
| 124 |
journal={arXiv preprint},
|
| 125 |
year={2023}
|
| 126 |
}
|
| 127 |
-
```
|
|
|
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# This repo is a fork for flatline_lsp
|
| 11 |
+
|
| 12 |
+
See (flatline_lsp](https://github.com/okdshin/flatline_lsp).
|
| 13 |
+
|
| 14 |
+
This repository is a fork of [Salesforce/codegen25-7b-multi](https://huggingface.co/Salesforce/codegen25-7b-multi).
|
| 15 |
+
This repository contains gguf files but its tokenizer is dummy.
|
| 16 |
+
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
# CodeGen2.5-7B-multi
|
| 20 |
|
| 21 |
Title: [**CodeGen2.5: Small, but mighty**](https://blog.salesforceairesearch.com/codegen25)
|
|
|
|
| 133 |
journal={arXiv preprint},
|
| 134 |
year={2023}
|
| 135 |
}
|
| 136 |
+
```
|
pytorch_model-00001-of-00003.bin → ggml-model-Q4_K.gguf
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a33eb6211c79e25d2c179614e04be6b734070a8d097e9ab22def3a19c1472c7d
|
| 3 |
+
size 4190013312
|
pytorch_model-00002-of-00003.bin → ggml-model-f16.gguf
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea6e9c8d6418ba85178e0c0f3547087196dcc008333844c8e61cd80bf33c5b57
|
| 3 |
+
size 13792937824
|
pytorch_model-00003-of-00003.bin → ggml-model-f32.gguf
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8bae4d623525c0cc749c4398a153c8717557ccd676a5a9ee0511c1ae42577ec
|
| 3 |
+
size 27583809376
|