cloudyu / Mixtral_34Bx2_MoE_60B

huggingface.co
Total runs: 8.7K
24-hour runs: 7
7-day runs: 267
30-day runs: 445
Model's Last Updated: January 06 2026
text-generation

Introduction of Mixtral_34Bx2_MoE_60B

Model Details of Mixtral_34Bx2_MoE_60B

Mixtral MOE 2x34B

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

This is my first English & Chinese MoE Model 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/Mixtral_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/Mixtral_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:")

Output Examples:

please input prompt:write a story about yosemite
write a story about yosemite national park
Yosemite National Park is located in the Sierra Nevada Mountains of California, USA. It was established on October 1st, 1890 and covers an area of approximately 747,956 acres (302,687 hectares). The park boasts some of America's most iconic natural wonders such as Yosemite Valley, Half Dome, El Capitan, Bridalveil Fall, Tuolumne Meadows, Glacier Point, Mariposa Grove, and many more breathtaking landscapes that attract millions of visitors each year.

The history of Yosemite dates back to over seven million years ago when glaciers carved out its stunning granite cliffs and valleys. Native American tribes like Miwok and Paiute have lived here for thousands of years before European explorers arrived during the mid-nineteenth century. In fact, it was John Muir - one of America’s greatest conservationists who helped establish this region as a protected wilderness area by advocating for its preservation through his writings and activism.

Today, Yosemite offers various recreational activities including hiking, rock climbing, camping, fishing, horseback riding, wildlife watching, photography, and winter sports like skiing and snowshoeing. Visitors can also enjoy ranger programs, guided tours, educational exhibits at visitor centers, or simply take time to appreciate nature while strolling along scenic trails surrounded by towering sequoia trees, cascading waterfalls, and crystal clear lakes.

In addition to preserving these awe-inspiring vistas, Yosemite plays a crucial role in protecting numerous plant and animal species found within its boundaries. Some notable inhabitants include black bears, mountain lions, mule deer, coyotes, bobcats, golden eagles, peregrine falcons, bighorn sheep, and several types of fish native to the Merced River which runs through the heart of the valley.

As we continue our journey into the future, let us remember the importance of safeguarding places like Yosemite so they may remain pristine sanctuaries where both humans and animals alike can thrive together amidst unspoiled beauty.</s>
please input prompt:李开复是谁?
李开复是谁?
他是一个在人工智能领域有着卓越贡献的科学家,也是一位成功的企业家。他的名字与谷歌、微软等科技巨头紧密相连,他是创新工场的创始人之一,更是无数创业者心中的偶像和导师。然而,除了这些耀眼的光环之外,李开复还有着怎样的故事呢?让我们一起来揭秘这位传奇人物的人生历程吧!</s>

Runs of cloudyu Mixtral_34Bx2_MoE_60B on huggingface.co

8.7K
Total runs
7
24-hour runs
64
3-day runs
267
7-day runs
445
30-day runs

More Information About Mixtral_34Bx2_MoE_60B huggingface.co Model

More Mixtral_34Bx2_MoE_60B license Visit here:

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

Mixtral_34Bx2_MoE_60B huggingface.co

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

Mixtral_34Bx2_MoE_60B huggingface.co Url

https://huggingface.co/cloudyu/Mixtral_34Bx2_MoE_60B

cloudyu Mixtral_34Bx2_MoE_60B online free

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

cloudyu Mixtral_34Bx2_MoE_60B online free url in huggingface.co:

https://huggingface.co/cloudyu/Mixtral_34Bx2_MoE_60B

Mixtral_34Bx2_MoE_60B install

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

Mixtral_34Bx2_MoE_60B install url in huggingface.co:

https://huggingface.co/cloudyu/Mixtral_34Bx2_MoE_60B

Url of Mixtral_34Bx2_MoE_60B

Mixtral_34Bx2_MoE_60B huggingface.co Url

Provider of Mixtral_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: 70
Run Growth: 24
Growth Rate: 34.29%
Updated:January 23 2024
huggingface.co

Total runs: 68
Run Growth: 17
Growth Rate: 25.00%
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