Kukedlc / NeuralKrishna-7B-slerp

huggingface.co
Total runs: 96
24-hour runs: 0
7-day runs: -1
30-day runs: 26
Model's Last Updated: March 04 2024
text-generation

Introduction of NeuralKrishna-7B-slerp

Model Details of NeuralKrishna-7B-slerp

NeuralKrishna-7B-slerp

NeuralKrishna-7B-slerp is a merge of the following models using LazyMergekit :

🧩 Configuration
slices:
  - sources:
      - model: Kukedlc/Neural4gsm8k
        layer_range: [0, 32]
      - model: Kukedlc/NeuralMaxime-7B-slerp
        layer_range: [0, 32]
merge_method: slerp
base_model: Kukedlc/NeuralMaxime-7B-slerp
parameters:
  t:
    - filter: self_attn
      value: [0, 0.5, 0.3, 0.7, 1]
    - filter: mlp
      value: [1, 0.5, 0.7, 0.3, 0]
    - value: 0.5
dtype: bfloat16
💻 Usage
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "Kukedlc/NeuralKrishna-7B-slerp"
messages = [{"role": "user", "content": "What is a large language model?"}]

tokenizer = AutoTokenizer.from_pretrained(model)
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
pipeline = transformers.pipeline(
    "text-generation",
    model=model,
    torch_dtype=torch.float16,
    device_map="auto",
)

outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
print(outputs[0]["generated_text"])

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 75.79
AI2 Reasoning Challenge (25-Shot) 73.46
HellaSwag (10-Shot) 88.96
MMLU (5-Shot) 64.62
TruthfulQA (0-shot) 74.29
Winogrande (5-shot) 83.27
GSM8k (5-shot) 70.13

Runs of Kukedlc NeuralKrishna-7B-slerp on huggingface.co

96
Total runs
0
24-hour runs
0
3-day runs
-1
7-day runs
26
30-day runs

More Information About NeuralKrishna-7B-slerp huggingface.co Model

More NeuralKrishna-7B-slerp license Visit here:

https://choosealicense.com/licenses/apache-2.0

NeuralKrishna-7B-slerp huggingface.co

NeuralKrishna-7B-slerp huggingface.co is an AI model on huggingface.co that provides NeuralKrishna-7B-slerp's model effect (), which can be used instantly with this Kukedlc NeuralKrishna-7B-slerp model. huggingface.co supports a free trial of the NeuralKrishna-7B-slerp model, and also provides paid use of the NeuralKrishna-7B-slerp. Support call NeuralKrishna-7B-slerp model through api, including Node.js, Python, http.

NeuralKrishna-7B-slerp huggingface.co Url

https://huggingface.co/Kukedlc/NeuralKrishna-7B-slerp

Kukedlc NeuralKrishna-7B-slerp online free

NeuralKrishna-7B-slerp huggingface.co is an online trial and call api platform, which integrates NeuralKrishna-7B-slerp's modeling effects, including api services, and provides a free online trial of NeuralKrishna-7B-slerp, you can try NeuralKrishna-7B-slerp online for free by clicking the link below.

Kukedlc NeuralKrishna-7B-slerp online free url in huggingface.co:

https://huggingface.co/Kukedlc/NeuralKrishna-7B-slerp

NeuralKrishna-7B-slerp install

NeuralKrishna-7B-slerp is an open source model from GitHub that offers a free installation service, and any user can find NeuralKrishna-7B-slerp on GitHub to install. At the same time, huggingface.co provides the effect of NeuralKrishna-7B-slerp install, users can directly use NeuralKrishna-7B-slerp installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

NeuralKrishna-7B-slerp install url in huggingface.co:

https://huggingface.co/Kukedlc/NeuralKrishna-7B-slerp

Url of NeuralKrishna-7B-slerp

NeuralKrishna-7B-slerp huggingface.co Url

Provider of NeuralKrishna-7B-slerp huggingface.co

Kukedlc
ORGANIZATIONS

Other API from Kukedlc

huggingface.co

Total runs: 14
Run Growth: 5
Growth Rate: 38.46%
Updated:December 15 2024