powermove72 / Elysium-Passthrough

huggingface.co
Total runs: 2
24-hour runs: 1
7-day runs: 1
30-day runs: 1
Model's Last Updated: June 10 2024
text-generation

Introduction of Elysium-Passthrough

Model Details of Elysium-Passthrough

Elysium-Passthrough

Elysium-Passthrough is a merge of the following models using LazyMergekit :

🧩 Configuration
slices:
  - sources:
    - model: powermove72/SoMix-xb
      layer_range: [0, 25]
  - sources:
    - model: powermove72/Trinity_Notus-xb
      layer_range: [25, 50]
merge_method: passthrough
dtype: bfloat16
    ```

## 💻 Usage

```python
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "powermove72/Elysium-Passthrough"
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 powermove72 Elysium-Passthrough on huggingface.co

2
Total runs
1
24-hour runs
1
3-day runs
1
7-day runs
1
30-day runs

More Information About Elysium-Passthrough huggingface.co Model

Elysium-Passthrough huggingface.co

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

Elysium-Passthrough huggingface.co Url

https://huggingface.co/powermove72/Elysium-Passthrough

powermove72 Elysium-Passthrough online free

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

powermove72 Elysium-Passthrough online free url in huggingface.co:

https://huggingface.co/powermove72/Elysium-Passthrough

Elysium-Passthrough install

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

Elysium-Passthrough install url in huggingface.co:

https://huggingface.co/powermove72/Elysium-Passthrough

Url of Elysium-Passthrough

Elysium-Passthrough huggingface.co Url

Provider of Elysium-Passthrough huggingface.co

powermove72
ORGANIZATIONS

Other API from powermove72

huggingface.co

Total runs: 2
Run Growth: -5
Growth Rate: -250.00%
Updated:June 18 2024