Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- llamafile
|
5 |
+
- GGUF
|
6 |
+
base_model: second-state/StarCoder2-3B-GGUF
|
7 |
+
---
|
8 |
+
## starcoder3b-llamafile
|
9 |
+
|
10 |
+
llamafile lets you distribute and run LLMs with a single file. [announcement blog post](https://hacks.mozilla.org/2023/11/introducing-llamafile/)
|
11 |
+
|
12 |
+
#### Downloads
|
13 |
+
|
14 |
+
- [starcoder2-3b-Q5_K_M.llamafile](https://huggingface.co/raincoder/starcoder3b-llamafile/resolve/main/starcoder2-3b-Q5_K_M.llamafile)
|
15 |
+
|
16 |
+
This repository was created using the [llamafile-builder](https://github.com/rabilrbl/llamafile-builder)
|