jsfs11 / WONMSeverusDevilv2-TIES

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

Introduction of WONMSeverusDevilv2-TIES

Model Details of WONMSeverusDevilv2-TIES

WONMSeverusDevilv2-TIES

WONMSeverusDevilv2-TIES is a merge of the following models using LazyMergekit :

🧩 Configuration
models:
  - model: FelixChao/WestSeverus-7B-DPO-v2
    parameters:
      density: [1, 0.7, 0.1]
      weight: [0, 0.3, 0.7, 1]
  - model: jsfs11/WestOrcaNeuralMarco-DPO-v2-DARETIES-7B
    parameters:
      density: [1, 0.7, 0.3]
      weight: [0, 0.25, 0.5, 1]
  - model: mlabonne/Daredevil-7B
    parameters:
      density: 0.33
      weight:
        - filter: mlp
          value: [0.35, 0.65]
        - value: 0
merge_method: ties
base_model: mistralai/Mistral-7B-v0.1
parameters:
  int8_mask: true
  normalize: true
  t:
    - filter: lm_head 
      value: [0.55]
    - filter: embed_tokens
      value: [0.7]
    - filter: self_attn
      value: [0.65, 0.35]
    - filter: mlp
      value:  [0.35, 0.65]
    - filter: layernorm
      value: [0.4, 0.6]
    - filter: modelnorm
      value: [0.6]
    - value: 0.5 # fallback for rest of tensors
dtype: bfloat16
💻 Usage
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "jsfs11/WONMSeverusDevilv2-TIES"
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 jsfs11 WONMSeverusDevilv2-TIES on huggingface.co

4
Total runs
0
24-hour runs
-1
3-day runs
0
7-day runs
0
30-day runs

More Information About WONMSeverusDevilv2-TIES huggingface.co Model

WONMSeverusDevilv2-TIES huggingface.co

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

WONMSeverusDevilv2-TIES huggingface.co Url

https://huggingface.co/jsfs11/WONMSeverusDevilv2-TIES

jsfs11 WONMSeverusDevilv2-TIES online free

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

jsfs11 WONMSeverusDevilv2-TIES online free url in huggingface.co:

https://huggingface.co/jsfs11/WONMSeverusDevilv2-TIES

WONMSeverusDevilv2-TIES install

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

WONMSeverusDevilv2-TIES install url in huggingface.co:

https://huggingface.co/jsfs11/WONMSeverusDevilv2-TIES

Url of WONMSeverusDevilv2-TIES

WONMSeverusDevilv2-TIES huggingface.co Url

Provider of WONMSeverusDevilv2-TIES huggingface.co

jsfs11
ORGANIZATIONS

Other API from jsfs11

huggingface.co

Total runs: 88
Run Growth: -27
Growth Rate: -31.40%
Updated:March 04 2024
huggingface.co

Total runs: 4
Run Growth: -4
Growth Rate: -100.00%
Updated:January 03 2024