cgus commited on
Commit
732452e
·
verified ·
1 Parent(s): d680c07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,8 +1,35 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - code generation
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  # AlchemistCoder: Harmonizing and Eliciting Code Capability by Hindsight Tuning on Multi-source Data
7
 
8
  [[🤗 HuggingFace](https://huggingface.co/internlm/AlchemistCoder-DS-6.7B)]
 
1
  ---
2
  license: apache-2.0
3
+ base_model: internlm/AlchemistCoder-DS-6.7B
4
  tags:
5
  - code generation
6
  ---
7
+
8
+ # AlchemistCoder-DS-6.7B-exl2
9
+
10
+ Original model: [AlchemistCoder-DS-6.7B](https://huggingface.co/internlm/AlchemistCoder-DS-6.7B)
11
+ Model creator: [internlm](https://huggingface.co/internlm)
12
+
13
+ ## Quants
14
+ [4bpw h6](https://huggingface.co/cgus/AlchemistCoder-DS-6.7B-exl2/tree/main)
15
+ [4.25bpw h6](https://huggingface.co/cgus/AlchemistCoder-DS-6.7B-exl2/tree/4.25bpw-h6)
16
+ [4.65bpw h6](https://huggingface.co/cgus/AlchemistCoder-DS-6.7B-exl2/tree/4.65bpw-h6)
17
+ [5bpw h6](https://huggingface.co/cgus/AlchemistCoder-DS-6.7B-exl2/tree/5bpw-h6)
18
+ [6bpw h6](https://huggingface.co/cgus/AlchemistCoder-DS-6.7B-exl2/tree/6bpw-h6)
19
+ [8bpw h8](https://huggingface.co/cgus/AlchemistCoder-DS-6.7B-exl2/tree/8bpw-h8)
20
+ ## Quantization notes
21
+ Made with Exllamav2 0.1.3 with the default dataset.
22
+ ## How to run
23
+ This model is meant to be used with Exllamav2 loader that requires the model to be fully loaded into GPU VRAM.
24
+ It primarily requires a Nvidia RTX card on Windows/Linux or AMD card on Linux.
25
+ If you want to use this model but your system doesn't meet these requirements, you should look for GGUF versions of the model.
26
+ It can be used with such apps like:
27
+ [Text Generation Webui](https://github.com/oobabooga/text-generation-webui)
28
+ [KoboldAI](https://github.com/henk717/KoboldAI)
29
+ [ExUI](https://github.com/turboderp/exui)
30
+ [lollms-webui](https://github.com/ParisNeo/lollms-webui)
31
+ # Original model card
32
+
33
  # AlchemistCoder: Harmonizing and Eliciting Code Capability by Hindsight Tuning on Multi-source Data
34
 
35
  [[🤗 HuggingFace](https://huggingface.co/internlm/AlchemistCoder-DS-6.7B)]