TinyMoE-100M-2x8
is a compact, highly efficient Sparse Mixture of Experts (MoE) language model built upon the Mixtral/Mistral architecture. Designed for research, edge applications, and resource-constrained environments, this model leverages an expert-routing mechanism to balance a larger total parameter capacity with ultra-low computational overhead during inference.
Model Details
Architecture:
Sparse Mixture of Experts (MoE)
Total Parameters:
99,809,280 (~100M total parameters)
Active Parameters per Token:
22,544,640 (~22.5M active parameters)
Expert Configuration:
8 total local experts, 2 active experts routed per token (
num_experts_per_tok": 2
)
Context Length:
1024 tokens
Base Architecture:
Mixtral / Mistral For Causal LM
License:
MIT
Parameter Breakdown
Unlike a standard dense model, an MoE model stores a larger footprint of parameters on disk but selectively activates only a subset for any given token during a forward pass:
Component
Total Parameters
Status During Inference
Embeddings (Input + LM Head)
24,576,000
Always Active
Attention Blocks (10 Layers)
4,423,680
Always Active
MoE Routers (10 Layers)
30,720
Always Active
Experts (8 Total across 10 Layers)
70,778,880
2 of 8 Active per Layer
(~17.6M active)
Overall Footprint
99,809,280
22,544,640 Active per Token
Training Data
This model was trained on a high-quality mixture of datasets to balance narrative fluidness with factual language structural grounding:
TinyStories:
For coherent, creative synthetic narrative generation.
WikiText-103:
For general knowledge syntax, vocabulary diversity, and structural language understanding.
Quick Start
You can load and experiment with this model using the Hugging Face
transformers
library:
from transformers import AutoModelForCausalLM, AutoTokenizer
model_id = "FlameF0X/TinyMoE-100M-2x8"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)
input_text = "Once upon a time,"
inputs = tokenizer(input_text, return_tensors="pt")
outputs = model.generate(**inputs, max_new_tokens=50)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
Runs of FlameF0X TinyMoE-100m-2x8 on huggingface.co
431
Total runs
0
24-hour runs
30
3-day runs
253
7-day runs
257
30-day runs
More Information About TinyMoE-100m-2x8 huggingface.co Model
TinyMoE-100m-2x8 huggingface.co is an AI model on huggingface.co that provides TinyMoE-100m-2x8's model effect (), which can be used instantly with this FlameF0X TinyMoE-100m-2x8 model. huggingface.co supports a free trial of the TinyMoE-100m-2x8 model, and also provides paid use of the TinyMoE-100m-2x8. Support call TinyMoE-100m-2x8 model through api, including Node.js, Python, http.
TinyMoE-100m-2x8 huggingface.co is an online trial and call api platform, which integrates TinyMoE-100m-2x8's modeling effects, including api services, and provides a free online trial of TinyMoE-100m-2x8, you can try TinyMoE-100m-2x8 online for free by clicking the link below.
FlameF0X TinyMoE-100m-2x8 online free url in huggingface.co:
TinyMoE-100m-2x8 is an open source model from GitHub that offers a free installation service, and any user can find TinyMoE-100m-2x8 on GitHub to install. At the same time, huggingface.co provides the effect of TinyMoE-100m-2x8 install, users can directly use TinyMoE-100m-2x8 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.