Kukedlc / SuperMente-7B

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

Introduction of SuperMente-7B

Model Details of SuperMente-7B

SuperMente-7B

image/png

CHAT

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

🧩 Configuration
models:
  - model: Kukedlc/NeuralKybalion-7B-slerp-v3
    # no parameters necessary for base model
  - model: AetherResearch/Cerebrum-1.0-7b
    parameters:
      density: 0.55
      weight: 0.3
  - model: Kukedlc/NeuralKybalion-7B-slerp-v3
    parameters:
      density: 0.55
      weight: 0.3
  - model: mlabonne/AlphaMonarch-7B
    parameters:
      density: 0.66
      weight: 0.4
merge_method: dare_ties
base_model: Kukedlc/NeuralKybalion-7B-slerp-v3
parameters:
  int8_mask: true
dtype: bfloat16
random_seed: 0
💻 Usage
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "Kukedlc/SuperMente-7B"
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 SuperMente-7B on huggingface.co

8
Total runs
0
24-hour runs
0
3-day runs
-2
7-day runs
-2
30-day runs

More Information About SuperMente-7B huggingface.co Model

More SuperMente-7B license Visit here:

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

SuperMente-7B huggingface.co

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

SuperMente-7B huggingface.co Url

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

Kukedlc SuperMente-7B online free

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

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

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

SuperMente-7B install

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

SuperMente-7B install url in huggingface.co:

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

Url of SuperMente-7B

SuperMente-7B huggingface.co Url

Provider of SuperMente-7B huggingface.co

Kukedlc
ORGANIZATIONS

Other API from Kukedlc

huggingface.co

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