cgus commited on
Commit
ed6b98b
·
verified ·
1 Parent(s): 1321a6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -3,8 +3,22 @@ library_name: transformers
3
  pipeline_tag: text-generation
4
  license: mit
5
  base_model:
6
- - ByteDance-Seed/Seed-Coder-8B-Base-bf16
7
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  # Seed-Coder-8B-Reasoning-bf16
10
 
@@ -104,4 +118,4 @@ For detailed benchmark performance, please refer to our [📑 Technical Report](
104
 
105
  ## License
106
 
107
- This project is licensed under the MIT License. See the [LICENSE file](https://github.com/ByteDance-Seed/Seed-Coder/blob/master/LICENSE) for details.
 
3
  pipeline_tag: text-generation
4
  license: mit
5
  base_model:
6
+ - ByteDance-Seed/Seed-Coder-8B-Reasoning
7
  ---
8
+ # Seed-Coder-8B-Reasoning-exl2
9
+ Original model: [Seed-Coder-8B-Reasoning-bf16](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Reasoning-bf16) by [ByteDance Seed](https://huggingface.co/ByteDance-Seed)
10
+
11
+ ## Quants
12
+ [4bpw h6 (main)](https://huggingface.co/cgus/Seed-Coder-8B-Reasoning-exl2/tree/main)
13
+ [4.5bpw h6](https://huggingface.co/cgus/Seed-Coder-8B-Reasoning-exl2/tree/4.5bpw-h6)
14
+ [5bpw h6](https://huggingface.co/cgus/Seed-Coder-8B-Reasoning-exl2/tree/5bpw-h6)
15
+ [6bpw h6](https://huggingface.co/cgus/Seed-Coder-8B-Reasoning-exl2/tree/6bpw-h6)
16
+ [8bpw h8](https://huggingface.co/cgus/Seed-Coder-8B-Reasoning-exl2/tree/8bpw-h8)
17
+
18
+ ## Quantization notes
19
+ Made with Exllamav2 0.2.9 dev with default dataset.
20
+ These quants can be used with RTX GPU (Windows) or RTX/ROCm (Linux) with TabbyAPI or Text-Generation-WebUI.
21
+ Ensure it fits your VRAM since RAM offloading isn't supported by Exllamav2 library.
22
 
23
  # Seed-Coder-8B-Reasoning-bf16
24
 
 
118
 
119
  ## License
120
 
121
+ This project is licensed under the MIT License. See the [LICENSE file](https://github.com/ByteDance-Seed/Seed-Coder/blob/master/LICENSE) for details.