初始化项目,由ModelHub XC社区提供模型
Model: second-state/WizardLM-13B-V1.0-Uncensored-GGUF Source: Original Platform
This commit is contained in:
36
.gitattributes
vendored
Normal file
36
.gitattributes
vendored
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.model filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
72
README.md
Normal file
72
README.md
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
base_model: ehartford/WizardLM-13b-V1.0-Uncensored
|
||||||
|
inference: false
|
||||||
|
license: other
|
||||||
|
model_creator: Eric Hartford
|
||||||
|
model_name: WizardLM 13B V1.0 Uncensored
|
||||||
|
model_type: llama
|
||||||
|
pipeline_tag: text-generation
|
||||||
|
quantized_by: Second State Inc.
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- header start -->
|
||||||
|
<!-- 200823 -->
|
||||||
|
<div style="width: auto; margin-left: auto; margin-right: auto">
|
||||||
|
<img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
||||||
|
</div>
|
||||||
|
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
||||||
|
<!-- header end -->
|
||||||
|
|
||||||
|
# WizardLM-13B-V1.0-Uncensored-GGUF
|
||||||
|
|
||||||
|
## Original Model
|
||||||
|
|
||||||
|
[cognitivecomputations/WizardLM-13B-V1.0-Uncensored](https://huggingface.co/cognitivecomputations/WizardLM-13B-V1.0-Uncensored)
|
||||||
|
|
||||||
|
## Run with LlamaEdge
|
||||||
|
|
||||||
|
- LlamaEdge version: [v0.2.8](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.2.8) and above
|
||||||
|
|
||||||
|
- Prompt template
|
||||||
|
|
||||||
|
- Prompt type: `vicuna-1.0-chat`
|
||||||
|
|
||||||
|
- Prompt string
|
||||||
|
|
||||||
|
```text
|
||||||
|
{system} USER: {prompt} ASSISTANT:
|
||||||
|
```
|
||||||
|
|
||||||
|
- Context size: `5120`
|
||||||
|
|
||||||
|
- Run as LlamaEdge service
|
||||||
|
|
||||||
|
```bash
|
||||||
|
wasmedge --dir .:. --nn-preload default:GGML:AUTO:WizardLM-13B-V1.0-Uncensored-Q5_K_M.gguf llama-api-server.wasm -p vicuna-chat
|
||||||
|
```
|
||||||
|
|
||||||
|
- Run as LlamaEdge command app
|
||||||
|
|
||||||
|
```bash
|
||||||
|
wasmedge --dir .:. --nn-preload default:GGML:AUTO:WizardLM-13B-V1.0-Uncensored-Q5_K_M.gguf llama-chat.wasm -p vicuna-chat
|
||||||
|
```
|
||||||
|
|
||||||
|
## Quantized GGUF Models
|
||||||
|
|
||||||
|
| Name | Quant method | Bits | Size | Use case |
|
||||||
|
| ---- | ---- | ---- | ---- | ----- |
|
||||||
|
| [WizardLM-13B-V1.0-Uncensored-Q2_K.gguf](https://huggingface.co/second-state/WizardLM-13B-V1.0-Uncensored-GGUF/blob/main/WizardLM-13B-V1.0-Uncensored-Q2_K.gguf) | Q2_K | 2 | 4.85 GB| smallest, significant quality loss - not recommended for most purposes |
|
||||||
|
| [WizardLM-13B-V1.0-Uncensored-Q3_K_L.gguf](https://huggingface.co/second-state/WizardLM-13B-V1.0-Uncensored-GGUF/blob/main/WizardLM-13B-V1.0-Uncensored-Q3_K_L.gguf) | Q3_K_L | 3 | 6.93 GB| small, substantial quality loss |
|
||||||
|
| [WizardLM-13B-V1.0-Uncensored-Q3_K_M.gguf](https://huggingface.co/second-state/WizardLM-13B-V1.0-Uncensored-GGUF/blob/main/WizardLM-13B-V1.0-Uncensored-Q3_K_M.gguf) | Q3_K_M | 3 | 6.34 GB| very small, high quality loss |
|
||||||
|
| [WizardLM-13B-V1.0-Uncensored-Q3_K_S.gguf](https://huggingface.co/second-state/WizardLM-13B-V1.0-Uncensored-GGUF/blob/main/WizardLM-13B-V1.0-Uncensored-Q3_K_S.gguf) | Q3_K_S | 3 | 5.66 GB| very small, high quality loss |
|
||||||
|
| [WizardLM-13B-V1.0-Uncensored-Q4_0.gguf](https://huggingface.co/second-state/WizardLM-13B-V1.0-Uncensored-GGUF/blob/main/WizardLM-13B-V1.0-Uncensored-Q4_0.gguf) | Q4_0 | 4 | 7.37 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
|
||||||
|
| [WizardLM-13B-V1.0-Uncensored-Q4_K_M.gguf](https://huggingface.co/second-state/WizardLM-13B-V1.0-Uncensored-GGUF/blob/main/WizardLM-13B-V1.0-Uncensored-Q4_K_M.gguf) | Q4_K_M | 4 | 7.87 GB| medium, balanced quality - recommended |
|
||||||
|
| [WizardLM-13B-V1.0-Uncensored-Q4_K_S.gguf](https://huggingface.co/second-state/WizardLM-13B-V1.0-Uncensored-GGUF/blob/main/WizardLM-13B-V1.0-Uncensored-Q4_K_S.gguf) | Q4_K_S | 4 | 7.42 GB| small, greater quality loss |
|
||||||
|
| [WizardLM-13B-V1.0-Uncensored-Q5_0.gguf](https://huggingface.co/second-state/WizardLM-13B-V1.0-Uncensored-GGUF/blob/main/WizardLM-13B-V1.0-Uncensored-Q5_0.gguf) | Q5_0 | 5 | 8.97 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
|
||||||
|
| [WizardLM-13B-V1.0-Uncensored-Q5_K_M.gguf](https://huggingface.co/second-state/WizardLM-13B-V1.0-Uncensored-GGUF/blob/main/WizardLM-13B-V1.0-Uncensored-Q5_K_M.gguf) | Q5_K_M | 5 | 9.23 GB| large, very low quality loss - recommended |
|
||||||
|
| [WizardLM-13B-V1.0-Uncensored-Q5_K_S.gguf](https://huggingface.co/second-state/WizardLM-13B-V1.0-Uncensored-GGUF/blob/main/WizardLM-13B-V1.0-Uncensored-Q5_K_S.gguf) | Q5_K_S | 5 | 8.97 GB| large, low quality loss - recommended |
|
||||||
|
| [WizardLM-13B-V1.0-Uncensored-Q6_K.gguf](https://huggingface.co/second-state/WizardLM-13B-V1.0-Uncensored-GGUF/blob/main/WizardLM-13B-V1.0-Uncensored-Q6_K.gguf) | Q6_K | 6 | 10.7 GB| very large, extremely low quality loss |
|
||||||
|
| [WizardLM-13B-V1.0-Uncensored-Q8_0.gguf](https://huggingface.co/second-state/WizardLM-13B-V1.0-Uncensored-GGUF/blob/main/WizardLM-13B-V1.0-Uncensored-Q8_0.gguf) | Q8_0 | 8 | 13.8 GB| very large, extremely low quality loss - not recommended |
|
||||||
3
WizardLM-13B-V1.0-Uncensored-Q2_K.gguf
Normal file
3
WizardLM-13B-V1.0-Uncensored-Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a88ad8befb310d71e32a05a4b6be7cad569c53f10bb90a829e3980184abd92ab
|
||||||
|
size 4854269952
|
||||||
3
WizardLM-13B-V1.0-Uncensored-Q3_K_L.gguf
Normal file
3
WizardLM-13B-V1.0-Uncensored-Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:065c65f98027fa7ccbcd9bfce0514ed245cb5891624f44cc0d57206b6dbdbdda
|
||||||
|
size 6929559552
|
||||||
3
WizardLM-13B-V1.0-Uncensored-Q3_K_M.gguf
Normal file
3
WizardLM-13B-V1.0-Uncensored-Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c194d2e7024283f338cdb69d5b68cbce8d89db60afbc6d5b1013210d354f34e0
|
||||||
|
size 6337769472
|
||||||
3
WizardLM-13B-V1.0-Uncensored-Q3_K_S.gguf
Normal file
3
WizardLM-13B-V1.0-Uncensored-Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f4852bf533e703d7e694ded85373dba3ac311d7ed3bc55c2fb52da2f629507b
|
||||||
|
size 5658980352
|
||||||
3
WizardLM-13B-V1.0-Uncensored-Q4_0.gguf
Normal file
3
WizardLM-13B-V1.0-Uncensored-Q4_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c570c79053111c74006f20bb43a2f059840411481b30e566467bdbde1769a78
|
||||||
|
size 7365834752
|
||||||
3
WizardLM-13B-V1.0-Uncensored-Q4_K_M.gguf
Normal file
3
WizardLM-13B-V1.0-Uncensored-Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0620f94560f32a55e017179048426b7b9969aa9d8b63b8dee442acca9696236a
|
||||||
|
size 7865956352
|
||||||
3
WizardLM-13B-V1.0-Uncensored-Q4_K_S.gguf
Normal file
3
WizardLM-13B-V1.0-Uncensored-Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ac09309e3ea1dea014d2843f4207c11f62ed91c83ff9bfd0325943807882881c
|
||||||
|
size 7423178752
|
||||||
3
WizardLM-13B-V1.0-Uncensored-Q5_0.gguf
Normal file
3
WizardLM-13B-V1.0-Uncensored-Q5_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff6d4d49bda12812f2a14d62e91d872eae868fa584639c4f4084c2d19a21fa72
|
||||||
|
size 8972285952
|
||||||
3
WizardLM-13B-V1.0-Uncensored-Q5_K_M.gguf
Normal file
3
WizardLM-13B-V1.0-Uncensored-Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8329103ecc3a5a736b76e633970f39ded3f0a75a4d29f37f9e46d180ce2234b
|
||||||
|
size 9229924352
|
||||||
3
WizardLM-13B-V1.0-Uncensored-Q5_K_S.gguf
Normal file
3
WizardLM-13B-V1.0-Uncensored-Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d30f570d6076322a927c70a16e54dcf9c769e6ac2d2229d6621bb476fe39209
|
||||||
|
size 8972285952
|
||||||
3
WizardLM-13B-V1.0-Uncensored-Q6_K.gguf
Normal file
3
WizardLM-13B-V1.0-Uncensored-Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c017c9099c9becfb98d43eef8bc08acd9e87f821c96f998467695e54f1fa4aa2
|
||||||
|
size 10679140352
|
||||||
3
WizardLM-13B-V1.0-Uncensored-Q8_0.gguf
Normal file
3
WizardLM-13B-V1.0-Uncensored-Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:17c17e2d453b119485ea7d932e55d0bb45beecec55dc275d6ec69df9ada01fdd
|
||||||
|
size 13831319552
|
||||||
24
config.json
Normal file
24
config.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"_name_or_path": "WizardLM-13B-V1.0-Uncensored",
|
||||||
|
"architectures": [
|
||||||
|
"LlamaForCausalLM"
|
||||||
|
],
|
||||||
|
"bos_token_id": 1,
|
||||||
|
"eos_token_id": 2,
|
||||||
|
"hidden_act": "silu",
|
||||||
|
"hidden_size": 5120,
|
||||||
|
"initializer_range": 0.02,
|
||||||
|
"intermediate_size": 13824,
|
||||||
|
"max_position_embeddings": 2048,
|
||||||
|
"max_sequence_length": 2048,
|
||||||
|
"model_type": "llama",
|
||||||
|
"num_attention_heads": 40,
|
||||||
|
"num_hidden_layers": 40,
|
||||||
|
"pad_token_id": 0,
|
||||||
|
"rms_norm_eps": 1e-06,
|
||||||
|
"tie_word_embeddings": false,
|
||||||
|
"torch_dtype": "float16",
|
||||||
|
"transformers_version": "4.28.1",
|
||||||
|
"use_cache": true,
|
||||||
|
"vocab_size": 32000
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user