Views
No views yet
| Link | BITS (-b) | HEAD BITS (-hb) | MEASU-REMENT LENGTH (-ml) | LENGTH (-l) | CAL DATASET (-c) | Size | V. | Max Context Length | Base Model | Layers | VRAM Min*** | VRAM Max*** | PPL** | Comments |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| here | 4.0 | 6 | 2048 | 2048 | 0000.parquet* | 33GB | 0.0.2 | 4096 | FP32 | 80 | 39GB | 44GB | 4.15234375 | Good results |
| here | 4.0 | 6 | 2048 | 2048 | 0000.parquet* | 33GB | 0.0.2 | 4096 | BF16 | 80 | 39GB | 44GB | 4.2421875 | Model suffers from poor prompt understanding and logic is affected |
| here | 4.0 | 8 | 2048 | 2048 | 0000.parquet* | 35GB | 0.0.2 | 4096 | FP16 | 80 | 39GB | 44GB | 4.24609375 | Model suffers from poor prompt understanding and logic is affected |
| here | 5.0 | 6 | 2048 | 2048 | 0000.parquet* | 41GB | 0.0.2 | 4096 | FP32 | 80 | 47GB | 52GB | 4.06640625 | Best so far. Good results |
| here | 5.0 | 8 | 2048 | 2048 | 0000.parquet* | 44GB | 0.0.2 | 4096 | FP16 | 80 | 48GB | 52GB | 4.09765625 | Model suffers from poor prompt understanding and logic is affected |
| here | 5.0 | 6 | 2048 | 2048 | 0000.parquet* | 44GB | 0.0.1 | 4096 | FP16 | 80 | 48GB | 52GB | 4.0625 | Model suffers from poor prompt understanding and logic is affected |
| here | 5.0 | 6 | 2048 | 2048 | 0000.parquet* | 41GB | 0.0.2 | 4096 | BF16 | 80 | 47GB | 52GB | 4.09765625 | Model suffers from poor prompt understanding and logic is affected |
| here | 6.0 | 6 | 2048 | 2048 | 0000.parquet* | 49GB | 0.0.2 | 4096 | FP16 | 80 | 56GB | 60GB | 4.0703125 | Model suffers from poor prompt understanding and logic is affected |
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: {prompt} ASSISTANT: A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
USER:
{prompt}
ASSISTANT:
| Original Model | → | (optional) float16 or bfloat16 Model* | → | Safetensors Model** | → | EXL2 Model |
|---|---|---|---|---|---|---|
| WizardLM 70B V1.0 | → | WizardLM 70B V1.0-HF* | → | Safetensors** | → | EXL2 |
mkdir -p ~/EXL2/WizardLM-70B-V1.0-HF_4bit # Create the output directory
python convert.py -i ~/float16_safetensored/WizardLM-70B-V1.0-HF -o ~/EXL2/WizardLM-70B-V1.0-HF_4bit -c ~/EXL2/0000.parquet -b 4.0 -hb 6python convert-to-safetensors.py ~/original/WizardLM-70B-V1.0 --output ~/float16_safetensored/WizardLM-70B-V1.0 --max-shard-size 10GB--bf16 if you'd like to try bfloat16 instead, but note that there are concerns about quantization quality – https://github.com/turboderp/exllamav2/issues/30#issuecomment-1719009289