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="Khushdholi/test-modelblend")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Khushdholi/test-modelblend")
model = AutoModelForCausalLM.from_pretrained("Khushdholi/test-modelblend")
Quick Links

merged_folder

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

Merge Details

Merge Method

This model was merged using the task arithmetic merge method using /models/Mistral-7B-v0.1 as a base.

Models Merged

The following models were included in the merge:

  • /models/zephyr-7b-alpha

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: /models/zephyr-7b-alpha
    parameters:
      weight: 0.35
  - model: /models/Mistral-7B-v0.1
    parameters:
      weight: 0.65
base_model: /models/Mistral-7B-v0.1
merge_method: task_arithmetic
dtype: bfloat16

Downloads last month
5
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for Khushdholi/test-modelblend