qingy2024 / Falcon3-2x10B-MoE-Instruct

huggingface.co
Total runs: 23
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: December 25 2024

Introduction of Falcon3-2x10B-MoE-Instruct

Model Details of Falcon3-2x10B-MoE-Instruct

Falcon3-2x10B-MoE-Instruct

Falcon3-2x10B-MoE-Instruct is a Mixture of Experts (MoE) made with the following models using LazyMergekit :

🧩 Configuration
base_model: tiiuae/Falcon3-10B-Instruct
gate_mode: random
architecture: mixtral
dtype: bfloat16
experts:
  - source_model: tiiuae/Falcon3-10B-Instruct
    positive_prompts:
      - "Help me write a story"
  - source_model: tiiuae/Falcon3-10B-Instruct
    positive_prompts:
      - "Can you explain this?"
💻 Usage
!pip install -qU transformers bitsandbytes accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "qingy2024/Falcon3-2x10B-MoE-Instruct"

tokenizer = AutoTokenizer.from_pretrained(model)
pipeline = transformers.pipeline(
    "text-generation",
    model=model,
    model_kwargs={"torch_dtype": torch.float16, "load_in_4bit": True},
)

messages = [{"role": "user", "content": "Explain what a Mixture of Experts is in less than 100 words."}]
prompt = pipeline.tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
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 qingy2024 Falcon3-2x10B-MoE-Instruct on huggingface.co

23
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About Falcon3-2x10B-MoE-Instruct huggingface.co Model

More Falcon3-2x10B-MoE-Instruct license Visit here:

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

Falcon3-2x10B-MoE-Instruct huggingface.co

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

Falcon3-2x10B-MoE-Instruct huggingface.co Url

https://huggingface.co/qingy2024/Falcon3-2x10B-MoE-Instruct

qingy2024 Falcon3-2x10B-MoE-Instruct online free

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

qingy2024 Falcon3-2x10B-MoE-Instruct online free url in huggingface.co:

https://huggingface.co/qingy2024/Falcon3-2x10B-MoE-Instruct

Falcon3-2x10B-MoE-Instruct install

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

Falcon3-2x10B-MoE-Instruct install url in huggingface.co:

https://huggingface.co/qingy2024/Falcon3-2x10B-MoE-Instruct

Url of Falcon3-2x10B-MoE-Instruct

Falcon3-2x10B-MoE-Instruct huggingface.co Url

Provider of Falcon3-2x10B-MoE-Instruct huggingface.co

qingy2024
ORGANIZATIONS

Other API from qingy2024

huggingface.co

Total runs: 29
Run Growth: 29
Growth Rate: 100.00%
Updated:September 17 2025
huggingface.co

Total runs: 18
Run Growth: 1
Growth Rate: 5.56%
Updated:November 20 2024
huggingface.co

Total runs: 16
Run Growth: -183
Growth Rate: -1143.75%
Updated:January 05 2026