← back to catalog · registered 2026-09-27 18:57

blaj/Llama-3.1-8B-Lexi-Uncensored-V2-int4-ov

blaj Llama 8B second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/blaj%2FLlama-3.1-8B-Lexi-Uncensored-V2-int4-ov"
Response includes
  • classification m-uncensored
  • files 13
  • author_summary 9 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
M-U
Primary method

Uncensored (method unknown)

No other method signals detected in this model.
Confidence
LOW
Why this label 3 signals
Weak or ambiguous signals. Best guess based on catalog patterns; treat as tentative and check the evidence below.
  • 'uncensored' in name/tags but no 'abliterated' marker
  • method not identifiable from author declaration alone
  • may be DPO fine-tune, prompt engineering, or unknown technique
Refusal direction extraction

No specific extraction method could be identified for this model. The producer either did not document it or used a proprietary pipeline.

What is a refusal direction? →
Downloads · 30-day
0
Likes
0
Model age
today
created 2026-09-27

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Metadata

License
llama3.1
Tags
openvino llama int4 uncensored abliterated intel arc text-generation conversational base_model:Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2 base_model:finetune:Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2 license:llama3.1

Related

Total size
4.37 GB
Files
13
Quantizations
1
Registered
2026-09-27 18:57
Last updated on HF
2026-09-27 18:34

Files by quantization

Auxiliary files 13 files 4.39 GB
openvino_model.bin 4.36 GB f6d394b0 download
openvino_tokenizer.bin 8.01 MB fcfd398f download
openvino_detokenizer.bin 1.78 MB 0643181d download
tokenizer.json 16.4 MB 6b9e4e7f download
openvino_model.xml 3.00 MB 9299996c download
openvino_tokenizer.xml 31.2 KB 00b4965b download
openvino_detokenizer.xml 14.6 KB b894bd2f download
chat_template.jinja 4.51 KB 33089ace download
README.md 2.67 KB 6cb5a7a0 download
.gitattributes 1.53 KB 52373fe2 download
config.json 928 B f890d758 download
tokenizer_config.json 366 B f4385eb5 download
generation_config.json 233 B 51972bbc download

README current version from Hugging Face


library_name: openvino
license: llama3.1
base_model:

  • Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2
    pipeline_tag: text-generation
    tags:
  • openvino
  • int4
  • llama
  • uncensored
  • abliterated
  • intel
  • arc
  • text-generation

Llama-3.1-8B-Lexi-Uncensored-V2 — OpenVINO IR (int4)

OpenVINO IR conversion of
Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2,
an uncensored Llama-3.1-8B fine-tune.

Sibling builds: int8 · fp16

Details

Property Value
Architecture LlamaForCausalLM, 32 layers, hidden 4096, vocab 128256
Format int4 asymmetric group-128
Repository size 4.4 GB
Stateful yes (beam_idx exposed)

Benchmark

Single-stream, Intel Core Ultra 7 258V (Arc 130V/140V iGPU), 30 GB RAM,
OpenVINO Model Server 2026.4.0 on GPU, greedy decoding, 128 max new tokens,
mean of 3 runs after warmup.

Build tok/s vs int4
int4 (this build) 23.5 1.00x
int8 11.3 0.48x
fp16 6.0 0.26x

Decode on this iGPU is memory-bandwidth bound, so throughput tracks model size
almost exactly. int4 is both the smallest and the fastest.

Serving

This repository contains the IR only. Create an OVMS config alongside it:

cat > ovms_config.json <<'EOF'
{
  "model_config_list": [
    {
      "config": {
        "name": "lexi",
        "base_path": "/absolute/path/to/this/model",
        "target_device": "GPU",
        "nireq": 8,
        "plugin_config": { "PERFORMANCE_HINT": "THROUGHPUT", "NUM_STREAMS": "2" }
      }
    }
  ]
}
EOF

# graph.pbtxt must also exist in the model directory (copy from any OVMS LLM model).
PYTHONPATH=$OVMS_ROOT/lib/python ovms --config_path ./ovms_config.json --rest_port 11436

Conversion notes

  • Source: BF16 safetensors (4 shards).
  • Stage 1: optimum-cli export openvino --task text-generation-with-past --weight-format fp16.
  • Stage 2: nncf.compress_weights on the IR (never a single-pass int4 export — that
    OOMs on a 30 GB machine for this size class).
  • Exported with transformers 5.5.0 / optimum-intel 2.2.0.

Limitations

  • Uncensored fine-tune: outputs are not filtered. Evaluate before deployment.
  • Throughput depends on runtime kernels, hardware, and prompt distribution.

Attribution

Base model: Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2,
built on Meta's Llama 3.1 8B under the Llama 3.1 Community License.
Conversion: OpenVINO IR via optimum-intel + NNCF.

Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in Abliteration" button that hands the model directly to the first-party desktop client, at the quantization your rig can actually run. No API keys, no subscription, no prompt leakage.