Instructions to use gftd/maxwell-260213 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use gftd/maxwell-260213 with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("gftd/maxwell-260213") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
- MLX LM
How to use gftd/maxwell-260213 with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "gftd/maxwell-260213" --prompt "Once upon a time"
- Model Card for Model ID
- gftd/maxwell-260213
- Philosophy: James Clerk Maxwell
- Training Details
- Capabilities
- Usage (MLX)
- License
- Uses
- Bias, Risks, and Limitations
- How to Get Started with the Model
- Training Details
- Evaluation
- Model Examination [optional]
- Environmental Impact
- Technical Specifications [optional]
- Citation [optional]
- Glossary [optional]
- More Information [optional]
- Model Card Authors [optional]
- Model Card Contact
- Philosophy: James Clerk Maxwell
Model Card for Model ID
Model Details
Model Description
gftd/maxwell-260213
Maxwell Electromagnetic Reasoning Model - A model whose reasoning is informed by James Clerk Maxwell's philosophy: field-based thinking, mathematical elegance, unification of forces, gradient reasoning, and statistical mechanics.
Philosophy: James Clerk Maxwell
Maxwell unified electricity, magnetism, and light into a single theory of electromagnetic fields. This model applies Maxwell's thinking to computation: problems are fields, solutions follow gradients, symmetry reveals structure, and unification of patterns is the highest goal. Like Maxwell's demon, it understands that information has physical consequences.
Training Details
- Framework: Apple MLX (mlx-lm QLoRA)
- Base Model: Qwen/Qwen3-VL-8B
- Teacher: Claude Opus 4.6 (via OpenRouter)
- LoRA Config: rank=64, alpha=128, layers=16, bits=4
- Dataset: 100 samples across 6 categories
Capabilities
- Go/Rust/Svelte/Python code generation
- MCP tool selection and operation (93+ tools)
- 8-step reasoning chains
- Web browser interaction
- Dapr patterns (Actors, Workflows, State, PubSub)
- GFTD Performers API operations
Usage (MLX)
from mlx_lm import load, generate
model, tokenizer = load("gftd/maxwell-260213")
response = generate(model, tokenizer, prompt="Write a Go HTTP handler", max_tokens=512)
License
Apache 2.0
- Developed by: [More Information Needed]
- Funded by [optional]: [More Information Needed]
- Shared by [optional]: [More Information Needed]
- Model type: [More Information Needed]
- Language(s) (NLP): en
- License: apache-2.0
- Finetuned from model [optional]: Qwen/Qwen3-VL-8B
Model Sources [optional]
- Repository: [More Information Needed]
- Paper [optional]: [More Information Needed]
- Demo [optional]: [More Information Needed]
Uses
Direct Use
[More Information Needed]
Downstream Use [optional]
[More Information Needed]
Out-of-Scope Use
[More Information Needed]
Bias, Risks, and Limitations
[More Information Needed]
Recommendations
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
Training Details
Training Data
[More Information Needed]
Training Procedure
Preprocessing [optional]
[More Information Needed]
Training Hyperparameters
- Training regime: [More Information Needed]
Speeds, Sizes, Times [optional]
[More Information Needed]
Evaluation
Testing Data, Factors & Metrics
Testing Data
[More Information Needed]
Factors
[More Information Needed]
Metrics
[More Information Needed]
Results
[More Information Needed]
Summary
Model Examination [optional]
[More Information Needed]
Environmental Impact
Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).
- Hardware Type: [More Information Needed]
- Hours used: [More Information Needed]
- Cloud Provider: [More Information Needed]
- Compute Region: [More Information Needed]
- Carbon Emitted: [More Information Needed]
Technical Specifications [optional]
Model Architecture and Objective
[More Information Needed]
Compute Infrastructure
[More Information Needed]
Hardware
[More Information Needed]
Software
[More Information Needed]
Citation [optional]
BibTeX:
[More Information Needed]
APA:
[More Information Needed]
Glossary [optional]
[More Information Needed]
More Information [optional]
[More Information Needed]
Model Card Authors [optional]
[More Information Needed]
Model Card Contact
[More Information Needed]