Add files using upload-large-folder tool
Browse files- .gitattributes +3 -0
- AesCoder-4B-BF16.gguf +3 -0
- README.md +11 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ 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 |
+
AesCoder-4B-BF16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
AesCoder-4B-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
AesCoder-4B-F32.gguf filter=lfs diff=lfs merge=lfs -text
|
AesCoder-4B-BF16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c018e342911c9957b6915c3e3d2555282323b4a877d1f8eced1893cad9e02aa
|
| 3 |
+
size 8829197376
|
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-text-to-text
|
| 3 |
+
base_model:
|
| 4 |
+
- SamuelBang/AesCoder-4B
|
| 5 |
+
---
|
| 6 |
+
These are unquantized GGUF convertions of the model AesCoder-4B.
|
| 7 |
+
|
| 8 |
+
Original model: https://huggingface.co/SamuelBang/AesCoder-4B
|
| 9 |
+
|
| 10 |
+
Try to use the best quality you can run.
|
| 11 |
+
F32 > BF16 > F16.
|