ArtusDev's picture
Update README.md
3b8337c verified
---
base_model: TareksTesting/Scripturient-V2.3-LLaMa-70B
base_model_relation: quantized
quantized_by: ArtusDev
library_name: transformers
license: llama3.3
tags:
- mergekit
- merge
- exl3
---
## EXL2 Quants of TareksTesting/Scripturient-V2.3-LLaMa-70B
EXL2 quants of [TareksTesting/Scripturient-V2.3-LLaMa-70B](https://huggingface.co/TareksTesting/Scripturient-V2.3-LLaMa-70B) using <a href="https://github.com/turboderp-org/exllamav2/">exllamav2</a> for quantization.
### Quants
| Quant(Revision) | Bits per Weight | Head Bits |
| -------- | ---------- | --------- |
| [4.0_H6](https://huggingface.co/ArtusDev/TareksTesting_Scripturient-V2.3-LLaMa-70B-EXL2/tree/4.0bpw_H6) | 4.0 | 6 |
### Downloading quants with huggingface-cli
<details>
<summary>Click to view download instructions</summary>
Install hugginface-cli:
```bash
pip install -U "huggingface_hub[cli]"
```
Download quant by targeting the specific quant revision (branch):
```
huggingface-cli download ArtusDev/TareksTesting_Scripturient-V2.3-LLaMa-70B-EXL2 --revision "5.0bpw_H6" --local-dir ./
```
</details>