CoolFace
Modelpublic

DemonKing1234/gt730-moe-transformer

sourceHugging Facemitupdated 1mo agoView on Hugging Face
0likes28downloads
Model Card

๐Ÿง  GT-730 MoE Reasoning Transformer (GGUF)

DemonKing1234/gt730-moe-transformer is a lightweight, edge-optimized Mixture-of-Experts (MoE) Language Model designed for efficient token generation, algorithmic problem-solving, and agentic reasoning on low-resource hardware.


๐Ÿš€ What This Model Can Do & What It's Used For

1. ๐Ÿ Python Code & Algorithm Generation

Trained on Python data structures, algorithms (binary search trees, graphs, sorting, async operations), and common developer patterns. It can generate small code snippets, logic blocks, and algorithmic skeletons.

2. ๐Ÿค– Agentic Problem Solving & Tool-Use

Employs step-by-step reasoning tokens (<think> chains) and action simulation (ACTION: writefile, uncommand), enabling it to simulate autonomous assistant and tool-use behaviors.

3. ๐Ÿงฉ Multi-Step Logic & Math Reasoning

Leverages MoE routing to direct logic and mathematical steps through specialized feed-forward expert networks for structured, multi-step problem solving.

4. โšก Ultra-Efficient Edge Inference

Because the model uses a sparse Mixture-of-Experts architecture with top-k gating, only a fraction of the network parameters are activated per token, making it fast and lightweight for edge devices, CPUs, and low-end GPUs.


๐Ÿ“Š Model Architecture & Specifications

ParameterValue
ArchitectureCausal Mixture-of-Experts (MoE) Transformer
Layers5 Transformer Blocks
Routing / Experts16 Feed-Forward Experts (Top-2 Activated per token)
Attention Heads4 Heads with Causal Masking
Hidden Size64
Feed-Forward Dimension128
Vocabulary Size2,386 Tokens
PrecisionFP32 (GGUF Format)
Weight Filemoereasoningtransformer_f32.gguf (8.86 MB)

๐Ÿ“ˆ Training Details & Token Count

MetricDetails
Total Cumulative Tokens Trained~175,000,000+ Tokens (~175M token exposures across pretraining passes)
Base Corpus Size~2.1 Million Characters (~400,000 base tokens)
Training Passes / Epochs300 to 500 iterative optimization epochs
HardwareNVIDIA GeForce GT 730 (CUDA) + Multi-Core CPU
FrameworksJAX/Flax & CuPy

๐Ÿ“š Training Dataset (Mega Hybrid Corpus)

Pretrained on a curated dataset combining:

  • โ€”High-performance Python codebases, data structures, and algorithms
  • โ€”Agentic scratchpads and structured chain-of-thought demonstrations (<think>)
  • โ€”Step-by-step mathematical & logical reasoning samples (GSM8K/MATH style)
  • โ€”Literary knowledge & structured conversational dialogues

โš™๏ธ Intended Use & Limitations

  • โ€”Intended For: Research into sparse MoE scaling on ultra-constrained edge devices, offline embedded AI experiments, and fast local prototyping.
  • โ€”Limitations: As a micro-scale model (8.86 MB), it is optimized for compactness and structural reasoning rather than expansive general world knowledge.