cloudyu / Yi-34Bx2-MOE-200K

huggingface.co
Total runs: 8.6K
24-hour runs: 11
7-day runs: 140
30-day runs: 386
Model's Last Updated: March 25 2024
text-generation

Introduction of Yi-34Bx2-MOE-200K

Model Details of Yi-34Bx2-MOE-200K

try to build a 200K context length MoE Yi based chat model.

[[GGUF 4bit is here ] https://huggingface.co/cloudyu/Yi-34Bx2-MOE-200K-gguf ]

  • Metrics Metrsc

metrics :

code example

import torch
from transformers import AutoTokenizer, AutoModelForCausalLM
import math

## 
model_path = "cloudyu/Yi-34Bx2-MOE-200K"

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:")

Runs of cloudyu Yi-34Bx2-MOE-200K on huggingface.co

8.6K
Total runs
11
24-hour runs
25
3-day runs
140
7-day runs
386
30-day runs

More Information About Yi-34Bx2-MOE-200K huggingface.co Model

More Yi-34Bx2-MOE-200K license Visit here:

https://choosealicense.com/licenses/other

Yi-34Bx2-MOE-200K huggingface.co

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

Yi-34Bx2-MOE-200K huggingface.co Url

https://huggingface.co/cloudyu/Yi-34Bx2-MOE-200K

cloudyu Yi-34Bx2-MOE-200K online free

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

cloudyu Yi-34Bx2-MOE-200K online free url in huggingface.co:

https://huggingface.co/cloudyu/Yi-34Bx2-MOE-200K

Yi-34Bx2-MOE-200K install

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

Yi-34Bx2-MOE-200K install url in huggingface.co:

https://huggingface.co/cloudyu/Yi-34Bx2-MOE-200K

Url of Yi-34Bx2-MOE-200K

Yi-34Bx2-MOE-200K huggingface.co Url

Provider of Yi-34Bx2-MOE-200K 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: 72
Run Growth: 25
Growth Rate: 35.71%
Updated:January 23 2024
huggingface.co

Total runs: 70
Run Growth: 18
Growth Rate: 26.47%
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