初始化项目,由ModelHub XC社区提供模型
Model: second-state/Wizard-Vicuna-13B-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
|
||||||
76
README.md
Normal file
76
README.md
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
---
|
||||||
|
base_model: ehartford/Wizard-Vicuna-13B-Uncensored
|
||||||
|
inference: false
|
||||||
|
library_name: transformers
|
||||||
|
license: other
|
||||||
|
model_creator: Eric Hartford
|
||||||
|
model_name: Wizard Vicuna 13B Uncensored
|
||||||
|
model_type: llama
|
||||||
|
pipeline_tag: text-generation
|
||||||
|
quantized_by: Second State Inc.
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
tags:
|
||||||
|
- uncensored
|
||||||
|
datasets:
|
||||||
|
- ehartford/wizard_vicuna_70k_unfiltered
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- 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 -->
|
||||||
|
|
||||||
|
# Wizard-Vicuna-13B-Uncensored-GGUF
|
||||||
|
|
||||||
|
## Original Model
|
||||||
|
|
||||||
|
[cognitivecomputations/Wizard-Vicuna-13B-Uncensored](https://huggingface.co/cognitivecomputations/Wizard-Vicuna-13B-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:Wizard-Vicuna-13B-Uncensored-Q5_K_M.gguf llama-api-server.wasm -p vicuna-1.0-chat
|
||||||
|
```
|
||||||
|
|
||||||
|
- Run as LlamaEdge command app
|
||||||
|
|
||||||
|
```bash
|
||||||
|
wasmedge --dir .:. --nn-preload default:GGML:AUTO:Wizard-Vicuna-13B-Uncensored-Q5_K_M.gguf llama-chat.wasm -p vicuna-1.0-chat
|
||||||
|
```
|
||||||
|
|
||||||
|
## Quantized GGUF Models
|
||||||
|
|
||||||
|
| Name | Quant method | Bits | Size | Use case |
|
||||||
|
| ---- | ---- | ---- | ---- | ----- |
|
||||||
|
| [Wizard-Vicuna-13B-Uncensored-Q2_K.gguf](https://huggingface.co/second-state/Wizard-Vicuna-13B-Uncensored-GGUF/blob/main/Wizard-Vicuna-13B-Uncensored-Q2_K.gguf) | Q2_K | 2 | 4.85 GB| smallest, significant quality loss - not recommended for most purposes |
|
||||||
|
| [Wizard-Vicuna-13B-Uncensored-Q3_K_L.gguf](https://huggingface.co/second-state/Wizard-Vicuna-13B-Uncensored-GGUF/blob/main/Wizard-Vicuna-13B-Uncensored-Q3_K_L.gguf) | Q3_K_L | 3 | 6.93 GB| small, substantial quality loss |
|
||||||
|
| [Wizard-Vicuna-13B-Uncensored-Q3_K_M.gguf](https://huggingface.co/second-state/Wizard-Vicuna-13B-Uncensored-GGUF/blob/main/Wizard-Vicuna-13B-Uncensored-Q3_K_M.gguf) | Q3_K_M | 3 | 6.34 GB| very small, high quality loss |
|
||||||
|
| [Wizard-Vicuna-13B-Uncensored-Q3_K_S.gguf](https://huggingface.co/second-state/Wizard-Vicuna-13B-Uncensored-GGUF/blob/main/Wizard-Vicuna-13B-Uncensored-Q3_K_S.gguf) | Q3_K_S | 3 | 5.66 GB| very small, high quality loss |
|
||||||
|
| [Wizard-Vicuna-13B-Uncensored-Q4_0.gguf](https://huggingface.co/second-state/Wizard-Vicuna-13B-Uncensored-GGUF/blob/main/Wizard-Vicuna-13B-Uncensored-Q4_0.gguf) | Q4_0 | 4 | 7.37 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
|
||||||
|
| [Wizard-Vicuna-13B-Uncensored-Q4_K_M.gguf](https://huggingface.co/second-state/Wizard-Vicuna-13B-Uncensored-GGUF/blob/main/Wizard-Vicuna-13B-Uncensored-Q4_K_M.gguf) | Q4_K_M | 4 | 7.87 GB| medium, balanced quality - recommended |
|
||||||
|
| [Wizard-Vicuna-13B-Uncensored-Q4_K_S.gguf](https://huggingface.co/second-state/Wizard-Vicuna-13B-Uncensored-GGUF/blob/main/Wizard-Vicuna-13B-Uncensored-Q4_K_S.gguf) | Q4_K_S | 4 | 7.42 GB| small, greater quality loss |
|
||||||
|
| [Wizard-Vicuna-13B-Uncensored-Q5_0.gguf](https://huggingface.co/second-state/Wizard-Vicuna-13B-Uncensored-GGUF/blob/main/Wizard-Vicuna-13B-Uncensored-Q5_0.gguf) | Q5_0 | 5 | 8.97 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
|
||||||
|
| [Wizard-Vicuna-13B-Uncensored-Q5_K_M.gguf](https://huggingface.co/second-state/Wizard-Vicuna-13B-Uncensored-GGUF/blob/main/Wizard-Vicuna-13B-Uncensored-Q5_K_M.gguf) | Q5_K_M | 5 | 9.23 GB| large, very low quality loss - recommended |
|
||||||
|
| [Wizard-Vicuna-13B-Uncensored-Q5_K_S.gguf](https://huggingface.co/second-state/Wizard-Vicuna-13B-Uncensored-GGUF/blob/main/Wizard-Vicuna-13B-Uncensored-Q5_K_S.gguf) | Q5_K_S | 5 | 8.97 GB| large, low quality loss - recommended |
|
||||||
|
| [Wizard-Vicuna-13B-Uncensored-Q6_K.gguf](https://huggingface.co/second-state/Wizard-Vicuna-13B-Uncensored-GGUF/blob/main/Wizard-Vicuna-13B-Uncensored-Q6_K.gguf) | Q6_K | 6 | 10.7 GB| very large, extremely low quality loss |
|
||||||
|
| [Wizard-Vicuna-13B-Uncensored-Q8_0.gguf](https://huggingface.co/second-state/Wizard-Vicuna-13B-Uncensored-GGUF/blob/main/Wizard-Vicuna-13B-Uncensored-Q8_0.gguf) | Q8_0 | 8 | 13.8 GB| very large, extremely low quality loss - not recommended |
|
||||||
3
Wizard-Vicuna-13B-Uncensored-Q2_K.gguf
Normal file
3
Wizard-Vicuna-13B-Uncensored-Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d087713ba65c17a2887d588b423e30c101f8720371f4bab935c2a8915eb16edb
|
||||||
|
size 4854269952
|
||||||
3
Wizard-Vicuna-13B-Uncensored-Q3_K_L.gguf
Normal file
3
Wizard-Vicuna-13B-Uncensored-Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9fc112b7260a180dfbd7f6b1a344aadf67bad2c57145a009191bc423f2c232bf
|
||||||
|
size 6929559552
|
||||||
3
Wizard-Vicuna-13B-Uncensored-Q3_K_M.gguf
Normal file
3
Wizard-Vicuna-13B-Uncensored-Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1d9f08325c9750bd22e68c377d33b40c50e825496392fadbc700acc8c9b36ba
|
||||||
|
size 6337769472
|
||||||
3
Wizard-Vicuna-13B-Uncensored-Q3_K_S.gguf
Normal file
3
Wizard-Vicuna-13B-Uncensored-Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:caffcb13c25518a742776182a3f0265504ced2ca0cd274f8a50f8dbeaa593691
|
||||||
|
size 5658980352
|
||||||
3
Wizard-Vicuna-13B-Uncensored-Q4_0.gguf
Normal file
3
Wizard-Vicuna-13B-Uncensored-Q4_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4266f002f19712d1b7664d471468af34afbfb3cbc1f74658cf8bf542107fffa8
|
||||||
|
size 7365834752
|
||||||
3
Wizard-Vicuna-13B-Uncensored-Q4_K_M.gguf
Normal file
3
Wizard-Vicuna-13B-Uncensored-Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07e741ce0ebf4e34fb76ac822216146cde5a45a32915bbe362e26f24b65d4a77
|
||||||
|
size 7865956352
|
||||||
3
Wizard-Vicuna-13B-Uncensored-Q4_K_S.gguf
Normal file
3
Wizard-Vicuna-13B-Uncensored-Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4620866b2b7d3eff73fe3f8e515015c110d273df2d971874015a8c63c06266b6
|
||||||
|
size 7423178752
|
||||||
3
Wizard-Vicuna-13B-Uncensored-Q5_0.gguf
Normal file
3
Wizard-Vicuna-13B-Uncensored-Q5_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd2d14bc2e36239b78acb1d0302062a785867bad5cde9e86c00bee4f2f83740d
|
||||||
|
size 8972285952
|
||||||
3
Wizard-Vicuna-13B-Uncensored-Q5_K_M.gguf
Normal file
3
Wizard-Vicuna-13B-Uncensored-Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bb6bda4e7383f1be98d7a9ab8c6cfff6daebb937badb11c25ed16e0f908f5b4d
|
||||||
|
size 9229924352
|
||||||
3
Wizard-Vicuna-13B-Uncensored-Q5_K_S.gguf
Normal file
3
Wizard-Vicuna-13B-Uncensored-Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:24e1411dbfbf3ae1a87121538855f99a1a07cba763da2b5895505c103eb48199
|
||||||
|
size 8972285952
|
||||||
3
Wizard-Vicuna-13B-Uncensored-Q6_K.gguf
Normal file
3
Wizard-Vicuna-13B-Uncensored-Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72f7855fd9572ef3b804844e650b7921d93e7b0a84d889489862a1867648e303
|
||||||
|
size 10679140352
|
||||||
3
Wizard-Vicuna-13B-Uncensored-Q8_0.gguf
Normal file
3
Wizard-Vicuna-13B-Uncensored-Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0cdd5a6818f337e41bf8a5b4c56d1c05d0bbe23c442cc6639a07e0a6a2134dfb
|
||||||
|
size 13831319552
|
||||||
24
config.json
Normal file
24
config.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"_name_or_path": "/workspace/models/llama-13b",
|
||||||
|
"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": "float32",
|
||||||
|
"transformers_version": "4.28.1",
|
||||||
|
"use_cache": true,
|
||||||
|
"vocab_size": 32000
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user