automerger / M7Yamshadowexperiment28-7B

huggingface.co
Total runs: 14
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: April 04 2024
text-generation

Introduction of M7Yamshadowexperiment28-7B

Model Details of M7Yamshadowexperiment28-7B

M7Yamshadowexperiment28-7B

M7Yamshadowexperiment28-7B is an automated merge created by Maxime Labonne using the following configuration.

🧩 Configuration
slices:
  - sources:
      - model: liminerity/M7-7b
        layer_range: [0, 32]
      - model: automerger/YamshadowExperiment28-7B
        layer_range: [0, 32]
merge_method: slerp
base_model: liminerity/M7-7b
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
random_seed: 0
    ```

## 💻 Usage

```python
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

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

14
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About M7Yamshadowexperiment28-7B huggingface.co Model

More M7Yamshadowexperiment28-7B license Visit here:

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

M7Yamshadowexperiment28-7B huggingface.co

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

M7Yamshadowexperiment28-7B huggingface.co Url

https://huggingface.co/automerger/M7Yamshadowexperiment28-7B

automerger M7Yamshadowexperiment28-7B online free

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

automerger M7Yamshadowexperiment28-7B online free url in huggingface.co:

https://huggingface.co/automerger/M7Yamshadowexperiment28-7B

M7Yamshadowexperiment28-7B install

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

M7Yamshadowexperiment28-7B install url in huggingface.co:

https://huggingface.co/automerger/M7Yamshadowexperiment28-7B

Url of M7Yamshadowexperiment28-7B

M7Yamshadowexperiment28-7B huggingface.co Url

Provider of M7Yamshadowexperiment28-7B huggingface.co

automerger
ORGANIZATIONS

Other API from automerger

huggingface.co

Total runs: 9
Run Growth: 0
Growth Rate: 0.00%
Updated:March 17 2024