ModelHub XC a3c65f1a22 初始化项目,由ModelHub XC社区提供模型
Model: QuantFactory/ArliAI-Llama-3-8B-Dolfin-v0.6-Abliterated-GGUF
Source: Original Platform
2026-05-30 09:45:15 +08:00

license, base_model, pipeline_tag, tags
license base_model pipeline_tag tags
llama3 OwenArli/ArliAI-Llama-3-8B-Dolfin-v0.6-Abliterated text-generation
llama
conversational

QuantFactory/ArliAI-Llama-3-8B-Dolfin-v0.6-Abliterated-GGUF

This is quantized version of OwenArli/ArliAI-Llama-3-8B-Dolfin-v0.6-Abliterated created using llama.cpp

Model Description

Based on Meta-Llama-3-8b-Instruct, and is governed by Meta Llama 3 License agreement: https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct

This is a fine tune using an improved Dolphin and WizardLM dataset intended to make the model follow instructions better and refuse less.

Version 0.6 also uses the abliterated version of llama 3 8b instruct which should not refuse any commands.

OpenLLM Benchmark:

Training:

  • 2048 sequence length since the dataset has an average length of under 1000 tokens, while the base model is 8192 sequence length. From testing it still performs the same 8192 context just fine.
  • Training duration is around 2 days on 2xRTX 3090, using 4-bit loading and Qlora 64-rank 128-alpha resulting in ~2% trainable weights.

Instruct format:

<|begin_of_text|><|start_header_id|>system<|end_header_id|>

{{ system_prompt }}<|eot_id|><|start_header_id|>user<|end_header_id|>

{{ user_message_1 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>

{{ model_answer_1 }}<|eot_id|><|start_header_id|>user<|end_header_id|>

{{ user_message_2 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
Description
Model synced from source: QuantFactory/ArliAI-Llama-3-8B-Dolfin-v0.6-Abliterated-GGUF
Readme 26 KiB