cloudyu / Yi-34Bx2-MoE-60B

huggingface.co
Total runs: 8.6K
24-hour runs: 87
7-day runs: 197
30-day runs: 455
Model's Last Updated: August 23 2024
text-generation

Introduction of Yi-34Bx2-MoE-60B

Model Details of Yi-34Bx2-MoE-60B

UPDATE! GGUF Format is ready at cloudyu/Yi-34Bx2-MoE-60B-GGUF

Yi based MOE 2x34B with mixtral architecture

Highest score Model ranked by Open LLM Leaderboard (2024-01-11)

This is an English & Chinese MoE Model , slightly different with cloudyu/Mixtral_34Bx2_MoE_60B , and also based on

  • [jondurbin/bagel-dpo-34b-v0.2]
  • [SUSTech/SUS-Chat-34B]

gpu code example

import torch
from transformers import AutoTokenizer, AutoModelForCausalLM
import math

## v2 models
model_path = "cloudyu/Yi-34Bx2-MoE-60B"

tokenizer = AutoTokenizer.from_pretrained(model_path, use_default_system_prompt=False)
model = AutoModelForCausalLM.from_pretrained(
    model_path, torch_dtype=torch.float32, device_map='auto',local_files_only=False, load_in_4bit=True
)
print(model)
prompt = input("please input prompt:")
while len(prompt) > 0:
  input_ids = tokenizer(prompt, return_tensors="pt").input_ids.to("cuda")

  generation_output = model.generate(
    input_ids=input_ids, max_new_tokens=500,repetition_penalty=1.2
  )
  print(tokenizer.decode(generation_output[0]))
  prompt = input("please input prompt:")

CPU example

import torch
from transformers import AutoTokenizer, AutoModelForCausalLM
import math

## v2 models
model_path = "cloudyu/Yi-34Bx2-MoE-60B"

tokenizer = AutoTokenizer.from_pretrained(model_path, use_default_system_prompt=False)
model = AutoModelForCausalLM.from_pretrained(
        model_path, torch_dtype=torch.bfloat16, device_map='cpu'
)
print(model)
prompt = input("please input prompt:")
while len(prompt) > 0:
  input_ids = tokenizer(prompt, return_tensors="pt").input_ids

  generation_output = model.generate(
    input_ids=input_ids, max_new_tokens=500,repetition_penalty=1.2
  )
  print(tokenizer.decode(generation_output[0]))
  prompt = input("please input prompt:")

Runs of cloudyu Yi-34Bx2-MoE-60B on huggingface.co

8.6K
Total runs
87
24-hour runs
84
3-day runs
197
7-day runs
455
30-day runs

More Information About Yi-34Bx2-MoE-60B huggingface.co Model

More Yi-34Bx2-MoE-60B license Visit here:

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

Yi-34Bx2-MoE-60B huggingface.co

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

Yi-34Bx2-MoE-60B huggingface.co Url

https://huggingface.co/cloudyu/Yi-34Bx2-MoE-60B

cloudyu Yi-34Bx2-MoE-60B online free

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

cloudyu Yi-34Bx2-MoE-60B online free url in huggingface.co:

https://huggingface.co/cloudyu/Yi-34Bx2-MoE-60B

Yi-34Bx2-MoE-60B install

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

Yi-34Bx2-MoE-60B install url in huggingface.co:

https://huggingface.co/cloudyu/Yi-34Bx2-MoE-60B

Url of Yi-34Bx2-MoE-60B

Yi-34Bx2-MoE-60B huggingface.co Url

Provider of Yi-34Bx2-MoE-60B huggingface.co

cloudyu
ORGANIZATIONS

Other API from cloudyu

huggingface.co

Total runs: 915
Run Growth: 512
Growth Rate: 55.96%
Updated:July 11 2026
huggingface.co

Total runs: 179
Run Growth: 0
Growth Rate: 0.00%
Updated:September 17 2026
huggingface.co

Total runs: 72
Run Growth: 26
Growth Rate: 36.11%
Updated:January 23 2024
huggingface.co

Total runs: 70
Run Growth: 19
Growth Rate: 27.14%
Updated:January 30 2024
huggingface.co

Total runs: 5
Run Growth: 3
Growth Rate: 60.00%
Updated:December 16 2024
huggingface.co

Total runs: 5
Run Growth: 5
Growth Rate: 100.00%
Updated:December 07 2024
huggingface.co

Total runs: 4
Run Growth: 2
Growth Rate: 50.00%
Updated:December 16 2024
huggingface.co

Total runs: 4
Run Growth: 3
Growth Rate: 75.00%
Updated:December 17 2024
huggingface.co

Total runs: 4
Run Growth: 4
Growth Rate: 100.00%
Updated:September 09 2024
huggingface.co

Total runs: 2
Run Growth: 1
Growth Rate: 50.00%
Updated:December 18 2024
huggingface.co

Total runs: 2
Run Growth: 2
Growth Rate: 100.00%
Updated:November 28 2024
huggingface.co

Total runs: 0
Run Growth: -5
Growth Rate: 0.00%
Updated:November 28 2024
huggingface.co

Total runs: 0
Run Growth: -2
Growth Rate: 0.00%
Updated:November 28 2024
huggingface.co

Total runs: 0
Run Growth: -2
Growth Rate: 0.00%
Updated:December 06 2024