โšก Electrohydrodynamics for Hall Effect Thrusters - Mistral Large 3 (v1.0)

๐Ÿš€ Fine-tuned from Mistral Large 3 for electrohydrodynamics and plasma physics research

๐ŸŒŸ Model Overview

๐Ÿท๏ธ Model Name: Taylor658/Electrohydrodynamics
๐Ÿ”ข Version: 1.0
๐Ÿง  Model Type: Granular Mixture-of-Experts Language Model, domain fine-tuned
๐ŸŒ Language: English
๐Ÿ“„ License: MIT (base model Apache 2.0, attribution retained)
๐Ÿ—๏ธ Base Model: mistralai/Mistral-Large-3-675B-Base-2512


๐Ÿ”ง Model Details

  • ๐Ÿ‘จโ€๐Ÿ’ป Developers: A Taylor
  • ๐Ÿ—๏ธ Model Architecture: Mistral Large 3 granular Mixture-of-Experts transformer (673B language model, 39B active) with a 2.5B vision encoder
  • ๐Ÿ“Š Parameters: 41B active / 675B total
  • โšก Context Window: 256,000 tokens (inherited from base model)
  • ๐Ÿ–ผ๏ธ Vision Input: Supported by the base model; not a focus of this fine-tune
  • ๐Ÿ”ง Native Function Calling: Supported by the base model
  • ๐Ÿ“… Release: v1.0

๐ŸŽฏ Intended Use

๐Ÿ”ฌ Primary Applications:

  • ๐Ÿงช Aerospace Engineering: Assist engineers and researchers in analyzing plasma and fluid flows in HET channels
  • โšก Electrohydrodynamics Research: Support for understanding EHD phenomena in thrusters
  • ๐Ÿ”ฌ Computational Modeling: Assistance with plasma fluid interaction modeling
  • ๐Ÿ“Š Data Analysis: Interpret long simulation reports within the 256k context
  • ๐Ÿ’ป Code Generation: Draft simulation scripts and analysis tools for review

๐Ÿ’ก Usage Scenarios:

  • ๐Ÿงฒ Magnetic Field Analysis: Discussing the influence of magnetic fields on electron mobility in thruster channels
  • โšก Ionization Dynamics: Explaining ionization processes in the main thruster discharge channel
  • ๐Ÿ“ˆ Simulation Interpretation: Analyzing simulation datasets and theoretical results for efficiency optimization
  • ๐Ÿ”ฌ Plume Characteristics: Discussing thruster plume behavior and performance metrics
  • ๐Ÿ’ป Coding Assistance: Drafting CFD and plasma simulation code
  • ๐Ÿ“Š Long-Context Analysis: Reading extended research papers and technical documentation

๐Ÿšซ Out of Scope:

  • ๐Ÿ›ฐ๏ธ Thruster design or flight qualification decisions without independent verification
  • ๐Ÿ› ๏ธ Any system where an incorrect output has physical consequences
  • ๐ŸŒ Domains outside electric propulsion and plasma physics

๐Ÿ“š Training Data

๐Ÿ“ Dataset Name: Taylor658/Electrohydrodynamics

๐Ÿ”ฌ Dataset Description:

A synthetic dataset of textual explanations, theoretical derivations, and computational concepts covering fluid dynamics and plasma interactions in Hall Effect Thrusters. All records are generated; none are measured test stand data.

๐Ÿ“Š Data Modalities:

  • ๐Ÿ“ Text: Technical explanations, research summaries, and theoretical analyses
  • ๐Ÿ’ป Code: CFD simulation scripts and plasma modeling snippets
  • ๐Ÿ“ˆ Numerical: Simulated performance metrics

โš™๏ธ Training Procedure

๐Ÿš€ Training Pipeline:

The model starts from Mistral Large 3 Base and undergoes the following fine-tuning:

  1. ๐ŸŽฏ Domain-Specific Fine-Tuning: Parameter adaptation using the electrohydrodynamics dataset
  2. ๐Ÿ”„ Iterative Refinement: Repeated training rounds with manual review of sampled outputs
  3. ๐Ÿง  Long-Context Training: Training examples include extended documents to exercise the context window

๐Ÿ“ Evaluation

Quantitative benchmarks are not yet published for v1.0. Evaluation to date is manual review of sampled outputs against the source dataset and standard Hall thruster relationships. Results will be added in a later version.


๐Ÿ’ก How to Use

