Kukedlc / NeoCortex-7B-slerp

huggingface.co
Total runs: 90
24-hour runs: 0
7-day runs: 0
30-day runs: 21
Model's Last Updated: March 30 2024
text-generation

Introduction of NeoCortex-7B-slerp

Model Details of NeoCortex-7B-slerp

NeoCortex-7B-slerp

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

🧩 Configuration
slices:
  - sources:
      - model: Kukedlc/Neural4gsm8k
        layer_range: [0, 32]
      - model: macadeliccc/WestLake-7B-v2-laser-truthy-dpo
        layer_range: [0, 32]
merge_method: slerp
base_model: Kukedlc/Neural4gsm8k
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.7
dtype: bfloat16
💻 Usage
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "Kukedlc/NeoCortex-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"])

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

90
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
21
30-day runs

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

More NeoCortex-7B-slerp license Visit here:

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

NeoCortex-7B-slerp huggingface.co

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

NeoCortex-7B-slerp huggingface.co Url

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

Kukedlc NeoCortex-7B-slerp online free

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

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

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

NeoCortex-7B-slerp install

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

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

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

Url of NeoCortex-7B-slerp

NeoCortex-7B-slerp huggingface.co Url

Provider of NeoCortex-7B-slerp huggingface.co

Kukedlc
ORGANIZATIONS

Other API from Kukedlc

huggingface.co

Total runs: 15
Run Growth: 9
Growth Rate: 60.00%
Updated:December 15 2024