How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="AxeronAI/axeron-mf-32")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("AxeronAI/axeron-mf-32")
model = AutoModelForCausalLM.from_pretrained("AxeronAI/axeron-mf-32", device_map="auto")
Quick Links

axeron-32

This is a forge of pre-trained language models created using forgelm.

Forge Details

Forge Method

This model was forged using the SLERP forge method.

Models Forged

The following models were included in the forge:

Configuration

The following YAML configuration was used to produce this model:

base_model: meta-llama/Llama-3.1-8B
dtype: bfloat16
forge_method: slerp
modules:
  default:
    slices:
    - sources:
      - layer_range: [0, 32]
        model: meta-llama/Llama-3.1-8B
      - layer_range: [0, 32]
        model: meta-llama/Llama-3.1-8B-Instruct
parameters:
  t: 0.5
tokenizer:
  source: base
Downloads last month
16
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for AxeronAI/axeron-mf-32

Finetuned
(1471)
this model