Mistral Large 3 requires a full node (B200 or H200 in FP8; H100 or A100 in NVFP4). The recommended path is serving with vLLM and querying through the OpenAI-compatible endpoint.

๐Ÿ”ง Serve:

vllm serve Taylor658/Electrohydrodynamics \
  --tokenizer_mode mistral \
  --max-model-len 262144 \
  --tensor-parallel-size 8

๐Ÿ”ง Query:

from openai import OpenAI

client = OpenAI(api_key="EMPTY", base_url="http://localhost:8000/v1")
model = client.models.list().data[0].id

resp = client.chat.completions.create(
    model=model,
    temperature=0.15,
    max_tokens=1024,
    messages=[
        {"role": "user", "content": "Explain how the Hall parameter governs electron mobility in a Hall Effect Thruster discharge channel. State assumptions."}
    ],
)
print(resp.choices[0].message.content)

๐Ÿ“ Example Queries:

  • โšก "How does the Hall parameter affect electron mobility in a Hall Effect Thruster operating at 300V discharge voltage?"
  • ๐Ÿ”ฌ "What are the primary factors influencing ionization efficiency in the thruster channel, and how do they interact?"
  • ๐Ÿ“Š "Summarize this simulation report and identify the parameters most sensitive to efficiency."
  • ๐Ÿ’ป "Draft a CFD simulation script for modeling plasma flow in a cylindrical HET channel."

โš ๏ธ Limitations

  • ๐Ÿ”ข First Release: v1.0 is a first release; behavior will change in later versions
  • ๐ŸŽฏ Domain Specificity: Optimized for Hall Effect Thruster fluid dynamics; may degrade outside this domain
  • ๐Ÿ”ฌ Synthetic Data Foundation: Trained exclusively on synthetic data; outputs must be validated against experimental results
  • ๐Ÿ“ No Published Benchmarks: Quantitative evaluation is pending
  • ๐Ÿ’พ Computational Resources: 675B total parameters; requires a multi-GPU node for inference
  • ๐Ÿ“Š Long Context: Quality may degrade toward the upper end of the 256k window

๐Ÿค Ethical Considerations

  • ๐ŸŽ“ Research Aid: Intended as a research and educational tool; not a substitute for expert judgment in critical applications
  • โœ… Accuracy Validation: Users should validate model outputs against established literature and experimental results
  • ๐Ÿ”’ Responsible Use: Follow Mistral AI's usage guidelines
  • ๐ŸŒ Environmental Impact: Consider the computational cost of deploying a model of this size

๐Ÿ™ Acknowledgements

  • ๐Ÿข Mistral AI: For the Mistral Large 3 base model (Apache 2.0)
  • ๐Ÿ“Š Dataset: A Taylor, electrohydrodynamics dataset
  • ๐Ÿ”ฌ Research Community: Hall Effect Thruster and plasma physics literature that informed the dataset

๐Ÿ“œ License

  • ๐Ÿ“„ Model License: MIT
  • ๐Ÿ—๏ธ Base Model: Mistral Large 3, Apache 2.0 (see Mistral AI's model card); original notice retained
  • ๐Ÿ“Š Dataset License: MIT

๐Ÿ”ฎ Future Work

  • ๐Ÿ“ Benchmarks: Publish quantitative evaluation against held-out problem sets
  • ๐Ÿง  Magnetohydrodynamics: Extend coverage to MHD modeling
  • ๐Ÿ“ˆ Boundary Conditions: Better handling of variable mass flow rates and complex boundary conditions
  • ๐Ÿ”ฌ Plasma-Wall Interaction: Refinement of wall interaction reasoning
  • ๐Ÿ–ผ๏ธ Diagram Input: Evaluate the base model's vision capability on thruster schematics
  • ๐ŸŒ Real-world Validation: Comparison against published test stand data

๐Ÿ“ž Contact Information

๐Ÿ‘จโ€๐Ÿš€ Author: A Taylor
๐Ÿ”— Profile: hf.co/Taylor658
๐Ÿ“ง Support: Hugging Face discussions tab on this repository
๐Ÿ—๏ธ Base Model: Mistral Large 3


Built with โšก for the aerospace and plasma physics research community using Mistral's latest Large 2411 model

'

'

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Taylor658/Electrohydrodynamics

Finetuned
(12)
this model

Dataset used to train Taylor658/Electrohydrodynamics