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="jeiku/Linear_Base_3B", trust_remote_code=True)
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("jeiku/Linear_Base_3B", trust_remote_code=True, dtype="auto")
Quick Links

Mixed

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the linear merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: cxllin/StableHermes-3b
    parameters:
      weight: 1.0
  - model: jondurbin/airoboros-3b-3p0
    parameters:
      weight: 1.0
  - model: jeiku/Rosa_v1_3B
    parameters:
      weight: 1.0
merge_method: linear
dtype: float16
Downloads last month
12
Safetensors
Model size
3B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for jeiku/Linear_Base_3B

Paper for jeiku/Linear_Base_3B