How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="TNSA/NGen-4OW-10T-Expiremental", trust_remote_code=True)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("TNSA/NGen-4OW-10T-Expiremental", trust_remote_code=True, device_map="auto")
Quick Links

!!The Model Weights are still under Uploading stage!!

NGen-4OW-10T-Expiremental

Experimental research checkpoint package for the ngen4ow_10t architecture.

This repository is a derivative/repackaged research artifact initialized from moonshotai/Kimi-K2.6 weights. It reorganizes the source checkpoint into a top-level 10-layer routed layout:

ngen4ow_10t
  layers.0.expert_model
  layers.1.expert_model
  ...
  layers.9.expert_model

The intended runtime behavior is one active full-model layer per sequence. The logical package therefore advertises 10T total parameters and 32B active parameters. This is not an independently trained 10T model.

Direct vLLM serving requires custom ngen4ow_10t support.

Provenance

Source/base weights: moonshotai/Kimi-K2.6. Please also review the upstream model card and license terms before use.

Downloads last month
23
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support