Kukedlc / SuperMente-7B-v4

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

Introduction of SuperMente-7B-v4

Model Details of SuperMente-7B-v4

SuperMente-7B-v4

image/png

SuperMente-7B-v4 is a merge of the following models using LazyMergekit :

🧩 Configuration
models:
  - model: Kukedlc/NeuralSirKrishna-7b
    parameters:
      density: [1, 0.7, 0.1] # density gradient
      weight: 1.0
  - model: Kukedlc/NeuralKybalion-7B-slerp-v3
    parameters:
      density: 0.5
      weight: [0, 0.3, 0.7, 1] # weight gradient
  - model: Kukedlc/SuperMente-7B-v3
    parameters:
      density: 0.33
      weight:
        - filter: mlp
          value: 0.5
        - value: 0
merge_method: ties
base_model: Kukedlc/NeuralSirKrishna-7b
parameters:
  normalize: true
  int8_mask: true
dtype: bfloat16
💻 Usage
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "Kukedlc/SuperMente-7B-v4"
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"])
Model Family

image/png

Runs of Kukedlc SuperMente-7B-v4 on huggingface.co

90
Total runs
0
24-hour runs
0
3-day runs
-6
7-day runs
17
30-day runs

More Information About SuperMente-7B-v4 huggingface.co Model

More SuperMente-7B-v4 license Visit here:

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

SuperMente-7B-v4 huggingface.co

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

SuperMente-7B-v4 huggingface.co Url

https://huggingface.co/Kukedlc/SuperMente-7B-v4

Kukedlc SuperMente-7B-v4 online free

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

Kukedlc SuperMente-7B-v4 online free url in huggingface.co:

https://huggingface.co/Kukedlc/SuperMente-7B-v4

SuperMente-7B-v4 install

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

SuperMente-7B-v4 install url in huggingface.co:

https://huggingface.co/Kukedlc/SuperMente-7B-v4

Url of SuperMente-7B-v4

SuperMente-7B-v4 huggingface.co Url

Provider of SuperMente-7B-v4 huggingface.co

Kukedlc
ORGANIZATIONS

Other API from Kukedlc

huggingface.co

Total runs: 14
Run Growth: 6
Growth Rate: 42.86%
Updated:December 15 2024