mlabonne / NeuralPipe-7B-slerp

huggingface.co
Total runs: 103
24-hour runs: 0
7-day runs: -6
30-day runs: 19
Model's Last Updated: July 02 2024
text-generation

Introduction of NeuralPipe-7B-slerp

Model Details of NeuralPipe-7B-slerp

NeuralPipe-7B

This model is a merge of the following models made with mergekit :

⚡ Quantized models

Thanks to TheBloke and ZeroWw for the quantized models:

🧩 Configuration
slices:
  - sources:
      - model: OpenPipe/mistral-ft-optimized-1218
        layer_range: [0, 32]
      - model: mlabonne/NeuralHermes-2.5-Mistral-7B
        layer_range: [0, 32]
merge_method: slerp
base_model: OpenPipe/mistral-ft-optimized-1218
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 = "mlabonne/NeuralPipe-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"])

Output:

A large language model is an AI system that uses deep learning techniques to process and understand vast amounts of natural language data. It is designed to generate human-like text, perform complex language tasks, and understand the context, nuance, and meaning of textual data. These models are trained on large datasets, often including billions of words, to learn the patterns and relationships in language. As a result, they can generate coherent and contextually relevant text, answer questions, and perform a variety of other language-related tasks. Some well-known large language models include OpenAI's GPT-3, Google's BERT, and Facebook's RoBERTa.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 71.17
AI2 Reasoning Challenge (25-Shot) 67.75
HellaSwag (10-Shot) 86.15
MMLU (5-Shot) 63.94
TruthfulQA (0-shot) 59.80
Winogrande (5-shot) 79.64
GSM8k (5-shot) 69.75

Runs of mlabonne NeuralPipe-7B-slerp on huggingface.co

103
Total runs
0
24-hour runs
-4
3-day runs
-6
7-day runs
19
30-day runs

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

More NeuralPipe-7B-slerp license Visit here:

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

NeuralPipe-7B-slerp huggingface.co

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

NeuralPipe-7B-slerp huggingface.co Url

https://huggingface.co/mlabonne/NeuralPipe-7B-slerp

mlabonne NeuralPipe-7B-slerp online free

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

mlabonne NeuralPipe-7B-slerp online free url in huggingface.co:

https://huggingface.co/mlabonne/NeuralPipe-7B-slerp

NeuralPipe-7B-slerp install

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

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

https://huggingface.co/mlabonne/NeuralPipe-7B-slerp

Url of NeuralPipe-7B-slerp

NeuralPipe-7B-slerp huggingface.co Url

Provider of NeuralPipe-7B-slerp huggingface.co

mlabonne
ORGANIZATIONS

Other API from mlabonne

huggingface.co

Total runs: 156
Run Growth: -18
Growth Rate: -11.54%
Updated:March 04 2024
huggingface.co

Total runs: 75
Run Growth: 24
Growth Rate: 32.00%
Updated:March 04 2024