Files
ModelHub XC eef3e32734 初始化项目,由ModelHub XC社区提供模型
Model: QuantFactory/ArliAI-Llama-3-8B-Cumulus-v0.2-GGUF
Source: Original Platform
2026-06-22 09:35:14 +08:00

1.8 KiB

license, pipeline_tag, base_model
license pipeline_tag base_model
llama3 text-generation OwenArli/ArliAI-Llama-3-8B-Cumulus-v0.2

QuantFactory/ArliAI-Llama-3-8B-Cumulus-v0.2-GGUF

This is quantized version of OwenArli/ArliAI-Llama-3-8B-Cumulus-v0.2 created suing 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 by far the most completely uncensored Llama 3 8b instruct model. It will literally never refuse anything. So as a reminder, with great power comes great responsibility.

In terms of reasoning and intelligence, this model is probably worse than the OG model because of the decensoring. However, if you have issues with refusals then this will be superior just because it will not refuse.

OpenLLM Benchmark:

OpenLLM Leaderboard

Training:

  • 4096 sequence length, while the base model is 8192 sequence length. From testing it still performs the same 8192 context just fine.
  • Training duration is around 3 days on an RTX 4090, using 4-bit loading and Qlora 64-rank 128-alpha resulting in ~2% trainable weights.
  • Added DPO fine tuning aside from a more curated dataset for this v0.2 model.

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|>