kingbri commited on
Commit
6558c58
1 Parent(s): a1e9b47

Update README

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -1,3 +1,51 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
  ---
6
+
7
+ ## Information
8
+
9
+ This is a Exl2 quantized version of [Noromaid-13b-v0.1.1](https://huggingface.co/NeverSleep/Noromaid-13b-v0.1.1)
10
+
11
+ Please refer to the original creator for more information.
12
+
13
+ Calibration dataset: [wikitext](https://huggingface.co/datasets/wikitext/tree/refs%2Fconvert%2Fparquet/wikitext-2-v1/test)
14
+
15
+ ## Branches:
16
+
17
+ - main: Measurement files
18
+ - 4bpw: 4 bits per weight
19
+ - 5bpw: 5 bits per weight
20
+ - 6bpw: 6 bits per weight
21
+
22
+ ## Notes
23
+
24
+ - 6bpw is recommended for the best quality to vram usage ratio (assuming you have enough vram).
25
+ - Please ask for more bpws in the community tab if necessary.
26
+
27
+ ## Run in TabbyAPI
28
+
29
+ TabbyAPI is a pure exllamav2 FastAPI server developed by us. You can find TabbyAPI's source code here: [https://github.com/theroyallab/TabbyAPI](https://github.com/theroyallab/TabbyAPI)
30
+
31
+ If you don't have huggingface-cli, please run `pip install huggingface_hub`.
32
+
33
+ To run this model, follow these steps:
34
+
35
+ 1. Make a directory inside your models folder called `Noromaid-13b-v0.1.1-exl2`
36
+
37
+ 2. Open a terminal inside your models folder
38
+
39
+ 3. Run `huggingface-cli download royallab/Noromaid-13b-v0.1.1-exl2 --revision 4bpw --local-dir Noromaid-13b-v0.1.1-exl2 --local-dir-use-symlinks False`
40
+
41
+ 1. The `--revision` flag corresponds to the branch name on the model repo. Please select the appropriate bpw branch for your system.
42
+
43
+ 4. Inside TabbyAPI's config.yml, set `model_name` to `Noromaid-13b-v0.1.1-exl2` or you can use the `/model/load` endpoint after launching.
44
+
45
+ 5. Launch TabbyAPI inside your python env by running `python main.py`
46
+
47
+ ## Donate?
48
+
49
+ All my infrastructure and cloud expenses are paid out of pocket. If you'd like to donate, you can do so here: [https://ko-fi.com/kingbri](https://ko-fi.com/kingbri)
50
+
51
+ ## You should not feel obligated to donate, but if you do, I'd appreciate it.