Llama-3-8B-Lexi-Uncensored
from Orenguteng/Llama-3-8B-Lexi-Uncensored
Lexi-Llama-3-8B-Uncensored is a abliterated and uncensored variant of Orenguteng/Llama-3-8B-Lexi-Uncensored, published on Hugging Face by bartowski. It is 8B parameters, single consumer GPU class and llama3 licence. It is distributed across 6 repositories in GGUF, EXL2 and GGUF (imatrix) formats, totalling 7.4K downloads.
How Lexi-Llama-3-8B-Uncensored was modified, and what that implies.
Abliteration + uncensored fine-tune
Directional ablation combined with additional fine-tuning on unfiltered data, so behaviour diverges from the base model beyond refusal removal alone.
Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.
From the publisher’s model card
“All quants made using imatrix option with dataset provided by Kalomaze here”
Commands are templates — confirm the exact repository and quant file before use.
hf download bartowski/Lexi-Llama-3-8B-Uncensored-GGUF --local-dir ./lexi-llama-3-8b-uncensored
llama-cli -m ./lexi-llama-3-8b-uncensored/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "bartowski/Lexi-Llama-3-8B-Uncensored-GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve bartowski/Lexi-Llama-3-8B-Uncensored-GGUF --trust-remote-codeEvery published repository of Lexi-Llama-3-8B-Uncensored, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| bartowski/Lexi-Llama-3-8B-Uncensored-GGUFsource | GGUF | 6.4K |
| mradermacher/Lexi-Llama-3-8B-Uncensored-i1-GGUF | GGUF (imatrix) | 581 |
| mradermacher/Lexi-Llama-3-8B-Uncensored-GGUF | GGUF | 293 |
| NikolayKozloff/Lexi-Llama-3-8B-Uncensored-Q6_K-GGUF | GGUF | 121 |
| bartowski/Lexi-Llama-3-8B-Uncensored-exl2 | EXL2 | 8 |
Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.
Handling: run it isolated, put moderation in front of it if anyone outside your team can reach it, and verify the weights before loading — these are third-party artifacts. Full handling and licence guidance.
Metadata for Lexi-Llama-3-8B-Uncensored is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with bartowski, and does not independently verify publisher claims. See responsible use.