Transformers How to use WithinUsAI/flanT5-Python.GOD.Agentic.AI.MoE-7X0.1B with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("WithinUsAI/flanT5-Python.GOD.Agentic.AI.MoE-7X0.1B")
model = AutoModelForSeq2SeqLM.from_pretrained("WithinUsAI/flanT5-Python.GOD.Agentic.AI.MoE-7X0.1B")