Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,23 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
library_name:
|
4 |
pipeline_tag: text-generation
|
|
|
5 |
---
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
# Seed-Coder-8B-Base
|
8 |
|
9 |
<div align="left" style="line-height: 1;">
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: exllamav2
|
4 |
pipeline_tag: text-generation
|
5 |
+
base_model: ByteDance-Seed/Seed-Coder-8B-Base
|
6 |
---
|
7 |
+
# Seed-Coder-8B-Base
|
8 |
+
Original model: [Seed-Coder-8B-Base](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Base) by [ByteDance Seed](https://huggingface.co/ByteDance-Seed)
|
9 |
+
|
10 |
+
## Quants
|
11 |
+
[4bpw h6 (main)](https://huggingface.co/cgus/Seed-Coder-8B-Base/tree/main)
|
12 |
+
[4.5bpw h6](https://huggingface.co/cgus/Seed-Coder-8B-Base/tree/4.5bpw-h6)
|
13 |
+
[5bpw h6](https://huggingface.co/cgus/Seed-Coder-8B-Base/tree/5bpw-h6)
|
14 |
+
[6bpw h6](https://huggingface.co/cgus/Seed-Coder-8B-Base/tree/6bpw-h6)
|
15 |
+
[8bpw h8](https://huggingface.co/cgus/Seed-Coder-8B-Base/tree/8bpw-h8)
|
16 |
+
## Quantization notes
|
17 |
+
Made with Exllamav2 0.3.1 with default dataset.
|
18 |
+
These quants require a Nvidia RTX GPU on Windows or RTX/AMD ROCm on Linux and can be used with TabbyAPI or Text-Generation-WebUI.
|
19 |
+
Since it's Base model, it's mostly useful for text completion via v1/completions for code completion to be used in apps like VS Code + Continue.Dev.
|
20 |
+
# Original model card
|
21 |
# Seed-Coder-8B-Base
|
22 |
|
23 |
<div align="left" style="line-height: 1;">
|