base_model:tiiuae/Falcon3-10B-Instructgate_mode:randomarchitecture:mixtraldtype:bfloat16experts:-source_model:tiiuae/Falcon3-10B-Instructpositive_prompts:-"Help me write a story"-source_model:tiiuae/Falcon3-10B-Instructpositive_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:
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 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:
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: